Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/test/MC/RISCV/rvv/zvbb.s | ||
|---|---|---|
| 1 | Split this file into zvkb.s and zvbb.s? | |
Comment Actions
Do we need to update anything in clang? Like riscv_vector.td? Also all the intrinsic test command lines in both clang and llvm
Comment Actions
Should Zvkb and Zvbb be in this list?
void RISCVIntrinsicManagerImpl::ConstructRVVIntrinsics(
ArrayRef<RVVIntrinsicRecord> Recs, IntrinsicKind K) {
const TargetInfo &TI = Context.getTargetInfo();
static const std::pair<const char *, uint8_t> FeatureCheckList[] = {
{"64bit", RVV_REQ_RV64},
{"xsfvcp", RVV_REQ_Xsfvcp}};Comment Actions
If we add Zvkb and Zvbb to the list, we should also add other vector crypto extensions to the list right?
Comment Actions
OK, and I will have another patch to update the list for all vector crypto extensions~
Split this file into zvkb.s and zvbb.s?