mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
[mlir][Python] Fix test broken after D98474
This commit is contained in:
@@ -470,7 +470,7 @@ def testOperationPrint():
|
||||
print(bytes_value)
|
||||
|
||||
# Test get_asm with options.
|
||||
# CHECK: value = opaque<"", "0xDEADBEEF"> : tensor<4xi32>
|
||||
# CHECK: value = opaque<"_", "0xDEADBEEF"> : tensor<4xi32>
|
||||
# CHECK: "std.return"(%arg0) : (i32) -> () -:4:7
|
||||
module.operation.print(large_elements_limit=2, enable_debug_info=True,
|
||||
pretty_debug_info=True, print_generic_op_form=True, use_local_scope=True)
|
||||
|
||||
Reference in New Issue
Block a user