We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6462fad commit e1b14d4Copy full SHA for e1b14d4
clang/test/Headers/gpuintrin_lang.c
@@ -36,7 +36,7 @@ __device__ int foo() { return __gpu_thread_id_x(); }
36
// CUDA-LABEL: define dso_local i32 @foo(
37
// CUDA-SAME: ) #[[ATTR0:[0-9]+]] {
38
// CUDA-NEXT: [[ENTRY:.*:]]
39
-// CUDA-NEXT: [[TMP0:%.*]] = call range(i32 0, 1024) i32 @llvm.nvvm.read.ptx.sreg.tid.x()
+// CUDA-NEXT: [[TMP0:%.*]] = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
40
// CUDA-NEXT: ret i32 [[TMP0]]
41
//
42
// HIP-LABEL: define dso_local i32 @foo(
0 commit comments