Skip to content

Commit 6d5b14d

Browse files
committed
[RISCV] Remove stale TODO from test. NFC
1 parent 768a517 commit 6d5b14d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/test/CodeGen/RISCV/imm.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ define i64 @imm64_1() nounwind {
171171
ret i64 2147483648 ; 0x8000_0000
172172
}
173173

174-
; TODO: This and similar constants with all 0s in the upper bits and all 1s in
175-
; the lower bits could be lowered to addi a0, zero, -1 followed by a logical
176-
; right shift.
177174
define i64 @imm64_2() nounwind {
178175
; RV32I-LABEL: imm64_2:
179176
; RV32I: # %bb.0:

0 commit comments

Comments
 (0)