The SHL and SRL could be in opposite order so account for that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90586
[RISCV] Make SelectRORIW handle the commutability of OR. ClosedPublic Authored by craig.topper on Nov 1 2020, 11:47 PM.
Details Summary The SHL and SRL could be in opposite order so account for that.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 2 2020, 3:56 AM This revision was landed with ongoing or failed builds.Nov 2 2020, 9:33 AM Closed by commit rG9ac291009356: [RISCV] Make SelectRORIW handle the commutability of OR. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302317 llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
llvm/test/CodeGen/RISCV/rv64Zbbp.ll
|