R600: Remove alu-split.ll test
authorTom Stellard <thomas.stellard@amd.com>
Thu, 27 Jun 2013 17:00:38 +0000 (17:00 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 27 Jun 2013 17:00:38 +0000 (17:00 +0000)
commit5f72fa5701cd78127ebd2c19cd4c99a1efffacc0
tree0142f6716f62198c42c32672f9c0b74434c70a94
parent0862d589ee51941f2c84fb110e6b42458767aea7
R600: Remove alu-split.ll test

The purpose of this test was to check boundary conditions for the size
of an ALU clause.  This test is very sensitive to changes to the
optimizer or scheduler, because it requires an exact number of ALU
instructions in order to remain valid.  It's not good to have a test
this sensitive, because it is confusing to developers who implement
optimizations and then 'break' the test.

I'm not sure if there is a good way to test these limits using lit, but
if I can come up with replacement test that isn't as sensitive I'll add
it back to the tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185084 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/R600/alu-split.ll [deleted file]