Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cferry-AMD committed Sep 30, 2024
1 parent ca88be2 commit 578a79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mlir/test/Conversion/UBToEmitC/convert-ub-to-emitc.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

// CHECK-LABEL: func.func @poison
func.func @poison() {
// CHECK: "emitc.variable"(){{.*}}() -> i32
// CHECK: "emitc.variable"{{.*}} -> i32
%0 = ub.poison : i32
// CHECK: "emitc.variable"(){{.*}}() -> f32
// CHECK: "emitc.variable"{{.*}} -> f32
%1 = ub.poison : f32
// CHECK: "emitc.variable"(){{.*}}() -> !emitc.size_t
// CHECK: "emitc.variable"{{.*}} -> !emitc.size_t
%2 = ub.poison : index
return
}

0 comments on commit 578a79c

Please sign in to comment.