Skip to content

Commit

Permalink
test: Fix select conversion test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Oct 8, 2024
1 parent f216c41 commit 0ca6780
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/vast/Conversion/select-b.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// RUN: %vast-front -vast-emit-mlir=llvm -vast-snapshot-at="vast-core-to-llvm;vast-irs-to-llvm" %s
// RUN: %file-check %s -input-file=$(basename %s .c).vast-irs-to-llvm -check-prefix=I_LLVM
// RUN: %file-check %s -input-file=$(basename %s .c).vast-core-to-llvm -check-prefix=C_LLVM

// RUN: %vast-front -vast-emit-mlir-after=vast-irs-to-llvm %s -o %t.mlir
// RUN: %file-check --input-file=%t.mlir %s -check-prefix=I_LLVM

Expand All @@ -14,7 +10,6 @@ int main(int argc, char** argv)
{
// I_LLVM: [[V6:%[0-9]+]] = core.lazy.op {
// I_LLVM: llvm.call @foo() : () -> ()
// I_LLVM: {{.*}} = llvm.mlir.zero : !llvm.void
// I_LLVM: [[V11:%[0-9]+]] = llvm.mlir.zero : !llvm.void
// I_LLVM: hl.value.yield [[V11]] : !llvm.void
// I_LLVM: } : !llvm.void
Expand Down

0 comments on commit 0ca6780

Please sign in to comment.