[PATCH] D29261: [X86][GlobalISel] Add limited ret lowering support to the IRTranslator.

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 03:57:31 PST 2017


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

Support return lowering for i8/i16/i32/i64/float/double, vector type supported for 64bit platform only.
Support argument lowering for float/double types.


Repository:
  rL LLVM

https://reviews.llvm.org/D29261

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29261.86212.patch
Type: text/x-patch
Size: 22993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170129/e603edca/attachment.bin>


More information about the llvm-commits mailing list