[llvm] a10e1e0 - [RISCV] Remove unused check prefixes from double maximum/minimum test. NFC
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 01:51:18 PDT 2025
Author: Jim Lin
Date: 2025-03-17T16:39:51+08:00
New Revision: a10e1e0135970861d3fd2f742e3628fe94e00af4
URL: https://github.com/llvm/llvm-project/commit/a10e1e0135970861d3fd2f742e3628fe94e00af4
DIFF: https://github.com/llvm/llvm-project/commit/a10e1e0135970861d3fd2f742e3628fe94e00af4.diff
LOG: [RISCV] Remove unused check prefixes from double maximum/minimum test. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/double-maximum-minimum.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/double-maximum-minimum.ll b/llvm/test/CodeGen/RISCV/double-maximum-minimum.ll
index 5229117caa2c2..4ee01cc48b9f0 100644
--- a/llvm/test/CodeGen/RISCV/double-maximum-minimum.ll
+++ b/llvm/test/CodeGen/RISCV/double-maximum-minimum.ll
@@ -1,10 +1,10 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+d \
; RUN: -verify-machineinstrs -target-abi=ilp32d \
-; RUN: | FileCheck -check-prefixes=CHECKIFD,RV32IFD %s
+; RUN: | FileCheck -check-prefixes=CHECKIFD %s
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+d \
; RUN: -verify-machineinstrs -target-abi=lp64d \
-; RUN: | FileCheck -check-prefixes=CHECKIFD,RV64IFD %s
+; RUN: | FileCheck -check-prefixes=CHECKIFD %s
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+zdinx \
; RUN: -verify-machineinstrs -target-abi=ilp32 \
; RUN: | FileCheck -check-prefix=RV32IZFINXZDINX %s
@@ -297,7 +297,3 @@ define double @fmaximum_nnan_op_f64(double %a, double %b) nounwind {
%1 = call double @llvm.maximum.f64(double %c, double %d)
ret double %1
}
-
-;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
-; RV32IFD: {{.*}}
-; RV64IFD: {{.*}}
More information about the llvm-commits
mailing list