Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
mgehre-amd committed Feb 28, 2024
2 parents 91441e5 + c5cd0c2 commit bbb167c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mlir/test/Target/Cpp/subscript.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ func.func @load_store(%arg0: !emitc.array<4x8xf32>, %arg1: !emitc.array<3x5xf32>
emitc.assign %0 : f32 to %1 : f32
return
}
// CHECK: void load_store(float [[V1:[^ ]*]][4][8], float [[V2:[^ ]*]][3][5],
// CHECK-SAME: size_t [[V3:[^ ]*]], size_t [[V4:[^ ]*]])
// CHECK-NEXT: [[V2]][[[V3]]][[[V4]]] = [[V1]][[[V3]]][[[V4]]];
// CHECK: void load_store(float [[ARR1:[^ ]*]][4][8], float [[ARR2:[^ ]*]][3][5],
// CHECK-SAME: size_t [[I:[^ ]*]], size_t [[J:[^ ]*]])
// CHECK-NEXT: [[ARR2]][[[I]]][[[J]]] = [[ARR1]][[[I]]][[[J]]];

0 comments on commit bbb167c

Please sign in to comment.