]> granicus.if.org Git - llvm/commit
[AVX-512] Remove unmasked BLENDM instructions from the wrong load folding table....
authorCraig Topper <craig.topper@gmail.com>
Fri, 13 Jan 2017 07:28:56 +0000 (07:28 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 13 Jan 2017 07:28:56 +0000 (07:28 +0000)
commitdc5d320d841b924279ff25113553229371706cde
tree8cb5465ddf4a85e8311207f4aabf8b13b61eae7f
parentfbb52b555d84c14f6fbdd217d0f58470a324f82c
[AVX-512] Remove unmasked BLENDM instructions from the wrong load folding table. The unmasked versions read memory from operand 2, but were in the operand 3 table.

These aren't the most interesting set of blendm instructions as the unmasked version isn't useful. We were also missing the B and W forms. I'll add the masked versions of all sizes in a future patch.

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