[x86] Remove some of the --show-mc-encoding flags from avx512 tests that
authorChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 00:36:29 +0000 (00:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 00:36:29 +0000 (00:36 +0000)
commit5c10a029addc6ad31012de706f46cb242847cfe7
tree515540b10371ce19d14b09c38f8b3665c200a212
parent59cacc9decb3a80af3b4a153f4e5b6c0cde625a8
[x86] Remove some of the --show-mc-encoding flags from avx512 tests that
need to be updated for the new vector shuffle lowering.

After talking to Adam Nemet, Tim Northover, etc., it seems that testing
MC encodings in the same suite as the basic codegen isn't the right
approach. Instead, we're going to want dedicated MC tests for the
encodings. These encodings are starting to get in my way so I wanted to
cut them out early. The total set of instructions that should have
encoding tests added is:

  vpaddd
  vsqrtss
  vsqrtsd
  vmovlhps
  vmovhlps
  valignq
  vbroadcastss

Not too many parts of these tests were even using this. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218932 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-shuffle.ll
test/CodeGen/X86/avx512-vbroadcast.ll