Link to specification: riscv-non-isa/rvv-intrinsic-doc#221
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/IR/IntrinsicsRISCV.td | ||
---|---|---|
1418 ↗ | (On Diff #518672) | Do we need an intrinsic? m1 -> mask is bitcast m1 vscale type to <vscale x 64 x i1> and a llvm.experimental.vector.extract |
1418 ↗ | (On Diff #518672) | oops there's no experimental in the insert/extract names. |
Comment Actions
Changes:
- Rebase to remove noisy changes.
- Removed LLVM intrinsic and use vector_insert/vector_extract & bitcast instead.
clang/include/clang/Basic/riscv_vector.td | ||
---|---|---|
2042 | Don't use SmallVector for a fixed number of items. You can use a plain array. |
clang/include/clang/Basic/riscv_vector.td | ||
---|---|---|
2042 | This SmallVector is unused |
Don't use SmallVector for a fixed number of items. You can use a plain array.