[llvm] [ValueTracking] Handle FADD and XOR in matchSimpleRecurrence. (PR #144031)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 13 04:09:33 PDT 2025


rj-jesus wrote:

@nikic Thanks very much, I've made the changes you suggested, including removing the whitelist from `matchSimpleRecurrence`. I've also added a new test to `llvm/test/Analysis/HashRecognize/cyclic-redundancy-check.ll` since with the new SCEV changes we no longer exercise the code path that the previously failing test covered.

Please let me know if you have any other suggestions or comments. :)

https://github.com/llvm/llvm-project/pull/144031


More information about the llvm-commits mailing list