Skip to content

Commit 4abab6e

Browse files
committed
minor test fix
1 parent 6f3cc7b commit 4abab6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/builtins-nvptx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ __device__ void nvvm_cvt_sm100a_sm103a() {
12371237
// CHECK_PTX87_SM100a: %[[R4:.*]] = call <2 x half> @llvm.nvvm.ff2f16x2.rs.relu.satfinite(float 1.000000e+00, float 1.000000e+00, i32 0)
12381238
// CHECK_PTX87_SM100a: store <2 x half> %[[R4]], ptr %r4
12391239
// CHECK_PTX87_SM103a: %[[R4:.*]] = call <2 x half> @llvm.nvvm.ff2f16x2.rs.relu.satfinite(float 1.000000e+00, float 1.000000e+00, i32 0)
1240-
// CHECK_PTX87_SM103a: store <2 x half> %[[R4]], ptr
1240+
// CHECK_PTX87_SM103a: store <2 x half> %[[R4]], ptr %r4
12411241
f16x2 r4 = __nvvm_ff2f16x2_rs_relu_satfinite(1.0f, 1.0f, 0);
12421242

12431243
// CHECK_PTX87_SM100a: %[[R5:.*]] = call <2 x bfloat> @llvm.nvvm.ff2bf16x2.rs(float 1.000000e+00, float 1.000000e+00, i32 0)

0 commit comments

Comments
 (0)