[llvm-branch-commits] [llvm] release/20.x: [InstCombine] Fix ninf propagation for fcmp+sel -> minmax (#136433) (PR #137605)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 28 06:51:54 PDT 2025
nikic 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.
There is https://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules, but it's not very useful :)
I don't think there is much value in backporting theoretical miscompilation fixes to the release branch, but I don't particularly care in this case, as the patch itself is simple and unlikely to significantly affect anything.
https://github.com/llvm/llvm-project/pull/137605
More information about the llvm-branch-commits
mailing list