[llvm] 93b3cba - [RISCV] Remove the TODO for lowering f32 libcall on RV64 with lp64 abi. (NFC)
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 19:05:49 PST 2025
Author: Jim Lin
Date: 2025-03-07T10:52:04+08:00
New Revision: 93b3cbadc2b624f5daf0ce000684c3c154d0aca4
URL: https://github.com/llvm/llvm-project/commit/93b3cbadc2b624f5daf0ce000684c3c154d0aca4
DIFF: https://github.com/llvm/llvm-project/commit/93b3cbadc2b624f5daf0ce000684c3c154d0aca4.diff
LOG: [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.
Added:
Modified:
llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll b/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
index cd7bce868eae0..b0726a5b6fd6b 100644
--- a/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
+++ b/llvm/test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
@@ -9,8 +9,6 @@
; legalisation or DAG combines aren't incorrectly triggered when the F
; extension isn't enabled.
-; TODO: f32 parameters on RV64 with a soft-float ABI are anyext.
-
define float @float_test(float %a, float %b) nounwind {
; RV32IF-LABEL: float_test:
; RV32IF: # %bb.0:
More information about the llvm-commits
mailing list