[all-commits] [llvm/llvm-project] 0b5b35: ARM: make FastISel & GISel pass -1 to ADJCALLSTACK...

Tim Northover via All-commits all-commits at lists.llvm.org
Tue Jan 11 03:31:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b5b35fdbdbf029bb6915e183541556c4eeadd3f
      https://github.com/llvm/llvm-project/commit/0b5b35fdbdbf029bb6915e183541556c4eeadd3f
  Author: Tim Northover <t.p.northover at gmail.com>
  Date:   2022-01-11 (Tue, 11 Jan 2022)

  Changed paths:
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/test/CodeGen/ARM/GlobalISel/arm-call-lowering.ll
    M llvm/test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll
    M llvm/test/CodeGen/ARM/GlobalISel/irtranslator-varargs-lowering.ll
    A llvm/test/CodeGen/ARM/fast-call-frame-restore.ll

  Log Message:
  -----------
  ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to signal no callee pop.

The interface for these instructions changed with support for mandatory tail
calls, and now -1 indicates the CalleePopAmount argument is not valid.
Unfortunately I didn't realise FastISel or GISel did calls at the time so
didn't update them.




More information about the All-commits mailing list