projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e10671
)
[RISCV] Remove stale FIXME from a test. NFC
author
Craig Topper
<craig.topper@sifive.com>
Wed, 16 Mar 2022 21:42:25 +0000
(14:42 -0700)
committer
Craig Topper
<craig.topper@sifive.com>
Wed, 16 Mar 2022 21:55:11 +0000
(14:55 -0700)
llvm/test/CodeGen/RISCV/rotl-rotr.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/RISCV/rotl-rotr.ll
b/llvm/test/CodeGen/RISCV/rotl-rotr.ll
index
6e8bf0d
..
fd5437e
100644
(file)
--- 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: