[llvm] 1410aab - [RISCV] Remove stale FIXME from a test. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 11 10:28:23 PDT 2021


Author: Craig Topper
Date: 2021-07-11T10:25:07-07:00
New Revision: 1410aab62231847b5c5bdbf41a73106f51449932

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

LOG: [RISCV] Remove stale FIXME from a test. NFC

sext has been used for sltu/sltiu since e0e62e97.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/alu32.ll b/llvm/test/CodeGen/RISCV/alu32.ll
index d9fb08b50762..90a00c21feff 100644
--- a/llvm/test/CodeGen/RISCV/alu32.ll
+++ b/llvm/test/CodeGen/RISCV/alu32.ll
@@ -10,9 +10,6 @@
 
 ; Register-immediate instructions.
 
-; TODO: Sign-extension would also work when promoting the operands of
-; sltu/sltiu on RV64 and is cheaper than zero-extension (1 instruction vs 2).
-
 define i32 @addi(i32 %a) nounwind {
 ; RV32I-LABEL: addi:
 ; RV32I:       # %bb.0:


        


More information about the llvm-commits mailing list