@@ -42,7 +42,7 @@ define %struct.S16 @i32_to_2xi16(i32 noundef %in) {
4242 %high = trunc i32 %high32 to i16
4343; CHECK: ld.param.u32 %[[R32:r[0-9]+]], [i32_to_2xi16_param_0];
4444; CHECK-DAG: cvt.u16.u32 %rs{{[0-9+]}}, %[[R32]];
45- ; CHECK-DAG mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32]];
45+ ; CHECK-DAG: mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32]];
4646 %s1 = insertvalue %struct.S16 poison, i16 %low , 0
4747 %s = insertvalue %struct.S16 %s1 , i16 %high , 1
4848 ret %struct.S16 %s
@@ -56,7 +56,7 @@ define %struct.S16 @i32_to_2xi16_lh(i32 noundef %in) {
5656 %low = trunc i32 %in to i16
5757; CHECK: ld.param.u32 %[[R32:r[0-9]+]], [i32_to_2xi16_lh_param_0];
5858; CHECK-DAG: cvt.u16.u32 %rs{{[0-9+]}}, %[[R32]];
59- ; CHECK-DAG mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32]];
59+ ; CHECK-DAG: mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32]];
6060 %s1 = insertvalue %struct.S16 poison, i16 %low , 0
6161 %s = insertvalue %struct.S16 %s1 , i16 %high , 1
6262 ret %struct.S16 %s
@@ -84,7 +84,7 @@ define %struct.S32 @i64_to_2xi32(i64 noundef %in) {
8484 %high = trunc i64 %high64 to i32
8585; CHECK: ld.param.u64 %[[R64:rd[0-9]+]], [i64_to_2xi32_param_0];
8686; CHECK-DAG: cvt.u32.u64 %r{{[0-9+]}}, %[[R64]];
87- ; CHECK-DAG mov.b64 {tmp, %r{{[0-9+]}}}, %[[R64]];
87+ ; CHECK-DAG: mov.b64 {tmp, %r{{[0-9+]}}}, %[[R64]];
8888 %s1 = insertvalue %struct.S32 poison, i32 %low , 0
8989 %s = insertvalue %struct.S32 %s1 , i32 %high , 1
9090 ret %struct.S32 %s
@@ -114,8 +114,8 @@ define %struct.S16 @i32_to_2xi16_shr(i32 noundef %i){
114114 %h = trunc i32 %h32 to i16
115115; CHECK: ld.param.u32 %[[R32:r[0-9]+]], [i32_to_2xi16_shr_param_0];
116116; CHECK: shr.s32 %[[R32H:r[0-9]+]], %[[R32]], 16;
117- ; CHECK-DAG mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32]];
118- ; CHECK-DAG mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32H]];
117+ ; CHECK-DAG: mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32]];
118+ ; CHECK-DAG: mov.b32 {tmp, %rs{{[0-9+]}}}, %[[R32H]];
119119 %s0 = insertvalue %struct.S16 poison, i16 %l , 0
120120 %s1 = insertvalue %struct.S16 %s0 , i16 %h , 1
121121 ret %struct.S16 %s1
0 commit comments