[PATCH] D31766: [Clang][X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 09:02:39 PDT 2017


RKSimon created this revision.

MOVNTDQA non-temporal aligned vector loads can be correctly represented using generic builtin loads, allowing us to remove the existing x86 intrinsics.

The LLVM companion patch will be published shortly.


Repository:
  rL LLVM

https://reviews.llvm.org/D31766

Files:
  include/clang/Basic/BuiltinsX86.def
  lib/Headers/avx2intrin.h
  lib/Headers/avx512fintrin.h
  lib/Headers/smmintrin.h
  test/CodeGen/avx2-builtins.c
  test/CodeGen/avx512f-builtins.c
  test/CodeGen/sse41-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31766.94379.patch
Type: text/x-patch
Size: 4624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170406/e57f4fc0/attachment.bin>


More information about the cfe-commits mailing list