[llvm] [HashRecognize] Strip ValueEvolution (PR #148620)

Piotr Fusik via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 06:34:37 PDT 2025


pfusik wrote:

Now this is a major simplification of the analysis. Thank you.

I'm still not happy with `containsUnreachableOrUnhandled` just checking the instruction types and not how they are connected.
Why not pattern-match the whole loop (without looking for `SimpleRecurrence` and `ConditionalRecurrence` first) ?

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


More information about the llvm-commits mailing list