[llvm] ce570d1 - [RISCV] Remove old FIXMEs from test. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 22:07:03 PST 2023


Author: Craig Topper
Date: 2023-11-29T21:53:32-08:00
New Revision: ce570d1a2298b4ecbdd4f25f1aee0f70ef40dac4

URL: https://github.com/llvm/llvm-project/commit/ce570d1a2298b4ecbdd4f25f1aee0f70ef40dac4
DIFF: https://github.com/llvm/llvm-project/commit/ce570d1a2298b4ecbdd4f25f1aee0f70ef40dac4.diff

LOG: [RISCV] Remove old FIXMEs from test. NFC

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/imm.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/imm.ll b/llvm/test/CodeGen/RISCV/imm.ll
index cafcf72c022ff4a..9e356a93526cdd2 100644
--- a/llvm/test/CodeGen/RISCV/imm.ll
+++ b/llvm/test/CodeGen/RISCV/imm.ll
@@ -1558,7 +1558,6 @@ define i64 @imm_2reg_1() nounwind {
   ret i64 -1152921504301427080 ; 0xF000_0000_1234_5678
 }
 
-; FIXME: This should use a single ADDI for the immediate.
 define void @imm_store_i16_neg1(ptr %p) nounwind {
 ; RV32I-LABEL: imm_store_i16_neg1:
 ; RV32I:       # %bb.0:
@@ -1611,7 +1610,6 @@ define void @imm_store_i16_neg1(ptr %p) nounwind {
   ret void
 }
 
-; FIXME: This should use a single ADDI for the immediate.
 define void @imm_store_i32_neg1(ptr %p) nounwind {
 ; RV32I-LABEL: imm_store_i32_neg1:
 ; RV32I:       # %bb.0:


        


More information about the llvm-commits mailing list