================ @@ -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