[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)
commitdc5e49a1c49cb8360fba9460595ca18e53cb8952
treef67b670aa76edaf4ca70190e321e73d0bc4fed55
parent5ff000f15e2d5b04565ed2ec73efe178e9e1b185
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228033 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shuffle-128-v16.ll
utils/update_llc_test_checks.py