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

lonely eagle llvmlistbot at llvm.org
Fri Apr 17 07:09:01 PDT 2026


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

To be honest, I don't know much about the background knowledge here, so I may not fully understand what you said. I also don't understand why the test failed, which definitely shows that there are some issues. But that's okay, I will study it seriously when I have time.

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


More information about the Mlir-commits mailing list