Skip to content

Commit ce570d1

Browse files
committed
[RISCV] Remove old FIXMEs from test. NFC
1 parent a6c02ed commit ce570d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/CodeGen/RISCV/imm.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,6 @@ define i64 @imm_2reg_1() nounwind {
15581558
ret i64 -1152921504301427080 ; 0xF000_0000_1234_5678
15591559
}
15601560

1561-
; FIXME: This should use a single ADDI for the immediate.
15621561
define void @imm_store_i16_neg1(ptr %p) nounwind {
15631562
; RV32I-LABEL: imm_store_i16_neg1:
15641563
; RV32I: # %bb.0:
@@ -1611,7 +1610,6 @@ define void @imm_store_i16_neg1(ptr %p) nounwind {
16111610
ret void
16121611
}
16131612

1614-
; FIXME: This should use a single ADDI for the immediate.
16151613
define void @imm_store_i32_neg1(ptr %p) nounwind {
16161614
; RV32I-LABEL: imm_store_i32_neg1:
16171615
; RV32I: # %bb.0:

0 commit comments

Comments
 (0)