[x86] Remove a couple of fairly pointless tests. These were merely
authorChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 09:43:19 +0000 (09:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 09:43:19 +0000 (09:43 +0000)
commit7e26571a6918e4da3a97a9ce7cb49f7a13d721c8
treec5eea24886569e8661fe488f7fee5661bb284716
parentc75d43e0c0cc110d07bf7c8738fe5bf09b3be2ce
[x86] Remove a couple of fairly pointless tests. These were merely
testing that we generated divps and divss but not in a very systematic
way. There are other tests for widening binary operations already that
make these unnecessary.

The second one seems mostly about testing Atom as well as normal X86,
but despite the comment claiming it is testing a different instruction
sequence, it then tests for exactly the same div instruction sequence!
(The sequence of instructions is actually quite different on Atom, but
not the sequence of div instructions....)

And then it has an "execution" test that simply isn't run? Very strange.
Anyways, none of this is really needed so clean this up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218972 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/v-binop-widen.ll [deleted file]
test/CodeGen/X86/v-binop-widen2.ll [deleted file]