[llvm] [IR] Store fast-math flags in subclasses of Instruction (PR #191190)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 04:53:21 PDT 2026


================

----------------
aengelke wrote:

Looked at this more closely. It looks like this constructor with a non-null FlagsSource is *only* called from FCmpInst, in which case it should *definitly* copy FMF. I think the constructor should be modified to no longer take FlagsSource as parameter then.

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


More information about the llvm-commits mailing list