Skip to content

Commit b11b842

Browse files
committed
[RISCV] Remove unneeded TODOs from float-imm.ll and half-imm.ll. NFC.
After c2e8407, it didn't use constant pool at all.
1 parent dc30321 commit b11b842

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/test/CodeGen/RISCV/float-imm.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
; RUN: llc -mtriple=riscv64 -mattr=+zfinx -verify-machineinstrs < %s \
99
; RUN: -target-abi=lp64 | FileCheck --check-prefixes=CHECKZFINX,RV64ZFINX %s
1010

11-
; TODO: constant pool shouldn't be necessary for RV64IF.
1211
define float @float_imm() nounwind {
1312
; CHECK-LABEL: float_imm:
1413
; CHECK: # %bb.0:

llvm/test/CodeGen/RISCV/half-imm.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
; RUN: -target-abi lp64 < %s \
2121
; RUN: | FileCheck -check-prefixes=CHECKIZHINXMIN,RV64IZHINXMIN %s
2222

23-
; TODO: constant pool shouldn't be necessary for RV32IZfh and RV64IZfh
2423
define half @half_imm() nounwind {
2524
; CHECK-LABEL: half_imm:
2625
; CHECK: # %bb.0:

0 commit comments

Comments
 (0)