[Mlir-commits] [mlir] [mlir][python][nfc] Test `-print-ir-after-all` (PR #75742)
Rik Huijzer
llvmlistbot at llvm.org
Sun Dec 17 09:34:18 PST 2023
================
@@ -281,3 +281,26 @@ def testPostPassOpInvalidation():
# CHECK: return
# CHECK: }
log(module)
+
+
+# Test -print-ir-after-all.
----------------
rikhuijzer wrote:
I added that because some other tests also had it, but you're absolutely right. It's doesn't say much (apart from the `-print-ir-after-all` mention. I've removed it now
https://github.com/llvm/llvm-project/pull/75742
More information about the Mlir-commits
mailing list