Open llvm-beanz opened 1 month ago
HLSL like many GPU languages is a fast-math-by default language. We should have clang-dxc pass down the fast math flags appropriately.
Since most of our test cases use CC1 directly, this change should not be particularly disruptive.
HLSL like many GPU languages is a fast-math-by default language. We should have clang-dxc pass down the fast math flags appropriately.