[llvm] [SelectionDAG] Change SSUBO to do (LHS < RHS) XOR (RESULT < 0) (PR #191747)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 03:04:03 PDT 2026
jayfoad wrote:
I guess checking `result < 0` is cheaper than `RHS > 0` when you're working with multi-word values. Was that the reason?
https://github.com/llvm/llvm-project/pull/191747
More information about the llvm-commits
mailing list