[X86] Do not use AND8ri8 in AVX512 pattern
authorMichael Kuperstein <mkuper@google.com>
Thu, 21 Jul 2016 22:24:08 +0000 (22:24 +0000)
committerMichael Kuperstein <mkuper@google.com>
Thu, 21 Jul 2016 22:24:08 +0000 (22:24 +0000)
commitc523333bbf83a88b065ec34c816b64da4a428b66
treee5508e990c699c057c641a0398ebe28454f3ea6a
parent88e95bf38c7a7f44201e90324ea345adf9fee71f
[X86] Do not use AND8ri8 in AVX512 pattern

This variant is (as documented in the TD) for disassembler use only, and should
not be used in patterns - it is longer, and is broken on 64-bit.

llvm-svn: 276347
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/test/CodeGen/X86/no-and8ri8.ll [new file with mode: 0644]