Skip to content

Commit 5853448

Browse files
committed
Reintroduce data layouts in tests
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 0ab4031 commit 5853448

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

clang/test/Driver/Inputs/SYCL/bar.ll

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64-G1"
12
target triple = "spirv64"
23

34
define spir_func i32 @bar_func1(i32 %a, i32 %b) {

clang/test/Driver/Inputs/SYCL/baz.ll

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64-G1"
12
target triple = "spirv64"
23

34
define spir_func i32 @bar_func1(i32 %a, i32 %b) {

clang/test/Driver/Inputs/SYCL/foo.ll

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64-G1"
12
target triple = "spirv64"
23

34
define spir_func i32 @foo_func1(i32 %a, i32 %b) {

clang/test/Driver/Inputs/SYCL/libsycl.ll

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64-G1"
12
target triple = "spirv64"
23

34
define spir_func i32 @addFive(i32 %a) {

0 commit comments

Comments
 (0)