[PATCH] D27195: [ARM] GlobalISel: Lower more than 4 arguments

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 02:19:11 PST 2016


rovka created this revision.
rovka added reviewers: t.p.northover, qcolombet, ab.
rovka added subscribers: llvm-commits, rengolin.
Herald added subscribers: dberris, vkalintiris, aemerson.

This adds support for lowering more than 4 arguments (although still i32 only).
It uses the handleAssignments / ValueHandler infrastructure extracted from
the AArch64 backend in https://reviews.llvm.org/D27045 *.

- I can split out the part that is NFC with regard to https://reviews.llvm.org/D26677 (using ValueHandler

for <= 4 args).


https://reviews.llvm.org/D27195

Files:
  lib/Target/ARM/ARMCallLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/ARM/ARMInstructionSelector.cpp
  lib/Target/ARM/ARMLegalizerInfo.cpp
  lib/Target/ARM/ARMRegisterBankInfo.cpp
  test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir
  test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
  test/CodeGen/ARM/GlobalISel/arm-isel.ll
  test/CodeGen/ARM/GlobalISel/arm-legalizer.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27195.79523.patch
Type: text/x-patch
Size: 14712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/3dda9847/attachment.bin>


More information about the llvm-commits mailing list