We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c02ed commit ce570d1Copy full SHA for ce570d1
llvm/test/CodeGen/RISCV/imm.ll
@@ -1558,7 +1558,6 @@ define i64 @imm_2reg_1() nounwind {
1558
ret i64 -1152921504301427080 ; 0xF000_0000_1234_5678
1559
}
1560
1561
-; FIXME: This should use a single ADDI for the immediate.
1562
define void @imm_store_i16_neg1(ptr %p) nounwind {
1563
; RV32I-LABEL: imm_store_i16_neg1:
1564
; RV32I: # %bb.0:
@@ -1611,7 +1610,6 @@ define void @imm_store_i16_neg1(ptr %p) nounwind {
1611
1610
ret void
1612
1613
1614
1615
define void @imm_store_i32_neg1(ptr %p) nounwind {
1616
; RV32I-LABEL: imm_store_i32_neg1:
1617
0 commit comments