[llvm] ValueTracking: generalize isNonEqualPHIs (PR #108820)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 05:42:11 PDT 2024


https://github.com/nikic requested changes to this pull request.

The limitation exists for compile-time reasons. You will get exponential blowup if you run full recursion over all phi inputs.

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


More information about the llvm-commits mailing list