Skip to content

Commit

Permalink
test:conv:irstollvm: Reflect updates in conversion pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Jan 10, 2024
1 parent 14ea1f0 commit 451820c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/vast/Conversion/Common/IRsToLLVM/hl-assign-a.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void count(int arg)
// CHECK: [[V3:%[0-9]+]] = llvm.mlir.constant(1 : index) : i64
// CHECK: [[V4:%[0-9]+]] = llvm.alloca [[V3]] x i32 : (i64) -> !llvm.ptr<i32>
// CHECK: [[V5:%[0-9]+]] = llvm.mlir.constant(43 : i32) : i32
// CHECK: [[V6:%[0-9]+]] = llvm.load [[V1]] : !llvm.ptr<i32>
// CHECK: llvm.store [[V5]], [[V1]] : !llvm.ptr<i32>
// CHECK: llvm.store [[V5]], [[V4]] : !llvm.ptr<i32>
unsigned int c = iter = 43;
Expand Down

0 comments on commit 451820c

Please sign in to comment.