[llvm] 237efe7 - [RISCV] Regen rvv/fixed-vectors-fmf.ll to avoid spurious test deltas
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 12:53:59 PDT 2023
Author: Philip Reames
Date: 2023-06-26T12:53:33-07:00
New Revision: 237efe7eaa92f8cb1c9687b3b4e8a8cfb5db852a
URL: https://github.com/llvm/llvm-project/commit/237efe7eaa92f8cb1c9687b3b4e8a8cfb5db852a
DIFF: https://github.com/llvm/llvm-project/commit/237efe7eaa92f8cb1c9687b3b4e8a8cfb5db852a.diff
LOG: [RISCV] Regen rvv/fixed-vectors-fmf.ll to avoid spurious test deltas
Added:
Modified:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll
index 77b73fe629389..16cf0ee9edf20 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll
@@ -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
More information about the llvm-commits
mailing list