Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit stores...
authorCraig Topper <craig.topper@gmail.com>
Wed, 26 Dec 2012 01:47:12 +0000 (01:47 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 26 Dec 2012 01:47:12 +0000 (01:47 +0000)
commit1ac0046fa83142724c94c8edd46584d638fc141a
tree81322d27c8019d1613e07be24a03c94b2ccdc601
parenta77728415857196035c0090f7b2749d7971811a2
Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit stores which aren't required to be aligned on SSE or AVX.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp