[PATCH] D34602: [GlobalISel][X86] Support call ABI.

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 05:35:49 PDT 2017


igorb created this revision.
Herald added subscribers: kristof.beyls, rovka.

Support call ABI. For now only Linux C and X86_64_SysV calling conventions supported. Variadic function not supported.


https://reviews.llvm.org/D34602

Files:
  lib/Target/X86/X86CallLowering.cpp
  lib/Target/X86/X86CallLowering.h
  test/CodeGen/X86/GlobalISel/callingconv.ll
  test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34602.103865.patch
Type: text/x-patch
Size: 28981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170625/07f7b334/attachment.bin>


More information about the llvm-commits mailing list