Skip to content

Commit ba18a51

Browse files
committed
[NVPTX][NFC] Update layout in test due to d6a68be (#29020)
1 parent fcf2965 commit ba18a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGenSYCL/nvptx-short-ptr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
// Targeting a 32-bit NVPTX, check that we see universal 32-bit pointers (the
2222
// option changes nothing)
23-
// CHECK32: target datalayout = "e-p:32:32-p6:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
23+
// CHECK32: target datalayout = "e-p:32:32-p6:32:32-p7:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
2424

2525
// Targeting a 64-bit NVPTX target, check that we see 32-bit pointers for
2626
// shared (3), const (4), and local (5) address spaces only.
2727
// CHECK64-DEFAULT: target datalayout = "e-p6:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
28-
// CHECK64-SHORT: target datalayout = "e-p3:32:32-p4:32:32-p5:32:32-p6:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
28+
// CHECK64-SHORT: target datalayout = "e-p3:32:32-p4:32:32-p5:32:32-p6:32:32-p7:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"

0 commit comments

Comments
 (0)