[PATCH] D31767: [LLVM][X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 09:04: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 Clang companion patch can be found at https://reviews.llvm.org/D31766


Repository:
  rL LLVM

https://reviews.llvm.org/D31767

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/IR/AutoUpgrade.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
  test/CodeGen/X86/avx2-intrinsics-x86.ll
  test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31767.94380.patch
Type: text/x-patch
Size: 14329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170406/b9e0450d/attachment.bin>


More information about the llvm-commits mailing list