[PATCH] D27148: Regcall - Adding support for mask types
Oren Ben Simhon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 27 04:34:20 PST 2016
oren_ben_simhon created this revision.
oren_ben_simhon added reviewers: aaboud, zvi, igorb, guyblank, rnk, erichkeane, baldrick, mkuper.
oren_ben_simhon added a subscriber: llvm-commits.
oren_ben_simhon set the repository for this revision to rL LLVM.
Regcall calling convention passes mask types arguments in x86 GPR registers.
The review includes the changes required in order to support v32i1, v16i1 and v8i1.
Repository:
rL LLVM
https://reviews.llvm.org/D27148
Files:
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx512-regcall-Mask.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27148.79353.patch
Type: text/x-patch
Size: 12275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161127/a12dc2d5/attachment.bin>
More information about the llvm-commits
mailing list