[RISCV] Regen rvv/fixed-vectors-fmf.ll to avoid spurious test deltas
authorPhilip Reames <preames@rivosinc.com>
Mon, 26 Jun 2023 19:46:16 +0000 (12:46 -0700)
committerPhilip Reames <listmail@philipreames.com>
Mon, 26 Jun 2023 19:53:33 +0000 (12:53 -0700)
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll

index 77b73fe..16cf0ee 100644 (file)
@@ -9,8 +9,8 @@ define <2 x double> @foo(<2 x double> %x, <2 x double> %y) {
   ; CHECK-NEXT: {{  $}}
   ; CHECK-NEXT:   [[COPY:%[0-9]+]]:vr = COPY $v9
   ; CHECK-NEXT:   [[COPY1:%[0-9]+]]:vr = COPY $v8
-  ; CHECK-NEXT:   %2:vr = nnan ninf nsz arcp contract afn reassoc nofpexcept PseudoVFADD_VV_M1 [[COPY1]], [[COPY]], 2, 6 /* e64 */, implicit $frm
-  ; CHECK-NEXT:   $v8 = COPY %2
+  ; CHECK-NEXT:   [[PseudoVFADD_VV_M1_:%[0-9]+]]:vr = nnan ninf nsz arcp contract afn reassoc nofpexcept PseudoVFADD_VV_M1 [[COPY1]], [[COPY]], 2, 6 /* e64 */, implicit $frm
+  ; CHECK-NEXT:   $v8 = COPY [[PseudoVFADD_VV_M1_]]
   ; CHECK-NEXT:   PseudoRET implicit $v8
   %1 = fadd fast <2 x double> %x, %y
   ret <2 x double> %1