[x86] Tweak my update script to use test case function names starting
authorChandler Carruth <chandlerc@gmail.com>
Tue, 3 Feb 2015 21:26:45 +0000 (21:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 3 Feb 2015 21:26:45 +0000 (21:26 +0000)
commita4a77ed59e7020f11817fcfa81f12d0cc6b37555
treeb2813324eab1ecc586ccbcbc597870ffbe9cf43e
parentf796a1ded0ce5ca9f90793192c1789c2dc22e953
[x86] Tweak my update script to use test case function names starting
with 'stress' to indicate that the specific output isn't interesting and
relax them to only check the last instruction (a ret).

I've updated the one test case that really uses this to name the one
'stress_test' which was actually producing output we can directly check.
With this, the script doesn't introduce noise when run over the v16 test
file.

llvm-svn: 228033
llvm/test/CodeGen/X86/vector-shuffle-128-v16.ll
llvm/utils/update_llc_test_checks.py