Skip to content

Commit 74cf857

Browse files
committed
[RISCV] Remove stale FIXME from a test. NFC
1 parent 2e10671 commit 74cf857

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
; These IR sequences are idioms for rotates. If rotate instructions are
1212
; supported, they will be turned into ISD::ROTL or ISD::ROTR.
1313

14-
; FIXME: We don't match 32-bit rotates with Zbb even though we have ROLW/RORW
15-
; instructions.
16-
1714
define i32 @rotl_32(i32 %x, i32 %y) nounwind {
1815
; RV32I-LABEL: rotl_32:
1916
; RV32I: # %bb.0:

0 commit comments

Comments
 (0)