diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2017-01-12 03:49:07 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2017-01-12 03:49:07 +0000 |
| commit | b4d9a310d21921410516feb40cbeff8865f7166b (patch) | |
| tree | 71860bbfaf7c9da7e6969403dadca982e41b3eb0 /libcxx/src | |
| parent | 5289662e4ac06caf42f5a6660380b8d6430ab405 (diff) | |
| download | bcm5719-llvm-b4d9a310d21921410516feb40cbeff8865f7166b.tar.gz bcm5719-llvm-b4d9a310d21921410516feb40cbeff8865f7166b.zip | |
Make a test actually test what it set out to test.
This test seems to have largely been relying on asserts being tripped.
It had a very specific and somewhat uninteresting grep of the output,
but it never really did anything to cause SCEV to be preserved across
loop simplify, certainly not explicitly. And a later addition to it
actually added CHECK lines despite the test never running FileCheck.
Now we actually print SCEV before and after loop simplify to make sure
it is *changing* and being *updated*. Which seems to be much more likely
the point of the test.
llvm-svn: 291740
Diffstat (limited to 'libcxx/src')
0 files changed, 0 insertions, 0 deletions

