]> granicus.if.org Git - llvm/commit
[AVX-512] Use alignedstore256 in patterns that look for stores of the lower 256-bits...
authorCraig Topper <craig.topper@gmail.com>
Wed, 9 Nov 2016 05:31:57 +0000 (05:31 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 9 Nov 2016 05:31:57 +0000 (05:31 +0000)
commit4c1b9a2ab6c7fc7cc325b8096fad3dd0f38d4b51
tree60148e81e3f7c6af7289c2fa9fd88251e383b4cd
parent89f0495611df29d8468d78d489d89b36ab3d5448
[AVX-512] Use alignedstore256 in patterns that look for stores of the lower 256-bits of a 512-bit vector to use a 256-bit aligned store.

Previously we were only checking for 16 byte alignment instead of 32 byte alignment. Fixes PR30947.

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