Skip to content

Commit 93b3cba

Browse files
committed
[RISCV] Remove the TODO for lowering f32 libcall on RV64 with lp64 abi. (NFC)
The unnecessary extension doesn't exist anymore after https://reviews.llvm.org/D65497.
1 parent 2bd9f26 commit 93b3cba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
; legalisation or DAG combines aren't incorrectly triggered when the F
1010
; extension isn't enabled.
1111

12-
; TODO: f32 parameters on RV64 with a soft-float ABI are anyext.
13-
1412
define float @float_test(float %a, float %b) nounwind {
1513
; RV32IF-LABEL: float_test:
1614
; RV32IF: # %bb.0:

0 commit comments

Comments
 (0)