[PATCH] D27392: Vectorcall Calling Convention - Adding CodeGen Complete Support

Oren Ben Simhon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 00:47:24 PST 2016


oren_ben_simhon updated this revision to Diff 81875.
oren_ben_simhon marked an inline comment as done.
oren_ben_simhon added a comment.

Implemented comments submitted until 12/16.

Thank you Reid, David and Amjad for a very constructive and fruitful code review.


Repository:
  rL LLVM

https://reviews.llvm.org/D27392

Files:
  include/llvm/CodeGen/CallingConvLower.h
  include/llvm/Target/TargetCallingConv.h
  lib/CodeGen/CallingConvLower.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/Target/X86/X86CallingConv.cpp
  lib/Target/X86/X86CallingConv.h
  lib/Target/X86/X86CallingConv.td
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/vectorcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27392.81875.patch
Type: text/x-patch
Size: 32636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161218/a76a63cd/attachment.bin>


More information about the llvm-commits mailing list