[llvm-branch-commits] [llvm] release/20.x: [InstCombine] Fix ninf propagation for fcmp+sel -> minmax (#136433) (PR #137605)
Yingwei Zheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 28 03:42:46 PDT 2025
dtcxzyw wrote:
> I don't think there is a need to backport FMF propagation fixes.
Is there a policy to judge whether or not to backport a miscompilation bug fix?
Actually, it is unlikely to trigger this bug in real-world projects. But this fix is simple and safe to be backported.
I am fine with not backporting this if the reason is "it depends on https://github.com/llvm/llvm-project/pull/137131".
https://github.com/llvm/llvm-project/pull/137605
More information about the llvm-branch-commits
mailing list