Zext.h will need to come back to Zbb, but that only uses specific
encodings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94742
[RISCV] Move pack instructions to Zbp extension only. ClosedPublic Authored by craig.topper on Jan 14 2021, 7:44 PM.
Details Summary Zext.h will need to come back to Zbb, but that only uses specific
Diff Detail
Event TimelineHerald added subscribers: NickHung, evandro, apazos and 22 others. · View Herald TranscriptJan 14 2021, 7:44 PM craig.topper added a child revision: D94818: [RISCV] Add zext.h instruction to Zbb..Jan 19 2021, 12:18 PM craig.topper added a parent revision: D94736: [RISCV] Change zext.w to be an alias of add.uw rd, rs1, x0 instead of pack.. This revision is now accepted and ready to land.Jan 20 2021, 3:54 AM Closed by commit rG83c92fdeda6b: [RISCV] Move pack instructions to Zbp extension only. (authored by craig.topper). · Explain WhyJan 22 2021, 12:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 316835 llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/CodeGen/RISCV/rv32Zbbp.ll
llvm/test/CodeGen/RISCV/rv32Zbp.ll
llvm/test/CodeGen/RISCV/rv64Zbbp.ll
llvm/test/CodeGen/RISCV/rv64Zbp.ll
llvm/test/MC/RISCV/rv32zbbp-valid.s
llvm/test/MC/RISCV/rv32zbp-valid.s
llvm/test/MC/RISCV/rv64zbbp-valid.s
llvm/test/MC/RISCV/rv64zbp-valid.s
|