[llvm] [IR] Remove the possibility of ConstantExpr having fast-math flags. (PR #94507)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 11:52:43 PDT 2024
nikic wrote:
It would be good to also make the class inherit from Instruction instead of Operator (in this context, "Operator" means "Instruction or ConstantExpr").
https://github.com/llvm/llvm-project/pull/94507
More information about the llvm-commits
mailing list