[llvm] [SPIR-V] Implement SPV_KHR_float_controls2 (PR #146941)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 02:55:51 PDT 2025


================
@@ -262,6 +264,33 @@ class SPIRVEmitIntrinsics
   }
 };
 
+struct FPFastMathDefaultInfo {
----------------
Keenuts wrote:

This is an exact copy of the FPFastMathDefaultInfo struct in the ModuleAnalysis? Why not reuse it?

https://github.com/llvm/llvm-project/pull/146941


More information about the llvm-commits mailing list