[llvm-dev] [ARM] Register pressure with -mthumb forces register reload before each call

Prathamesh Kulkarni via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 15 16:37:59 PDT 2020


On Tue, 14 Apr 2020 at 19:48, Momchil Velikov <momchil.velikov at gmail.com> wrote:
>
> Hi,
>
> > +    MachineInstr *callMI = static_cast<MachineInstr *> (MIB);
>
> Use MIB.getInstr() here.
Fixed, thanks for pointing it out!

Thanks,
Prathamesh
>
> ~chill
>


More information about the llvm-dev mailing list