From a10e1e0135970861d3fd2f742e3628fe94e00af4 Mon Sep 17 00:00:00 2001 From: Jim Lin Date: Mon, 17 Mar 2025 10:20:27 +0800 Subject: [PATCH] [RISCV] Remove unused check prefixes from double maximum/minimum test. NFC --- llvm/test/CodeGen/RISCV/double-maximum-minimum.ll | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/llvm/test/CodeGen/RISCV/double-maximum-minimum.ll b/llvm/test/CodeGen/RISCV/double-maximum-minimum.ll index 5229117caa2c..4ee01cc48b9f 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: {{.*}}