[llvm] [InstCombine] Ensure Safe Handling of Flags in foldFNegIntoConstant (PR #94148)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 21:35:17 PDT 2024
SahilPatidar wrote:
Since it was breaking the `fsub` test with the `reassoc` flag, I conditionally propagated the `FNegOp` FMF flag.
https://github.com/llvm/llvm-project/pull/94148
More information about the llvm-commits
mailing list