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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 13 01:33:47 PDT 2025


https://github.com/nikic commented:

Should we just remove the opcode white list entirely? Ultimately the caller has to decide which opcodes it supports, so I'm not sure this list inside matchSimpleRecurrence really has value.

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


More information about the llvm-commits mailing list