Re: [AArch64] Make call insns record the callee's arm_pcs

2019-10-01 Thread Richard Sandiford
Richard Sandiford writes: > [This follows on from: > https://gcc.gnu.org/ml/gcc-patches/2019-09/msg00778.html > https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01456.html] > > At the moment we rely on SYMBOL_REF_DECL to get the ABI of the callee > of a call insn, falling back to the default ABI if

[AArch64] Make call insns record the callee's arm_pcs

2019-09-25 Thread Richard Sandiford
[This follows on from: https://gcc.gnu.org/ml/gcc-patches/2019-09/msg00778.html https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01456.html] At the moment we rely on SYMBOL_REF_DECL to get the ABI of the callee of a call insn, falling back to the default ABI if the decl isn't available. I think it