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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 06:06:20 PDT 2024


nikic wrote:

Yes, Depth is only sufficient for operations with low branching (generally, everything apart from phis will only need at most two recursive calls).

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


More information about the llvm-commits mailing list