[Mlir-commits] [mlir] [mlir][CSE] Add cleanup PostDominanceInfo logic to cse (PR #192628)

Mehdi Amini llvmlistbot at llvm.org
Fri Apr 17 07:30:21 PDT 2026


================
@@ -28,9 +28,11 @@
 // PIPELINE-NEXT: Parser
 // PIPELINE-NEXT: 'func.func' Pipeline
 // PIPELINE-NEXT:   CSE
+// PIPELINE-NEXT:     (A) PostDominanceInfo
----------------
joker-eph wrote:

You need to replace `getAnalysis()` with `getCachedAnalysis()` 

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


More information about the Mlir-commits mailing list