[x86] Make some questionable tests not spew assembly to stdout, which
authorChandler Carruth <chandlerc@gmail.com>
Sat, 2 Aug 2014 00:50:10 +0000 (00:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 2 Aug 2014 00:50:10 +0000 (00:50 +0000)
commita272803ec587c13747ccbe841ab5312c87c97087
treefe66732fef2ccefb13879b4fc141be77db62f529
parentcbd84586ef1c8df7f76f328a19167b10c20835e3
[x86] Make some questionable tests not spew assembly to stdout, which
makes a mess of the lit output when they ultimately fail.

The 2012-10-02-DAGCycle test is really frustrating because the *only*
explanation for what it is testing is a rdar link. I would really rather
that rdar links (which are not public or part of the open source
project) were not committed to the source code. Regardless, the actual
problem *must* be described as the rdar link is completely opaque. The
fact that this test didn't check for any particular output further
exacerbates the inability of any other developer to debug failures.

The mem-promote-integers test has nice comments and *seems* to be
a great test for our lowering... except that we don't actually check
that any of the generated code is correct or matches some pattern. We
just avoid crashing. It would be great to go back and populate this test
with the actual expectations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214605 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/2012-10-02-DAGCycle.ll
test/CodeGen/X86/mem-promote-integers.ll