[llvm] [AArch64][GlobalISel] Implement selectVaStartAAPCS (PR #106979)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 01:14:05 PDT 2024


================
@@ -1994,7 +1994,108 @@ bool AArch64InstructionSelector::selectVectorAshrLshr(
 
 bool AArch64InstructionSelector::selectVaStartAAPCS(
     MachineInstr &I, MachineFunction &MF, MachineRegisterInfo &MRI) const {
-  return false;
+
+  if (MF.getSubtarget<AArch64Subtarget>().isCallingConvWin64(
----------------
Him188 wrote:

Replaced with `STI`

https://github.com/llvm/llvm-project/pull/106979


More information about the llvm-commits mailing list