Skip to content

Commit

Permalink
[Mem2arr] makes multicall test more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
kumasento committed Oct 29, 2021
1 parent adc2c1c commit f45091c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/llvm/Transforms/VhlsLLVMRewriter/mem2arr/multicalls.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ func @main() {
return
}

// CHECK: define void @bar([10 x float]* %{{.*}})
// CHECK-DAG: define void @bar([10 x float]* %{{.*}})

// CHECK: define void @foo([10 x float]* %{{.*}})
// CHECK-DAG: define void @foo([10 x float]* %{{.*}})

// CHECK: define void @main()
// CHECK-NEXT: %[[v1:.*]] = call i8* @malloc(i64 ptrtoint (float* getelementptr (float, float* null, i64 10) to i64))
Expand Down

0 comments on commit f45091c

Please sign in to comment.