]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
[X86][SSE] Minor fix to VPBLENDW AVX2 commutation.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 11 Jan 2015 22:08:01 +0000 (22:08 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 11 Jan 2015 22:08:01 +0000 (22:08 +0000)
commitdc5a2dabfe3dddce050556f215a7162dbb144f05
treec54e362e257bf6695805044d00c1df9b98472901
parent8da1635c6ae10296bae3ab54574f28d82b0fdb59
[X86][SSE] Minor fix to VPBLENDW AVX2 commutation.

D6015 / rL221313 enabled commutation for SSE immediate blend instructions, but due to a typo the AVX2 VPBLENDW ymm instructions weren't flagged as commutative along with the others in the tables, but were still being commuted in code and tested for.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225612 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td