[RISCV] Remove stale FIXME from a test. NFC
authorCraig Topper <craig.topper@sifive.com>
Wed, 16 Mar 2022 21:42:25 +0000 (14:42 -0700)
committerCraig Topper <craig.topper@sifive.com>
Wed, 16 Mar 2022 21:55:11 +0000 (14:55 -0700)
llvm/test/CodeGen/RISCV/rotl-rotr.ll

index 6e8bf0d..fd5437e 100644 (file)
@@ -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: