[llvm] 74cf857 - [RISCV] Remove stale FIXME from a test. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 14:55:57 PDT 2022


Author: Craig Topper
Date: 2022-03-16T14:55:11-07:00
New Revision: 74cf8575f74ab6b0d9641e0e3acf3e9328a5e365

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

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

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/rotl-rotr.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rotl-rotr.ll b/llvm/test/CodeGen/RISCV/rotl-rotr.ll
index 6e8bf0dadeafb..fd5437e3cb147 100644
--- a/llvm/test/CodeGen/RISCV/rotl-rotr.ll
+++ b/llvm/test/CodeGen/RISCV/rotl-rotr.ll
@@ -11,9 +11,6 @@
 ; These IR sequences are idioms for rotates. If rotate instructions are
 ; supported, they will be turned into ISD::ROTL or ISD::ROTR.
 
-; FIXME: We don't match 32-bit rotates with Zbb even though we have ROLW/RORW
-; instructions.
-
 define i32 @rotl_32(i32 %x, i32 %y) nounwind {
 ; RV32I-LABEL: rotl_32:
 ; RV32I:       # %bb.0:


        


More information about the llvm-commits mailing list