[llvm] 7b72102 - [RISCV] Remove unused check prefixes. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 13 22:02:29 PST 2022
Author: Craig Topper
Date: 2022-01-13T22:02:16-08:00
New Revision: 7b7210291a07ad3ec6e12bdd7e13da107fc0f787
URL: https://github.com/llvm/llvm-project/commit/7b7210291a07ad3ec6e12bdd7e13da107fc0f787
DIFF: https://github.com/llvm/llvm-project/commit/7b7210291a07ad3ec6e12bdd7e13da107fc0f787.diff
LOG: [RISCV] Remove unused check prefixes. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/inline-asm-f-constraint-f.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/inline-asm-f-constraint-f.ll b/llvm/test/CodeGen/RISCV/inline-asm-f-constraint-f.ll
index 0055480eb2c9..7ac04c24805b 100644
--- a/llvm/test/CodeGen/RISCV/inline-asm-f-constraint-f.ll
+++ b/llvm/test/CodeGen/RISCV/inline-asm-f-constraint-f.ll
@@ -11,27 +11,6 @@
@gf = external global float
define float @constraint_f_float(float %a) nounwind {
-; RV32-LABEL: constraint_f_float:
-; RV32: # %bb.0:
-; RV32-NEXT: lui a1, %hi(gf)
-; RV32-NEXT: flw ft0, %lo(gf)(a1)
-; RV32-NEXT: fmv.w.x ft1, a0
-; RV32-NEXT: #APP
-; RV32-NEXT: fadd.s ft0, ft1, ft0
-; RV32-NEXT: #NO_APP
-; RV32-NEXT: fmv.x.w a0, ft0
-; RV32-NEXT: ret
-;
-; RV64-LABEL: constraint_f_float:
-; RV64: # %bb.0:
-; RV64-NEXT: lui a1, %hi(gf)
-; RV64-NEXT: flw ft0, %lo(gf)(a1)
-; RV64-NEXT: fmv.w.x ft1, a0
-; RV64-NEXT: #APP
-; RV64-NEXT: fadd.s ft0, ft1, ft0
-; RV64-NEXT: #NO_APP
-; RV64-NEXT: fmv.x.w a0, ft0
-; RV64-NEXT: ret
; RV32F-LABEL: constraint_f_float:
; RV32F: # %bb.0:
; RV32F-NEXT: lui a1, %hi(gf)
More information about the llvm-commits
mailing list