[llvm] [InstCombine] Simplify nonnull phi nodes (PR #128466)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 05:52:45 PST 2025


================
@@ -996,7 +996,7 @@ Value *InstCombinerImpl::simplifyNonNullOperand(Value *V,
   if (!V->hasOneUse())
     return nullptr;
 
-  if (Depth == 1)
+  if (Depth == 2)
----------------
nikic wrote:

Sounds reasonable

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


More information about the llvm-commits mailing list