[llvm] [InstCombine] Ensure Safe Handling of Flags in foldFNegIntoConstant (PR #94148)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 03:11:38 PST 2025
================
@@ -2742,6 +2742,17 @@ Instruction *InstCombinerImpl::visitSub(BinaryOperator &I) {
return TryToNarrowDeduceFlags();
}
+static FastMathFlags combineFastMathFlagsForFNeg(FastMathFlags FMF,
----------------
SahilPatidar wrote:
@arsenm
https://github.com/llvm/llvm-project/pull/94148
More information about the llvm-commits
mailing list