[PATCH] D13861: [x86] fix wrong maskload/store intrinsic definitions in avxintrin.h (follow up of D13776).
Andrea Di Biagio via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 05:20:06 PDT 2015
andreadb created this revision.
andreadb added reviewers: bruno, mkuper, delena, qcolombet.
andreadb added a subscriber: cfe-commits.
Hi,
This patch is a follow up of D13776.
According to the Intel documentation, the mask operand of a maskload and maskstore intrinsics is always a vector of packed integer/long integer values.
This patch introduces the following two changes:
1) It fixes the avx maskload/store intrinsic definitions in avxintrin.h;
2) It changes BuiltinsX86.def to match the correct gcc definitions for avx maskload/store (see D13776 for more details).
Please let me know if okay to submit.
Thanks,
Andrea
http://reviews.llvm.org/D13861
Files:
include/clang/Basic/BuiltinsX86.def
lib/Headers/avxintrin.h
test/CodeGen/builtins-x86.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13861.37741.patch
Type: text/x-patch
Size: 5823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151019/c8b228d4/attachment.bin>
More information about the cfe-commits
mailing list