[llvm] [InstCombine] Remove dead phi web (PR #108876)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 17:20:10 PDT 2024


================
@@ -53,6 +53,34 @@ void InstCombinerImpl::PHIArgMergedDebugLoc(Instruction *Inst, PHINode &PN) {
   }
 }
 
+// If the phi is within a phi web, which is formed by the def-use chain
----------------
dtcxzyw wrote:

```suggestion
/// If the phi is within a phi web, which is formed by the def-use chain
```

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


More information about the llvm-commits mailing list