[llvm] [GISEL] Add IRTranslation for shufflevector on scalable vector types (PR #80378)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 14:16:31 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,
----------------
michaelmaitland wrote:
Updated to buildSplatBuildVector.
@tschuett I am not sure where buildConstant fits in here. Could you clarify?
https://github.com/llvm/llvm-project/pull/80378
More information about the llvm-commits
mailing list