[Mlir-commits] [mlir] [mlir][dataflow] Fix LivenessAnalysis/RemoveDeadValues handling of loop induction variables (PR #161117)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Tue Oct 21 03:00:35 PDT 2025
    
    
  
================
@@ -309,6 +336,7 @@ RunLivenessAnalysis::RunLivenessAnalysis(Operation *op) {
              << " has no liveness info (unreachable), mark dead";
       solver.getOrCreateState<Liveness>(result.value());
     }
+
----------------
joker-eph wrote:
```suggestion
```
Nit: unrelated change
https://github.com/llvm/llvm-project/pull/161117
    
    
More information about the Mlir-commits
mailing list