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

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 06:04:39 PDT 2024


artagnon wrote:

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

Oh, so `Depth` is insufficient?

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


More information about the llvm-commits mailing list