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

via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 02:52:01 PDT 2026


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

----------------
paperchalice wrote:

In this case `copyIRFlags` may access derived class (`FCmpInst` here) member, which is not constructed at this time.

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


More information about the llvm-commits mailing list