Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoB.td | ||
---|---|---|
378 | Hard for me to say for sure as I'm just browsing the code, but it looks to me like RVBALUW_ri is now unused. |
Paths
| Differential D94577
[RISCV] Remove addiwu, addwu, subwu, subuw, clmulw, clmulrw, clmulhw to match 0.93 bitmanip spec. ClosedPublic Authored by craig.topper on Jan 12 2021, 6:42 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: NickHung, evandro, apazos and 23 others. · View Herald TranscriptJan 12 2021, 6:42 PM craig.topper added a parent revision: D94568: [RISCV] Rename pcnt->cpop to match 0.93 bitmanip spec..Jan 14 2021, 1:04 PM craig.topper added a child revision: D94580: [RISCV] Swap encodings of max and minu to match 0.93 bitmanip spec..
This revision is now accepted and ready to land.Jan 18 2021, 7:24 AM Closed by commit rGb2f859500f19: [RISCV] Remove addiwu, addwu, subwu, subuw, clmulw, clmulrw, clmulhw to match 0. (authored by craig.topper). · Explain WhyJan 22 2021, 12:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316304 llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/CodeGen/RISCV/rv64Zbb.ll
llvm/test/MC/RISCV/rv64zbb-invalid.s
llvm/test/MC/RISCV/rv64zbb-valid.s
llvm/test/MC/RISCV/rv64zbc-invalid.s
llvm/test/MC/RISCV/rv64zbc-valid.s
|
Hard for me to say for sure as I'm just browsing the code, but it looks to me like RVBALUW_ri is now unused.