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

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 09:58:47 PST 2016


rovka updated the summary for this revision.
rovka updated this revision to Diff 80284.
rovka added a comment.

Split out the part that was NFC with regard to https://reviews.llvm.org/D26677 (using ValueHandler for <= 4 args). This patch is now only concerned with lowering more than 4 arguments (i.e. loading from the stack). Hopefully it's easier to review now.


https://reviews.llvm.org/D27195

Files:
  lib/Target/ARM/ARMCallLowering.cpp
  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.80284.patch
Type: text/x-patch
Size: 9514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161205/eea94a0b/attachment.bin>


More information about the llvm-commits mailing list