[llvm] [ValueTracking] Handle FADD and XOR in matchSimpleRecurrence. (PR #144031)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 13 03:05:28 PDT 2025
nikic wrote:
@rj-jesus I'd check for integer specifically instead of isSCEVable. I'd also move the getSCEV call into isBigEndianBitShift to cover both call-sites. (Generally the use of SCEV for that check seems a bit questionable, but that's unrelated to this patch).
https://github.com/llvm/llvm-project/pull/144031
More information about the llvm-commits
mailing list