[RISCV] Remove stale FIXME from a test. NFC
authorCraig Topper <craig.topper@sifive.com>
Sun, 11 Jul 2021 17:25:05 +0000 (10:25 -0700)
committerCraig Topper <craig.topper@sifive.com>
Sun, 11 Jul 2021 17:25:07 +0000 (10:25 -0700)
sext has been used for sltu/sltiu since e0e62e97.

llvm/test/CodeGen/RISCV/alu32.ll

index d9fb08b..90a00c2 100644 (file)
@@ -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: