Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/MC/RISCV/rv32zbp-invalid.s | ||
---|---|---|
50 | Do we have tests that you can't use RV64 insts on RV32, e.g. xperm.w? |
Paths
| Differential D94999
[RISCV] Add xperm.* instructions to Zbp extension. ClosedPublic Authored by craig.topper on Jan 19 2021, 1:27 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: NickHung, evandro, apazos and 22 others. · View Herald TranscriptJan 19 2021, 1:27 PM craig.topper added a child revision: D95002: [RISCV] Update B extension version to 0.93..Jan 19 2021, 2:17 PM
This revision is now accepted and ready to land.Jan 22 2021, 6:51 AM Closed by commit rGf25f7e8ecd91: [RISCV] Add xperm.* instructions to Zbp extension. (authored by craig.topper). · Explain WhyJan 22 2021, 12:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 318241 llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/MC/RISCV/rv32zbp-invalid.s
llvm/test/MC/RISCV/rv32zbp-valid.s
llvm/test/MC/RISCV/rv64zbp-invalid.s
llvm/test/MC/RISCV/rv64zbp-valid.s
|
Do we have tests that you can't use RV64 insts on RV32, e.g. xperm.w?