OSDN Git Service

[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (LLVM)
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 14 Apr 2017 15:05:35 +0000 (15:05 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 14 Apr 2017 15:05:35 +0000 (15:05 +0000)
commit99a634fdf114194b269b2b25e72eb2e1e6835bef
tree24f61bd0b34e6558989e0cdaf3ce804e5fb013f4
parent693dd9f10c91375b222b5127d86fdc765af1c47f
[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (LLVM)

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

Clang companion patch: D31766.

Differential Revision: https://reviews.llvm.org/D31767

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300325 91177308-0d34-0410-b5e6-96231b3b80d8
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