[x86] Rip out some broken test cases for avx512 i1 store support.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 23 Jul 2014 22:29:19 +0000 (22:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 23 Jul 2014 22:29:19 +0000 (22:29 +0000)
commit1d73b6f8a64599ddb3ba34e558ea4670fa859ffa
treefd153e0ae30c338387e381a56ba4108d856644bc
parentba08e46435ba84e0eefae88d2a209b041f97a691
[x86] Rip out some broken test cases for avx512 i1 store support.

It isn't reasonable to test storing things using undef pointers --
storing through those is at best "good luck" and really should be
transformed to "unreachable". Random changes in the combiner can
randomly break these tests for no good reason. I'm following up on the
original commit regarding the right long-term strategy here.

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