[llvm] [GISEL] Add IRTranslation for shufflevector on scalable vector types (PR #80378)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 08:35:52 PST 2024
================
@@ -1063,8 +1063,8 @@ class MachineIRBuilder {
/// Build and insert \p Res = G_BUILD_VECTOR with \p Src replicated to fill
/// the number of elements
- MachineInstrBuilder buildSplatVector(const DstOp &Res,
- const SrcOp &Src);
+ MachineInstrBuilder buildBuildVectorSplatVector(const DstOp &Res,
----------------
tschuett wrote:
`buildConstant` can build scalars and splat vectors. It depends on the `type` that you feed in.
https://github.com/llvm/llvm-project/pull/80378
More information about the llvm-commits
mailing list