]> granicus.if.org Git - llvm/commit
[AVX-512] Fix a bug that prevented some non-temporal loads from using the movntdqa...
authorCraig Topper <craig.topper@intel.com>
Fri, 21 Jul 2017 00:40:42 +0000 (00:40 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 21 Jul 2017 00:40:42 +0000 (00:40 +0000)
commit6bf1d9e47ccbaba32626e2261860fc225e51c17d
tree43aa26c95634064d5fb172a0adbadd9678b923cf
parentd7e9689d4cc39aa8e16021cf1df0bd93944b7705
[AVX-512] Fix a bug that prevented some non-temporal loads from using the movntdqa instruction.

The bitconverts here had an input type of 128-bits and an output type of 256 bits. The input type should also have been 256 bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
test/CodeGen/X86/nontemporal-loads.ll