forked from OSchip/llvm-project
[mlir] Fix convert-to-llvmir.mlir test broken due to syntax change
The syntax of the LLVM dialect types changed between the time the code was written and it was submitted, leading to a test failure. Update the syntax.
This commit is contained in:
parent
bd7f3f8a3e
commit
bdb9295664
|
@ -1325,8 +1325,8 @@ func @rank_of_unranked(%unranked: memref<*xi32>) {
|
|||
// CHECK-NEXT: llvm.mlir.undef
|
||||
// CHECK-NEXT: llvm.insertvalue
|
||||
// CHECK-NEXT: llvm.insertvalue
|
||||
// CHECK-NEXT: llvm.extractvalue %{{.*}}[0] : !llvm<"{ i64, i8* }">
|
||||
// CHECK32: llvm.extractvalue %{{.*}}[0] : !llvm<"{ i64, i8* }">
|
||||
// CHECK-NEXT: llvm.extractvalue %{{.*}}[0] : !llvm.struct<(i64, ptr<i8>)>
|
||||
// CHECK32: llvm.extractvalue %{{.*}}[0] : !llvm.struct<(i64, ptr<i8>)>
|
||||
|
||||
// CHECK-LABEL: func @rank_of_ranked
|
||||
// CHECK32-LABEL: func @rank_of_ranked
|
||||
|
|
Loading…
Reference in New Issue