We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d452e81 commit ea27fb4Copy full SHA for ea27fb4
mlir/test/python/pass_manager.py
@@ -359,13 +359,7 @@ def testPrintIrLargeLimitElements():
359
pm = PassManager.parse("builtin.module(canonicalize)")
360
ctx.enable_multithreading(False)
361
pm.enable_ir_printing(large_elements_limit=2)
362
- # CHECK: // -----// IR Dump After Canonicalizer (canonicalize) //----- //
363
- # CHECK: module {
364
- # CHECK: func.func @main() -> tensor<3xi64> {
365
# CHECK: %[[CST:.*]] = arith.constant dense_resource<__elided__> : tensor<3xi64>
366
- # CHECK: return %[[CST]] : tensor<3xi64>
367
- # CHECK: }
368
369
pm.run(module)
370
371
0 commit comments