Skip to content

Commit fd79b9d

Browse files
committed
Update variable name in lit test
1 parent e499810 commit fd79b9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/AMDGPU/lround.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,8 +1069,8 @@ define <2 x i32> @intrinsic_lround_v2i32_v2f32(<2 x float> %arg) {
10691069
; GFX11-GISEL-NEXT: v_cvt_i32_f32_e32 v1, v1
10701070
; GFX11-GISEL-NEXT: s_setpc_b64 s[30:31]
10711071
entry:
1072-
%0 = tail call <2 x i32> @llvm.lround.v2i32.v2f32(<2 x float> %arg)
1073-
ret <2 x i32> %0
1072+
%res = tail call <2 x i32> @llvm.lround.v2i32.v2f32(<2 x float> %arg)
1073+
ret <2 x i32> %res
10741074
}
10751075

10761076
define <2 x i64> @intrinsic_lround_v2i64_v2f32(<2 x float> %arg) {
@@ -1334,6 +1334,6 @@ define <2 x i64> @intrinsic_lround_v2i64_v2f32(<2 x float> %arg) {
13341334
; GFX11-GISEL-NEXT: v_sub_co_ci_u32_e32 v3, vcc_lo, v4, v3, vcc_lo
13351335
; GFX11-GISEL-NEXT: s_setpc_b64 s[30:31]
13361336
entry:
1337-
%0 = tail call <2 x i64> @llvm.lround.v2i64.v2f32(<2 x float> %arg)
1338-
ret <2 x i64> %0
1337+
%res = tail call <2 x i64> @llvm.lround.v2i64.v2f32(<2 x float> %arg)
1338+
ret <2 x i64> %res
13391339
}

0 commit comments

Comments
 (0)