[PATCH] D26593: [X86][GlobalISel] Add minimal call lowering support to the IRTranslator

Zvi Rackover via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 13 11:02:39 PST 2016


zvi created this revision.
zvi added reviewers: t.p.northover, ab, qcolombet.
zvi added a subscriber: llvm-commits.
zvi set the repository for this revision to rL LLVM.
Herald added subscribers: mgorny, vkalintiris, mehdi_amini.

Add basic functionality to support call lowering for X86.
Currently only supports functions which return void and take zero arguments.
Inspired by commit 286573.


Repository:
  rL LLVM

https://reviews.llvm.org/D26593

Files:
  lib/Target/X86/CMakeLists.txt
  lib/Target/X86/LLVMBuild.txt
  lib/Target/X86/X86CallLowering.cpp
  lib/Target/X86/X86CallLowering.h
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  lib/Target/X86/X86TargetMachine.cpp
  test/CodeGen/X86/GlobalISel/irtranslator-call.ll
  test/CodeGen/X86/GlobalISel/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26593.77752.patch
Type: text/x-patch
Size: 11976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161113/995a0dcb/attachment.bin>


More information about the llvm-commits mailing list