[llvm] eaa5605 - [RISCV] Remove stale TODOs from test. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 08:36:43 PDT 2021


Author: Craig Topper
Date: 2021-09-02T08:36:27-07:00
New Revision: eaa560582a43f5de2f2f237a5a6ad5020cafb1dd

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

LOG: [RISCV] Remove stale TODOs from test. NFC

These were fixed by D106230.

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll b/llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
index 635be23cf672..66f06cde47eb 100644
--- a/llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
+++ b/llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
@@ -1645,9 +1645,6 @@ define signext i32 @sext_sraiw_zext(i32 zeroext %a) nounwind {
   ret i32 %1
 }
 
-; TODO: sraiw could be selected rather than sext.w and srli. Alternatively,
-; the srli could be merged in to the shifts used for zero-extension.
-
 define zeroext i32 @zext_sraiw_aext(i32 %a) nounwind {
 ; RV64I-LABEL: zext_sraiw_aext:
 ; RV64I:       # %bb.0:
@@ -1669,9 +1666,6 @@ define zeroext i32 @zext_sraiw_sext(i32 signext %a) nounwind {
   ret i32 %1
 }
 
-; TODO: sraiw could be selected rather than sext.w and srli. Alternatively,
-; the srli could be merged in to the shifts used for zero-extension.
-
 define zeroext i32 @zext_sraiw_zext(i32 zeroext %a) nounwind {
 ; RV64I-LABEL: zext_sraiw_zext:
 ; RV64I:       # %bb.0:


        


More information about the llvm-commits mailing list