[llvm] [AArch64][GlobalISel] Legalize Insert vector element (PR #81453)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 02:00:42 PST 2024
================
@@ -2121,6 +2120,31 @@ bool AArch64InstructionSelector::preISelLower(MachineInstr &I) {
}
return false;
}
+ case TargetOpcode::G_INSERT_VECTOR_ELT: {
+ Register InsReg = I.getOperand(2).getReg();
----------------
davemgreen wrote:
I've added a comment and rebased - thanks.
https://github.com/llvm/llvm-project/pull/81453
More information about the llvm-commits
mailing list