[llvm-branch-commits] [llvm] release/22.x: [SelectionDAG] Fix fptoui.sat expansion using minnum/maxnum (#180178) (PR #184565)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 27 02:14:40 PDT 2026
wangleiat wrote:
> I discussed this with the other release managers, and it was pointed out that this change is in the general LLVM code, and not a target specific backend which makes it riskier to accept since we cannot be sure that it does not affect the other architectures. (And it does in fact cause differences in codegen from the test cases that needed to be updated) Due to that and the fact that this bug has been there all along, I have decided that it is probably best that we do not accept this change. Sorry about that.
Thanks for the clarification. I understand the concerns and agree with the decision.
I will close this PR for now. Thanks for the review.
https://github.com/llvm/llvm-project/pull/184565
More information about the llvm-branch-commits
mailing list