@@ -60,7 +60,7 @@ define <4 x float> @test_pmax_v4f32_olt(<4 x float> %x, <4 x float> %y) {
6060; CHECK-NEXT: # %bb.0:
6161; CHECK-NEXT: local.get 0
6262; CHECK-NEXT: local.get 1
63- ; CHECK-NEXT: f32x4.pmax
63+ ; CHECK-NEXT: f32x4.relaxed_max
6464; CHECK-NEXT: # fallthrough-return
6565 %c = fcmp olt <4 x float > %x , %y
6666 %a = select <4 x i1 > %c , <4 x float > %y , <4 x float > %x
@@ -73,7 +73,7 @@ define <4 x float> @test_pmax_v4f32_ole(<4 x float> %x, <4 x float> %y) {
7373; CHECK-NEXT: # %bb.0:
7474; CHECK-NEXT: local.get 0
7575; CHECK-NEXT: local.get 1
76- ; CHECK-NEXT: f32x4.pmax
76+ ; CHECK-NEXT: f32x4.relaxed_max
7777; CHECK-NEXT: # fallthrough-return
7878 %c = fcmp ole <4 x float > %x , %y
7979 %a = select <4 x i1 > %c , <4 x float > %y , <4 x float > %x
@@ -86,7 +86,7 @@ define <4 x float> @test_pmax_v4f32_ogt(<4 x float> %x, <4 x float> %y) {
8686; CHECK-NEXT: # %bb.0:
8787; CHECK-NEXT: local.get 0
8888; CHECK-NEXT: local.get 1
89- ; CHECK-NEXT: f32x4.pmax
89+ ; CHECK-NEXT: f32x4.relaxed_max
9090; CHECK-NEXT: # fallthrough-return
9191 %c = fcmp ogt <4 x float > %y , %x
9292 %a = select <4 x i1 > %c , <4 x float > %y , <4 x float > %x
@@ -99,7 +99,7 @@ define <4 x float> @test_pmax_v4f32_oge(<4 x float> %x, <4 x float> %y) {
9999; CHECK-NEXT: # %bb.0:
100100; CHECK-NEXT: local.get 0
101101; CHECK-NEXT: local.get 1
102- ; CHECK-NEXT: f32x4.pmax
102+ ; CHECK-NEXT: f32x4.relaxed_max
103103; CHECK-NEXT: # fallthrough-return
104104 %c = fcmp oge <4 x float > %y , %x
105105 %a = select <4 x i1 > %c , <4 x float > %y , <4 x float > %x
@@ -127,7 +127,7 @@ define <4 x float> @test_pmax_v4f32_fast_ole(<4 x float> %x, <4 x float> %y) {
127127; CHECK-NEXT: # %bb.0:
128128; CHECK-NEXT: local.get 0
129129; CHECK-NEXT: local.get 1
130- ; CHECK-NEXT: f32x4.pmax
130+ ; CHECK-NEXT: f32x4.relaxed_max
131131; CHECK-NEXT: # fallthrough-return
132132 %c = fcmp fast ole <4 x float > %x , %y
133133 %a = select <4 x i1 > %c , <4 x float > %y , <4 x float > %x
@@ -155,7 +155,7 @@ define <4 x float> @test_pmax_v4f32_fast_oge(<4 x float> %x, <4 x float> %y) {
155155; CHECK-NEXT: # %bb.0:
156156; CHECK-NEXT: local.get 0
157157; CHECK-NEXT: local.get 1
158- ; CHECK-NEXT: f32x4.pmax
158+ ; CHECK-NEXT: f32x4.relaxed_max
159159; CHECK-NEXT: # fallthrough-return
160160 %c = fcmp fast oge <4 x float > %x , %y
161161 %a = select <4 x i1 > %c , <4 x float > %x , <4 x float > %y
@@ -168,7 +168,7 @@ define <4 x i32> @test_pmax_int_v4f32(<4 x i32> %x, <4 x i32> %y) {
168168; CHECK-NEXT: # %bb.0:
169169; CHECK-NEXT: local.get 1
170170; CHECK-NEXT: local.get 0
171- ; CHECK-NEXT: f32x4.pmax
171+ ; CHECK-NEXT: f32x4.relaxed_max
172172; CHECK-NEXT: # fallthrough-return
173173 %fx = bitcast <4 x i32 > %x to <4 x float >
174174 %fy = bitcast <4 x i32 > %y to <4 x float >
@@ -183,7 +183,7 @@ define <2 x double> @test_pmax_v2f64_olt(<2 x double> %x, <2 x double> %y) {
183183; CHECK-NEXT: # %bb.0:
184184; CHECK-NEXT: local.get 0
185185; CHECK-NEXT: local.get 1
186- ; CHECK-NEXT: f64x2.pmax
186+ ; CHECK-NEXT: f64x2.relaxed_max
187187; CHECK-NEXT: # fallthrough-return
188188 %c = fcmp olt <2 x double > %x , %y
189189 %a = select <2 x i1 > %c , <2 x double > %y , <2 x double > %x
@@ -196,7 +196,7 @@ define <2 x double> @test_pmax_v2f64_ole(<2 x double> %x, <2 x double> %y) {
196196; CHECK-NEXT: # %bb.0:
197197; CHECK-NEXT: local.get 0
198198; CHECK-NEXT: local.get 1
199- ; CHECK-NEXT: f64x2.pmax
199+ ; CHECK-NEXT: f64x2.relaxed_max
200200; CHECK-NEXT: # fallthrough-return
201201 %c = fcmp ole <2 x double > %x , %y
202202 %a = select <2 x i1 > %c , <2 x double > %y , <2 x double > %x
@@ -209,7 +209,7 @@ define <2 x double> @test_pmax_v2f64_ogt(<2 x double> %x, <2 x double> %y) {
209209; CHECK-NEXT: # %bb.0:
210210; CHECK-NEXT: local.get 1
211211; CHECK-NEXT: local.get 0
212- ; CHECK-NEXT: f64x2.pmax
212+ ; CHECK-NEXT: f64x2.relaxed_max
213213; CHECK-NEXT: # fallthrough-return
214214 %c = fcmp ogt <2 x double > %x , %y
215215 %a = select <2 x i1 > %c , <2 x double > %x , <2 x double > %y
@@ -221,7 +221,7 @@ define <2 x double> @test_pmax_v2f64_oge(<2 x double> %x, <2 x double> %y) {
221221; CHECK-NEXT: # %bb.0:
222222; CHECK-NEXT: local.get 1
223223; CHECK-NEXT: local.get 0
224- ; CHECK-NEXT: f64x2.pmax
224+ ; CHECK-NEXT: f64x2.relaxed_max
225225; CHECK-NEXT: # fallthrough-return
226226 %c = fcmp oge <2 x double > %x , %y
227227 %a = select <2 x i1 > %c , <2 x double > %x , <2 x double > %y
@@ -249,7 +249,7 @@ define <2 x double> @test_pmax_v2f64_fast_ole(<2 x double> %x, <2 x double> %y)
249249; CHECK-NEXT: # %bb.0:
250250; CHECK-NEXT: local.get 0
251251; CHECK-NEXT: local.get 1
252- ; CHECK-NEXT: f64x2.pmax
252+ ; CHECK-NEXT: f64x2.relaxed_max
253253; CHECK-NEXT: # fallthrough-return
254254 %c = fcmp fast ole <2 x double > %x , %y
255255 %a = select <2 x i1 > %c , <2 x double > %y , <2 x double > %x
@@ -276,7 +276,7 @@ define <2 x double> @test_pmax_v2f64_fast_oge(<2 x double> %x, <2 x double> %y)
276276; CHECK-NEXT: # %bb.0:
277277; CHECK-NEXT: local.get 0
278278; CHECK-NEXT: local.get 1
279- ; CHECK-NEXT: f64x2.pmax
279+ ; CHECK-NEXT: f64x2.relaxed_max
280280; CHECK-NEXT: # fallthrough-return
281281 %c = fcmp fast oge <2 x double > %x , %y
282282 %a = select <2 x i1 > %c , <2 x double > %x , <2 x double > %y
@@ -289,7 +289,7 @@ define <2 x i64> @test_pmax_int_v2f64(<2 x i64> %x, <2 x i64> %y) {
289289; CHECK-NEXT: # %bb.0:
290290; CHECK-NEXT: local.get 1
291291; CHECK-NEXT: local.get 0
292- ; CHECK-NEXT: f64x2.pmax
292+ ; CHECK-NEXT: f64x2.relaxed_max
293293; CHECK-NEXT: # fallthrough-return
294294 %fx = bitcast <2 x i64 > %x to <2 x double >
295295 %fy = bitcast <2 x i64 > %y to <2 x double >
0 commit comments