[PATCH][X86] AVX512: Add non-temporal stores

Adam Nemet anemet at apple.com
Mon Jun 16 18:28:26 PDT 2014


Note that I followed the AVX2 convention here and didn't add LLVM intrinsics for
stores.  These can be generated with the nontemporal hint on LLVM IR stores
(see new test). The GCC builtins are lowered directly into nontemporal stores.

<rdar://problem/17082571>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: X86-AVX512-Add-non-temporal-stores.patch
Type: application/octet-stream
Size: 3469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140616/c881cafa/attachment.obj>


More information about the llvm-commits mailing list