From: Mehdi Amini Date: Tue, 31 Aug 2021 18:49:47 +0000 (+0000) Subject: Fix MLIR python binding test after changes in ASM printer X-Git-Tag: upstream/15.0.7~32609 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7515a49b1ddf1eae3c3d2e52c56e3fa02305351;p=platform%2Fupstream%2Fllvm.git Fix MLIR python binding test after changes in ASM printer --- diff --git a/mlir/test/python/ir/operation.py b/mlir/test/python/ir/operation.py index d4fa091..5f510fb 100644 --- a/mlir/test/python/ir/operation.py +++ b/mlir/test/python/ir/operation.py @@ -59,7 +59,7 @@ def testTraverseOpRegionBlockIterators(): # CHECK: REGION 0: # CHECK: BLOCK 0: - # CHECK: OP 0: builtin.func + # CHECK: OP 0: func # CHECK: REGION 0: # CHECK: BLOCK 0: # CHECK: OP 0: %0 = "custom.addi" @@ -96,7 +96,7 @@ def testTraverseOpRegionBlockIndices(): # CHECK: REGION 0: # CHECK: BLOCK 0: - # CHECK: OP 0: builtin.func + # CHECK: OP 0: func # CHECK: OP 0: parent builtin.module # CHECK: REGION 0: # CHECK: BLOCK 0: