llvm[0]: Running test suite
make[1]: Entering directory `/builddir/build/BUILD/llvm-2.8/test'
Making a new site.exp file...
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
  /builddir/build/BUILD/llvm-2.8/utils/lit/lit.py -s -v . )
-- Testing: 5497 tests, 32 threads --
Testing: 
FAIL: LLVM :: Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll (46 of 5497)
******************** TEST 'LLVM :: Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll -globalsmodref-aa -gvn -S | grep call | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/GlobalsModRef/Output/2008-09-03-ReadGlobals.ll.script: line 4:  9340 Done                    'opt' '-globalsmodref-aa' '-gvn' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll'
      9341                       | 'grep' 'call'
      9342 Bus error               | 'count' '2'
--

********************
Testing: 
FAIL: LLVM :: Analysis/CallGraph/2008-09-09-DirectCall.ll (59 of 5497)
******************** TEST 'LLVM :: Analysis/CallGraph/2008-09-09-DirectCall.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/CallGraph/2008-09-09-DirectCall.ll -print-callgraph -disable-output |&    grep {calls function 'callee'} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/CallGraph/Output/2008-09-09-DirectCall.ll.script: line 4:  9365 Done                    'opt' '-print-callgraph' '-disable-output' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/CallGraph/2008-09-09-DirectCall.ll'
      9366                       | 'grep' "calls function 'callee'"
      9367 Bus error               | 'count' '2'
--

********************
Testing: 
FAIL: LLVM :: Analysis/BasicAA/phi-and-select.ll (61 of 5497)
******************** TEST 'LLVM :: Analysis/BasicAA/phi-and-select.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/phi-and-select.ll -aa-eval -print-all-alias-modref-info -disable-output    |& grep {NoAlias:	double\\* \[%\]a, double\\* \[%\]b\$} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/Output/phi-and-select.ll.script: line 4:  9388 Done                    'opt' '-aa-eval' '-print-all-alias-modref-info' '-disable-output' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/phi-and-select.ll'
      9389                       | 'grep' 'NoAlias:	double\* [%]a, double\* [%]b$'
      9390 Bus error               | 'count' '4'
--

********************
Testing: 
FAIL: LLVM :: Analysis/BasicAA/pure-const-dce.ll (74 of 5497)
******************** TEST 'LLVM :: Analysis/BasicAA/pure-const-dce.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S | grep TestConst | count 2
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S | grep TestPure  | count 3
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S | grep TestNone  | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/Output/pure-const-dce.ll.script: line 12:  9426 Done                    'opt' '-basicaa' '-gvn' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/BasicAA/pure-const-dce.ll'
      9427                       | 'grep' 'TestConst'
      9428 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/and-xor.ll (130 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/and-xor.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/and-xor.ll -scalar-evolution -analyze    | grep {\\-->  (zext} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/and-xor.ll.script: line 4:  9716 Done                    'opt' '-scalar-evolution' '-analyze' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/and-xor.ll'
      9717                       | 'grep' '\-->  (zext'
      9718 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/nsw.ll (142 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/nsw.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/nsw.ll -analyze -scalar-evolution | grep { -->  {.*,+,.*}<%bb>} | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/nsw.ll.script: line 4:  9758 Done                    'opt' '-analyze' '-scalar-evolution' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/nsw.ll'
      9759                       | 'grep' ' -->  {.*,+,.*}<%bb>'
      9760 Bus error               | 'count' '8'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/sext-iv-0.ll (143 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/sext-iv-0.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/sext-iv-0.ll -scalar-evolution -analyze   | grep { -->  \{-128,+,1\}<%bb1>		Exits: 127} | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-iv-0.ll.script: line 4:  9750 Done                    'opt' '-scalar-evolution' '-analyze' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/sext-iv-0.ll'
      9751                       | 'grep' ' -->  {-128,+,1}<%bb1>		Exits: 127'
      9752 Bus error               | 'count' '5'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/sext-iv-1.ll (145 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/sext-iv-1.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/sext-iv-1.ll -scalar-evolution -analyze   | grep { -->  (sext i. \{.\*,+,.\*\}<%bb1> to i64)} | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-iv-1.ll.script: line 4:  9762 Done                    'opt' '-scalar-evolution' '-analyze' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/sext-iv-1.ll'
      9763                       | 'grep' ' -->  (sext i. {.*,+,.*}<%bb1> to i64)'
      9764 Bus error               | 'count' '5'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/smax.ll (155 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/smax.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/smax.ll -analyze -scalar-evolution | grep smax | count 2
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/smax.ll -analyze -scalar-evolution | grep      {%. smax %. smax %.}
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/smax.ll.script: line 7:  9791 Done                    'opt' '-analyze' '-scalar-evolution' < '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/smax.ll'
      9792                       | 'grep' 'smax'
      9793 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/avoid-smax-1.ll (157 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/avoid-smax-1.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/avoid-smax-1.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/avoid-smax-1.ll.tmp
grep select /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/avoid-smax-1.ll.tmp | count 2
grep {icmp ne i32.\* } /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/avoid-smax-1.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/avoid-smax-1.ll.script: line 7:  9783 Done                    'grep' 'select' '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/avoid-smax-1.ll.tmp'
      9785 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/sext-inreg.ll (160 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/sext-inreg.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/sext-inreg.ll -analyze -scalar-evolution > /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-inreg.ll.tmp
grep {sext i57 \{0,+,199\}<%bb> to i64} /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-inreg.ll.tmp | count 1
grep {sext i59 \{0,+,199\}<%bb> to i64} /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-inreg.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-inreg.ll.script: line 8:  9814 Done                    'grep' 'sext i57 {0,+,199}<%bb> to i64' '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/sext-inreg.ll.tmp'
      9815 Bus error               | 'count' '1'
--

********************
Testing: 0 
FAIL: LLVM :: Analysis/ScalarEvolution/trip-count5.ll (163 of 5497)
******************** TEST 'LLVM :: Analysis/ScalarEvolution/trip-count5.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/trip-count5.ll -analyze -scalar-evolution > /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/trip-count5.ll.tmp
grep sext /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/trip-count5.ll.tmp | count 2
not grep {(sext} /builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/trip-count5.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/trip-count5.ll.script: line 7:  9827 Done                    'grep' 'sext' '/builddir/build/BUILD/llvm-2.8/test/Analysis/ScalarEvolution/Output/trip-count5.ll.tmp'
      9828 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: Assembler/2008-09-02-FunctionNotes.ll (269 of 5497)
******************** TEST 'LLVM :: Assembler/2008-09-02-FunctionNotes.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/2008-09-02-FunctionNotes.ll | llvm-dis | grep inline | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/2008-09-02-FunctionNotes.ll.script: line 5: 10147 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Assembler/2008-09-02-FunctionNotes.ll'
     10148                       | 'llvm-dis'
     10149                       | 'grep' 'inline'
     10150 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: Assembler/aggregate-constant-values.ll (279 of 5497)
******************** TEST 'LLVM :: Assembler/aggregate-constant-values.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/aggregate-constant-values.ll | llvm-dis | grep 7 | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/aggregate-constant-values.ll.script: line 5: 10221 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Assembler/aggregate-constant-values.ll'
     10222                       | 'llvm-dis'
     10223                       | 'grep' '7'
     10224 Bus error               | 'count' '3'
--

********************
Testing: 0 
FAIL: LLVM :: Assembler/huge-array.ll (287 of 5497)
******************** TEST 'LLVM :: Assembler/huge-array.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/huge-array.ll | llvm-dis | grep 18446744073709551615 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/huge-array.ll.script: line 5: 10243 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Assembler/huge-array.ll'
     10244                       | 'llvm-dis'
     10245                       | 'grep' '18446744073709551615'
     10246 Bus error               | 'count' '2'
--

********************
Testing: 0 
FAIL: LLVM :: CodeGen/ARM/2007-05-07-tailmerge-1.ll (322 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/2007-05-07-tailmerge-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll -march=arm -enable-tail-merge | grep bl.*baz | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll -march=arm -enable-tail-merge | grep bl.*quux | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/2007-05-07-tailmerge-1.ll.script: line 8: 10560 Done                    'llc' '-march=arm' '-enable-tail-merge' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll'
     10561                       | 'grep' 'bl.*baz'
     10562 Bus error               | 'count' '1'
--

********************
Testing: 0 
FAIL: LLVM :: CodeGen/ARM/2007-05-09-tailmerge-2.ll (324 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/2007-05-09-tailmerge-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll -march=arm -enable-tail-merge | grep bl.*baz | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll -march=arm -enable-tail-merge | grep bl.*quux | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/2007-05-09-tailmerge-2.ll.script: line 8: 10572 Done                    'llc' '-march=arm' '-enable-tail-merge' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll'
     10573                       | 'grep' 'bl.*baz'
     10574 Bus error               | 'count' '1'
--

********************
Testing: 0 
FAIL: LLVM :: CodeGen/ARM/2007-05-22-tailmerge-3.ll (325 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/2007-05-22-tailmerge-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll -march=arm | grep bl.*baz | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll -march=arm | grep bl.*quux | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll -march=arm -enable-tail-merge=0 | grep bl.*baz | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll -march=arm -enable-tail-merge=0 | grep bl.*quux | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/2007-05-22-tailmerge-3.ll.script: line 16: 10582 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll'
     10583                       | 'grep' 'bl.*baz'
     10584 Bus error               | 'count' '1'
--

********************
Testing: 0 .
FAIL: LLVM :: CodeGen/ARM/2009-07-18-RewriterBug.ll (390 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/2009-07-18-RewriterBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2009-07-18-RewriterBug.ll -mtriple=armv6-apple-darwin10 -mattr=+vfp2 | grep vcmpe | count 13
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/2009-07-18-RewriterBug.ll.script: line 4: 10729 Done                    'llc' '-mtriple=armv6-apple-darwin10' '-mattr=+vfp2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/2009-07-18-RewriterBug.ll'
     10730                       | 'grep' 'vcmpe'
     10731 Bus error               | 'count' '13'
--

********************
Testing: 0 ..
FAIL: LLVM :: CodeGen/ARM/aliases.ll (455 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/aliases.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/aliases.ll -mtriple=arm-linux-gnueabi -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/aliases.ll.tmp
grep { = } /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/aliases.ll.tmp   | count 5
grep globl /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/aliases.ll.tmp | count 4
grep weak /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/aliases.ll.tmp  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/aliases.ll.script: line 11: 10967 Done                    'grep' ' = ' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/aliases.ll.tmp'
     10968 Bus error               | 'count' '5'
--

********************
Testing: 0 ..
FAIL: LLVM :: CodeGen/ARM/cse-libcalls.ll (480 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/cse-libcalls.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/cse-libcalls.ll -march=arm | grep {bl.\*__ltdf} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/cse-libcalls.ll.script: line 4: 11042 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/cse-libcalls.ll'
     11043                       | 'grep' 'bl.*__ltdf'
     11044 Bus error               | 'count' '1'
--

********************
Testing: 0 ..
FAIL: LLVM :: CodeGen/ARM/bits.ll (482 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/bits.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/bits.ll -march=arm > /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp
grep and      /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp | count 1
grep orr      /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp | count 1
grep eor      /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp | count 1
grep mov.*lsl /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp | count 1
grep mov.*asr /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.script: line 17: 11054 Done                    'grep' 'and' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/bits.ll.tmp'
     11055 Bus error               | 'count' '1'
--

********************
Testing: 0 ..
FAIL: LLVM :: Assembler/insertextractvalue.ll (493 of 5497)
******************** TEST 'LLVM :: Assembler/insertextractvalue.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/insertextractvalue.ll | llvm-dis > /builddir/build/BUILD/llvm-2.8/test/Assembler/Output/insertextractvalue.ll.tmp
grep insertvalue /builddir/build/BUILD/llvm-2.8/test/Assembler/Output/insertextractvalue.ll.tmp | count 1
grep extractvalue /builddir/build/BUILD/llvm-2.8/test/Assembler/Output/insertextractvalue.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/insertextractvalue.ll.script: line 9: 10323 Done                    'grep' 'insertvalue' '/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/insertextractvalue.ll.tmp'
     10324 Bus error               | 'count' '1'
--

********************
Testing: 0 ..
FAIL: LLVM :: CodeGen/ARM/fcopysign.ll (495 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/fcopysign.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/fcopysign.ll -march=arm | grep bic | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/fcopysign.ll -march=arm -mattr=+v6,+vfp2 |    grep vneg | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/fcopysign.ll.script: line 8: 11097 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/fcopysign.ll'
     11098                       | 'grep' 'bic'
     11099 Bus error               | 'count' '2'
--

********************
Testing: 0 ..
FAIL: LLVM :: Assembler/2007-12-11-AddressSpaces.ll (497 of 5497)
******************** TEST 'LLVM :: Assembler/2007-12-11-AddressSpaces.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/2007-12-11-AddressSpaces.ll | llvm-dis | grep {addrspace(33)} | count 7
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/2007-12-11-AddressSpaces.ll | llvm-dis | grep {addrspace(42)} | count 2
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/2007-12-11-AddressSpaces.ll | llvm-dis | grep {addrspace(66)} | count 2
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/2007-12-11-AddressSpaces.ll | llvm-dis | grep {addrspace(11)} | count 6
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/2007-12-11-AddressSpaces.ll | llvm-dis | grep {addrspace(22)} | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/2007-12-11-AddressSpaces.ll.script: line 25: 10303 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Assembler/2007-12-11-AddressSpaces.ll'
     10304                       | 'llvm-dis'
     10305                       | 'grep' 'addrspace(33)'
     10306 Bus error               | 'count' '7'
--

********************
Testing: 0 ..
FAIL: LLVM :: Assembler/vector-shift.ll (503 of 5497)
******************** TEST 'LLVM :: Assembler/vector-shift.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/vector-shift.ll | llvm-dis | llvm-as | llvm-dis | grep shl | count 1
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/vector-shift.ll | llvm-dis | llvm-as | llvm-dis | grep ashr | count 1
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/vector-shift.ll | llvm-dis | llvm-as | llvm-dis | grep lshr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/vector-shift.ll.script: line 21: 10370 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Assembler/vector-shift.ll'
     10371                       | 'llvm-dis'
     10372                       | 'llvm-as'
     10373                       | 'llvm-dis'
     10375                       | 'grep' 'shl'
     10376 Bus error               | 'count' '1'
--

********************
Testing: 0 ..
FAIL: LLVM :: Assembler/AutoUpgradeIntrinsics.ll (508 of 5497)
******************** TEST 'LLVM :: Assembler/AutoUpgradeIntrinsics.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/AutoUpgradeIntrinsics.ll | llvm-dis | not grep {i32 @llvm\\.ct}
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/AutoUpgradeIntrinsics.ll | llvm-dis |    not grep {llvm\\.part\\.set\\.i\[0-9\]*\\.i\[0-9\]*\\.i\[0-9\]*}
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/AutoUpgradeIntrinsics.ll | llvm-dis |    not grep {llvm\\.part\\.select\\.i\[0-9\]*\\.i\[0-9\]*}
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/AutoUpgradeIntrinsics.ll | llvm-dis |    not grep {llvm\\.bswap\\.i\[0-9\]*\\.i\[0-9\]*}
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Assembler/AutoUpgradeIntrinsics.ll | llvm-dis |    grep {llvm\\.x86\\.mmx\\.ps} | grep {\\\<2 x i32\\\>} | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Assembler/Output/AutoUpgradeIntrinsics.ll.script: line 22: 10429 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Assembler/AutoUpgradeIntrinsics.ll'
     10430                       | 'llvm-dis'
     10431                       | 'grep' 'llvm\.x86\.mmx\.ps'
     10432                       | 'grep' '\<2 x i32\>'
     10433 Bus error               | 'count' '6'
--

********************
Testing: 0 ..
FAIL: LLVM :: CodeGen/ARM/ifcvt1.ll (531 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt1.ll -march=arm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt1.ll -march=arm | grep bx | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	t1
	.align	2
	.type	t1,%function
t1:                                     @ @t1
@ BB#0:
	cmp	r0, #0
	subeq	r0, r1, #1
	addne	r0, r1, #1
	bx	lr
.Ltmp0:
	.size	t1, .Ltmp0-t1


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ifcvt1.ll.script: line 6: 11302 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt1.ll'
     11303                       | 'grep' 'bx'
     11304 Bus error               | 'count' '1'
--

********************
Testing: 0 ..
FAIL: LLVM :: CodeGen/ARM/ifcvt8.ll (545 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt8.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt8.ll -march=arm -mtriple=arm-apple-darwin |    grep ldmiane | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ifcvt8.ll.script: line 4: 11348 Done                    'llc' '-march=arm' '-mtriple=arm-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt8.ll'
     11349                       | 'grep' 'ldmiane'
     11350 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/ldr_post.ll (550 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ldr_post.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ldr_post.ll -march=arm |    grep {ldr.*\\\[.*\],} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ldr_post.ll.script: line 4: 11370 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ldr_post.ll'
     11371                       | 'grep' 'ldr.*\[.*],'
     11372 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/ifcvt4.ll (552 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt4.ll -march=arm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt4.ll -march=arm | grep subgt | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt4.ll -march=arm | grep suble | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	t
	.align	2
	.type	t,%function
t:                                      @ @t
@ BB#0:                                 @ %entry
	cmp	r0, r1
	bxeq	lr
.LBB0_1:                                @ %bb
                                        @ =>This Inner Loop Header: Depth=1
	cmp	r0, r1
	subgt	r0, r0, r1
	suble	r1, r1, r0
	cmp	r1, r0
	bne	.LBB0_1
@ BB#2:                                 @ %bb17
	bx	lr
.Ltmp0:
	.size	t, .Ltmp0-t


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ifcvt4.ll.script: line 10: 11363 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt4.ll'
     11364                       | 'grep' 'subgt'
     11365 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/insn-sched1.ll (553 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/insn-sched1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/insn-sched1.ll -march=arm -mattr=+v6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/insn-sched1.ll -mtriple=arm-apple-darwin -mattr=+v6 |   grep mov | count 3
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	test
	.align	2
	.type	test,%function
test:                                   @ @test
@ BB#0:
	str	lr, [sp, #-4]!
	mov	r1, r0
	mov	r0, #1
	bl	f
	ldr	lr, [sp], #4
	bx	lr
.Ltmp0:
	.size	test, .Ltmp0-test


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/insn-sched1.ll.script: line 6: 11385 Done                    'llc' '-mtriple=arm-apple-darwin' '-mattr=+v6' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/insn-sched1.ll'
     11386                       | 'grep' 'mov'
     11387 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/ifcvt6.ll (559 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt6.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt6.ll -march=arm -mtriple=arm-apple-darwin |    grep cmpne | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt6.ll -march=arm -mtriple=arm-apple-darwin |    grep ldmiahi | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ifcvt6.ll.script: line 8: 11360 Done                    'llc' '-march=arm' '-mtriple=arm-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt6.ll'
     11361                       | 'grep' 'cmpne'
     11362 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/ifcvt7.ll (560 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt7.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt7.ll -march=arm -mtriple=arm-apple-darwin |    grep cmpeq | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt7.ll -march=arm -mtriple=arm-apple-darwin |    grep moveq | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt7.ll -march=arm -mtriple=arm-apple-darwin |    grep ldmiaeq | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ifcvt7.ll.script: line 12: 11411 Done                    'llc' '-march=arm' '-mtriple=arm-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt7.ll'
     11412                       | 'grep' 'cmpeq'
     11413 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/ifcvt3.ll (561 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt3.ll -march=arm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt3.ll -march=arm | grep cmpne | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt3.ll -march=arm | grep bx | count 2
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	t1
	.align	2
	.type	t1,%function
t1:                                     @ @t1
@ BB#0:
	cmp	r2, #1
	cmpne	r2, #7
	addne	r0, r1, r0
	bxne	lr
	add	r0, r0, r1
	add	r0, r0, #1
	bx	lr
.Ltmp0:
	.size	t1, .Ltmp0-t1


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ifcvt3.ll.script: line 10: 11400 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ifcvt3.ll'
     11401                       | 'grep' 'cmpne'
     11402 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/long-setcc.ll (563 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/long-setcc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/long-setcc.ll -march=arm | grep cmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/long-setcc.ll.script: line 4: 11420 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/long-setcc.ll'
     11421                       | 'grep' 'cmp'
     11422 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/ldr_pre.ll (564 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/ldr_pre.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ldr_pre.ll -march=arm |    grep {ldr.*\\!} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/ldr_pre.ll.script: line 4: 11406 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/ldr_pre.ll'
     11408                       | 'grep' 'ldr.*\!'
     11409 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/hello.ll (577 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/hello.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/hello.ll -march=arm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/hello.ll -mtriple=arm-linux-gnueabi | grep mov | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/hello.ll -mtriple=arm-linux-gnu --disable-fp-elim |    grep mov | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/hello.ll -mtriple=arm-apple-darwin | grep mov | count 2
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	main
	.align	2
	.type	main,%function
main:                                   @ @main
@ BB#0:
	str	lr, [sp, #-4]!
	ldr	r0, .LCPI0_0
	bl	puts
	mov	r0, #0
	ldr	lr, [sp], #4
	bx	lr
@ BB#1:
	.align	2
.LCPI0_0:
	.long	str
	 
.Ltmp0:
	.size	main, .Ltmp0-main

	.type	str,%object             @ @str
	.section	.rodata.str1.1,"aMS",%progbits,1
str:
	.asciz	 "Hello World"
	.size	str, 12


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/hello.ll.script: line 14: 11450 Done                    'llc' '-mtriple=arm-linux-gnueabi' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/hello.ll'
     11451                       | 'grep' 'mov'
     11452 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/mul.ll (579 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/mul.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mul.ll -march=arm | grep mul | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mul.ll -march=arm | grep lsl | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/mul.ll.script: line 8: 11503 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mul.ll'
     11504                       | 'grep' 'mul'
     11505 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/mvn.ll (581 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/mvn.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mvn.ll -march=arm | grep mvn | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/mvn.ll.script: line 4: 11498 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mvn.ll'
     11499                       | 'grep' 'mvn'
     11500 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/mulhi.ll (586 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/mulhi.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mulhi.ll -march=arm -mattr=+v6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mulhi.ll -march=arm -mattr=+v6 |    grep smmul | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mulhi.ll -march=arm | grep umull | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	smulhi
	.align	2
	.type	smulhi,%function
smulhi:                                 @ @smulhi
@ BB#0:
	smmul	r0, r1, r0
	bx	lr
.Ltmp0:
	.size	smulhi, .Ltmp0-smulhi

	.globl	umulhi
	.align	2
	.type	umulhi,%function
umulhi:                                 @ @umulhi
@ BB#0:
	umull	r1, r0, r1, r0
	bx	lr
.Ltmp1:
	.size	umulhi, .Ltmp1-umulhi


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/mulhi.ll.script: line 10: 11520 Done                    'llc' '-march=arm' '-mattr=+v6' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/mulhi.ll'
     11521                       | 'grep' 'smmul'
     11522 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/neon_ld2.ll (589 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/neon_ld2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld2.ll -march=arm -mattr=+neon | grep vldmia | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld2.ll -march=arm -mattr=+neon | grep vstmia | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld2.ll -march=arm -mattr=+neon | grep vmov  | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/neon_ld2.ll.script: line 12: 11526 Done                    'llc' '-march=arm' '-mattr=+neon' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld2.ll'
     11527                       | 'grep' 'vldmia'
     11528 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/neon_ld1.ll (601 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/neon_ld1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld1.ll -march=arm -mattr=+neon | grep vldr.64 | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld1.ll -march=arm -mattr=+neon | grep vstr.64
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld1.ll -march=arm -mattr=+neon | grep vmov
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/neon_ld1.ll.script: line 10: 11562 Done                    'llc' '-march=arm' '-mattr=+neon' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/neon_ld1.ll'
     11563                       | 'grep' 'vldr.64'
     11564 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/select_xform.ll (617 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/select_xform.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/select_xform.ll -march=arm | grep mov | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/select_xform.ll.script: line 4: 11628 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/select_xform.ll'
     11629                       | 'grep' 'mov'
     11631 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/stm.ll (618 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/stm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/stm.ll -mtriple=arm-apple-darwin -mattr=+v6,+vfp2 | grep stm | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/stm.ll.script: line 4: 11639 Done                    'llc' '-mtriple=arm-apple-darwin' '-mattr=+v6,+vfp2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/stm.ll'
     11640                       | 'grep' 'stm'
     11641 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/str_trunc.ll (626 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/str_trunc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/str_trunc.ll -march=arm |    grep strb | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/str_trunc.ll -march=arm |    grep strh | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/str_trunc.ll.script: line 8: 11679 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/str_trunc.ll'
     11680                       | 'grep' 'strb'
     11681 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/str_pre.ll (627 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/str_pre.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/str_pre.ll -march=arm |    grep {str.*\\!} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/str_pre.ll.script: line 4: 11666 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/str_pre.ll'
     11667                       | 'grep' 'str.*\!'
     11668 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/trunc_ldr.ll (629 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/trunc_ldr.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/trunc_ldr.ll -march=arm | grep ldrb.*7 | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/trunc_ldr.ll -march=arm | grep ldrsb.*7 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/trunc_ldr.ll.script: line 8: 11694 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/trunc_ldr.ll'
     11695                       | 'grep' 'ldrb.*7'
     11696 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/stack-frame.ll (630 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/stack-frame.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/stack-frame.ll -march=arm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/stack-frame.ll -march=arm | grep add | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	f1
	.align	2
	.type	f1,%function
f1:                                     @ @f1
@ BB#0:
	sub	sp, sp, #4
	add	sp, sp, #4
	bx	lr
.Ltmp0:
	.size	f1, .Ltmp0-f1

	.globl	f2
	.align	2
	.type	f2,%function
f2:                                     @ @f2
@ BB#0:
	mov	r0, #1
	bx	lr
.Ltmp1:
	.size	f2, .Ltmp1-f2


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/stack-frame.ll.script: line 6: 11691 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/stack-frame.ll'
     11692                       | 'grep' 'add'
     11693 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/uxtb.ll (634 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/uxtb.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/uxtb.ll -mtriple=armv6-apple-darwin |    grep uxt | count 10
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/uxtb.ll.script: line 4: 11715 Done                    'llc' '-mtriple=armv6-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/uxtb.ll'
     11716                       | 'grep' 'uxt'
     11717 Bus error               | 'count' '10'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/sxt_rot.ll (636 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/sxt_rot.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/sxt_rot.ll -march=arm -mattr=+v6 |    grep sxtb | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/sxt_rot.ll -march=arm -mattr=+v6 |    grep sxtb | grep ror | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/sxt_rot.ll -march=arm -mattr=+v6 |    grep sxtab | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/sxt_rot.ll.script: line 13: 11745 Done                    'llc' '-march=arm' '-mattr=+v6' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/sxt_rot.ll'
     11746                       | 'grep' 'sxtb'
     11747 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/unord.ll (637 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/unord.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/unord.ll -march=arm | grep movne | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/unord.ll -march=arm | grep moveq | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/unord.ll.script: line 8: 11733 Done                    'llc' '-march=arm' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/unord.ll'
     11735                       | 'grep' 'movne'
     11736 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/smul.ll (641 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/smul.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/smul.ll -march=arm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/smul.ll -march=arm -mattr=+v5TE
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/smul.ll -march=arm -mattr=+v5TE |    grep smulbt | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/smul.ll -march=arm -mattr=+v5TE |    grep smultt | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/smul.ll -march=arm -mattr=+v5TE |    grep smlabt | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	f1
	.align	2
	.type	f1,%function
f1:                                     @ @f1
@ BB#0:
	ldr	r1, .LCPI0_0
	mov	r0, r0, asr #16
	ldrh	r1, [r1]
	add	r1, r1, #2
	mov	r1, r1, lsl #16
	mov	r1, r1, asr #16
	mul	r0, r1, r0
	bx	lr
@ BB#1:
	.align	2
.LCPI0_0:
	.long	x
	 
.Ltmp0:
	.size	f1, .Ltmp0-f1

	.globl	f2
	.align	2
	.type	f2,%function
f2:                                     @ @f2
@ BB#0:
	mov	r0, r0, asr #16
	mov	r1, r1, asr #16
	mul	r0, r1, r0
	bx	lr
.Ltmp1:
	.size	f2, .Ltmp1-f2

	.globl	f3
	.align	2
	.type	f3,%function
f3:                                     @ @f3
@ BB#0:
	mov	r1, r1, lsl #16
	mov	r2, r2, asr #16
	mov	r1, r1, asr #16
	mla	r0, r2, r1, r0
	bx	lr
.Ltmp2:
	.size	f3, .Ltmp2-f3

	.type	x,%object               @ @x
	.bss
	.weak	x
	.align	1
x:
	.short	0                       @ 0x0
	.size	x, 2

	.type	y,%object               @ @y
	.weak	y
	.align	1
y:
	.short	0                       @ 0x0
	.size	y, 2


	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	f1
	.align	2
	.type	f1,%function
f1:                                     @ @f1
@ BB#0:
	ldr	r1, .LCPI0_0
	ldrh	r1, [r1]
	add	r1, r1, #2
	smulbt	r0, r1, r0
	bx	lr
@ BB#1:
	.align	2
.LCPI0_0:
	.long	x
	 
.Ltmp0:
	.size	f1, .Ltmp0-f1

	.globl	f2
	.align	2
	.type	f2,%function
f2:                                     @ @f2
@ BB#0:
	smultt	r0, r1, r0
	bx	lr
.Ltmp1:
	.size	f2, .Ltmp1-f2

	.globl	f3
	.align	2
	.type	f3,%function
f3:                                     @ @f3
@ BB#0:
	smlabt	r0, r1, r2, r0
	bx	lr
.Ltmp2:
	.size	f3, .Ltmp2-f3

	.type	x,%object               @ @x
	.bss
	.weak	x
	.align	1
x:
	.short	0                       @ 0x0
	.size	x, 2

	.type	y,%object               @ @y
	.weak	y
	.align	1
y:
	.short	0                       @ 0x0
	.size	y, 2


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/smul.ll.script: line 16: 11772 Done                    'llc' '-march=arm' '-mattr=+v5TE' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/smul.ll'
     11774                       | 'grep' 'smulbt'
     11775 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 
FAIL: LLVM :: CodeGen/ARM/uxt_rot.ll (642 of 5497)
******************** TEST 'LLVM :: CodeGen/ARM/uxt_rot.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/uxt_rot.ll -march=arm -mattr=+v6 | grep uxtb | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/uxt_rot.ll -march=arm -mattr=+v6 | grep uxtab | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/uxt_rot.ll -march=arm -mattr=+v6 | grep uxth | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/Output/uxt_rot.ll.script: line 12: 11768 Done                    'llc' '-march=arm' '-mattr=+v6' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/ARM/uxt_rot.ll'
     11771                       | 'grep' 'uxtb'
     11773 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll (708 of 5497)
******************** TEST 'LLVM :: CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll -march=alpha | grep jsr | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/2005-07-12-TwoMallocCalls.ll.script: line 4: 11994 Done                    'llc' '-march=alpha' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll'
     11995                       | 'grep' 'jsr'
     11996 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/Alpha/cmpbge.ll (723 of 5497)
******************** TEST 'LLVM :: CodeGen/Alpha/cmpbge.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/cmpbge.ll -march=alpha | grep cmpbge | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/cmpbge.ll.script: line 4: 12137 Done                    'llc' '-march=alpha' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/cmpbge.ll'
     12138                       | 'grep' 'cmpbge'
     12140 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/Alpha/add.ll (820 of 5497)
******************** TEST 'LLVM :: CodeGen/Alpha/add.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/add.ll -march=alpha -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s
grep {	addl} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {	addq} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {	subl} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {	subq} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s4addl} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s8addl} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s4addq} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s8addq} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s4subl} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s8subl} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s4subq} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
grep {s8subq} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.script: line 38: 12479 Done                    'grep' '	addl' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Alpha/Output/add.ll.tmp.s'
     12480 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CBackend/2006-12-11-Float-Bitcast.ll (845 of 5497)
******************** TEST 'LLVM :: CodeGen/CBackend/2006-12-11-Float-Bitcast.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll -march=c |    grep __BITCAST | count 14
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CBackend/Output/2006-12-11-Float-Bitcast.ll.script: line 4: 12537 Done                    'llc' '-march=c' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll'
     12538                       | 'grep' '__BITCAST'
     12539 Bus error               | 'count' '14'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll (850 of 5497)
******************** TEST 'LLVM :: CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll -march=c |           grep {struct __attribute__ ((packed, aligned(} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CBackend/Output/2008-02-01-UnalignedLoadStore.ll.script: line 4: 12557 Done                    'llc' '-march=c' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll'
     12558                       | 'grep' 'struct __attribute__ ((packed, aligned('
     12559 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/fcmp32.ll (868 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/fcmp32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/fcmp32.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fcmp32.ll.tmp1.s
grep fceq  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fcmp32.ll.tmp1.s | count 1
grep fcmeq /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fcmp32.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fcmp32.ll.script: line 8: 12629 Done                    'grep' 'fceq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fcmp32.ll.tmp1.s'
     12630 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/bigstack.ll (869 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/bigstack.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/bigstack.ll -march=cellspu -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/bigstack.ll.tmp1.s
grep lqx   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/bigstack.ll.tmp1.s | count 3
grep il    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/bigstack.ll.tmp1.s | grep -v file | count 5
grep stqx  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/bigstack.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/bigstack.ll.script: line 12: 12635 Done                    'grep' 'lqx' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/bigstack.ll.tmp1.s'
     12636 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/immed16.ll (870 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/immed16.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/immed16.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed16.ll.tmp1.s
grep "ilh" /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed16.ll.tmp1.s | count 11
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed16.ll.script: line 5: 12642 Done                    'grep' 'ilh' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed16.ll.tmp1.s'
     12643 Bus error               | 'count' '11'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/call.ll (872 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/call.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/call.ll -march=cellspu -regalloc=linearscan > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call.ll.tmp1.s
grep brsl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call.ll.tmp1.s | count 1
grep brasl   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call.ll.tmp1.s | count 2
grep stqd    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call.ll.tmp1.s | count 82
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/call.ll -march=cellspu | FileCheck /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/call.ll
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call.ll.script: line 14: 12645 Done                    'grep' 'brsl' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call.ll.tmp1.s'
     12646 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/ctpop.ll (873 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/ctpop.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/ctpop.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.tmp1.s
grep cntb    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.tmp1.s | count 3
grep andi    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.tmp1.s | count 3
grep rotmi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.tmp1.s | count 2
grep rothmi  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.script: line 14: 12652 Done                    'grep' 'cntb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/ctpop.ll.tmp1.s'
     12653 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/eqv.ll (875 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/eqv.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/eqv.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.tmp1.s
grep eqv  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.tmp1.s | count 18
grep xshw /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.tmp1.s | count 6
grep xsbh /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.tmp1.s | count 3
grep andi /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.tmp1.s | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.script: line 14: 12661 Done                    'grep' 'eqv' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/eqv.ll.tmp1.s'
     12662 Bus error               | 'count' '18'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/fneg-fabs.ll (877 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/fneg-fabs.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/fneg-fabs.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fneg-fabs.ll.tmp1.s
grep 32768   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fneg-fabs.ll.tmp1.s | count 2
grep xor     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fneg-fabs.ll.tmp1.s | count 4
grep and     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fneg-fabs.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fneg-fabs.ll.script: line 11: 12666 Done                    'grep' '32768' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fneg-fabs.ll.tmp1.s'
     12667 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/and_ops.ll (878 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/and_ops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/and_ops.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s
grep and    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s | count 234
grep andc   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s | count 85
grep andi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s | count 37
grep andhi  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s | count 30
grep andbi  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.script: line 17: 12672 Done                    'grep' 'and' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/and_ops.ll.tmp1.s'
     12673 Bus error               | 'count' '234'
--

********************
Testing: 0 .. 10
FAIL: LLVM :: CodeGen/CellSPU/dp_farith.ll (879 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/dp_farith.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/dp_farith.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s
grep dfa    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s | count 2
grep dfs    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s | count 2
grep dfm    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s | count 6
grep dfma   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s | count 2
grep dfms   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s | count 2
grep dfnms  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.script: line 20: 12670 Done                    'grep' 'dfa' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/dp_farith.ll.tmp1.s'
     12671 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/intrinsics_logical.ll (881 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/intrinsics_logical.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/intrinsics_logical.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_logical.ll.tmp1.s
grep and       /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_logical.ll.tmp1.s | count 20
grep andc      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_logical.ll.tmp1.s | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_logical.ll.script: line 8: 12674 Done                    'grep' 'and' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_logical.ll.tmp1.s'
     12675 Bus error               | 'count' '20'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/int2fp.ll (882 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/int2fp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/int2fp.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s
grep csflt /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 5
grep cuflt /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 1
grep xshw  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 2
grep xsbh  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 1
grep and   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 2
grep andi  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 1
grep ila   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.script: line 23: 12678 Done                    'grep' 'csflt' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/int2fp.ll.tmp1.s'
     12679 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/fdiv.ll (884 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/fdiv.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/fdiv.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s
grep frest    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 2
grep -w fi    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 2
grep -w fm    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 2
grep fma      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 2
grep fnms     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 4
grep cgti     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 2
grep selb     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.script: line 23: 12684 Done                    'grep' 'frest' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/fdiv.ll.tmp1.s'
     12685 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/icmp8.ll (887 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/icmp8.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/icmp8.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s
grep ceqb                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 24
grep ceqbi                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 12
grep clgtb                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 11
grep cgtb                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 13
grep cgtbi                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 5
grep {selb\t\\\$3, \\\$6, \\\$5, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 7
grep {selb\t\\\$3, \\\$5, \\\$6, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 3
grep {selb\t\\\$3, \\\$5, \\\$4, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 11
grep {selb\t\\\$3, \\\$4, \\\$5, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.script: line 29: 12716 Done                    'grep' 'ceqb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp8.ll.tmp1.s'
     12717 Bus error               | 'count' '24'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/icmp64.ll (888 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/icmp64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/icmp64.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s
grep ceq                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 20
grep cgti                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 12
grep cgt                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 16
grep clgt                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 12
grep gb                                 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 12
grep fsm                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 10
grep xori                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 5
grep selb                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s | count 18
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.script: line 26: 12713 Done                    'grep' 'ceq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp64.ll.tmp1.s'
     12714 Bus error               | 'count' '20'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/icmp32.ll (889 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/icmp32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/icmp32.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s
grep ila                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 6
grep ceq                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 28
grep ceqi                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 12
grep clgt                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 16
grep clgti                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 6
grep cgt                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 16
grep cgti                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 6
grep {selb\t\\\$3, \\\$6, \\\$5, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 7
grep {selb\t\\\$3, \\\$5, \\\$6, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 3
grep {selb\t\\\$3, \\\$5, \\\$4, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s | count 20
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.script: line 32: 12722 Done                    'grep' 'ila' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp32.ll.tmp1.s'
     12724 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/select_bits.ll (891 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/select_bits.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/select_bits.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/select_bits.ll.tmp1.s
grep selb   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/select_bits.ll.tmp1.s | count 56
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/select_bits.ll.script: line 5: 12737 Done                    'grep' 'selb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/select_bits.ll.tmp1.s'
     12739 Bus error               | 'count' '56'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/intrinsics_float.ll (892 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/intrinsics_float.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/intrinsics_float.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s
grep fa      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fs      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fm      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 15
grep fceq    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fcmeq   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fcgt    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fcmgt   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fma     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fnms    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
grep fms     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.script: line 32: 12732 Done                    'grep' 'fa' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_float.ll.tmp1.s'
     12733 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/nand.ll (893 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/nand.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/nand.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.tmp1.s
grep nand   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.tmp1.s | count 90
grep and    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.tmp1.s | count 94
grep xsbh   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.tmp1.s | count 2
grep xshw   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.tmp1.s | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.script: line 14: 12741 Done                    'grep' 'nand' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/nand.ll.tmp1.s'
     12742 Bus error               | 'count' '90'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/intrinsics_branch.ll (894 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/intrinsics_branch.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/intrinsics_branch.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s
grep ceq     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 30
grep ceqb    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 10
grep ceqhi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 5
grep ceqi    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 5
grep cgt     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 30
grep cgtb    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 10
grep cgthi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 5
grep cgti    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.script: line 26: 12736 Done                    'grep' 'ceq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/intrinsics_branch.ll.tmp1.s'
     12738 Bus error               | 'count' '30'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/immed32.ll (896 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/immed32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/immed32.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s
grep ilhu  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 8
grep iohl  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 6
grep -w il    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 3
grep 16429 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep 63572 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep   128 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep 32639 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep 65535 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep 16457 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep  4059 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep 49077 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
grep  1267 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 2
grep 16309 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.script: line 41: 12746 Done                    'grep' 'ilhu' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed32.ll.tmp1.s'
     12747 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/icmp16.ll (897 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/icmp16.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/icmp16.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s
grep ilh                                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 15
grep ceqh                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 29
grep ceqhi                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 13
grep clgth                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 15
grep cgth                               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 14
grep cgthi                              /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 6
grep {selb\t\\\$3, \\\$6, \\\$5, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 7
grep {selb\t\\\$3, \\\$5, \\\$6, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 3
grep {selb\t\\\$3, \\\$5, \\\$4, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 17
grep {selb\t\\\$3, \\\$4, \\\$5, \\\$3} /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.script: line 32: 12755 Done                    'grep' 'ilh' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/icmp16.ll.tmp1.s'
     12756 Bus error               | 'count' '15'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/or_ops.ll (898 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/or_ops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/or_ops.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s
grep and    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s | count 2
grep orc    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s | count 85
grep ori    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s | count 30
grep orhi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s | count 30
grep orbi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s | count 15
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.script: line 17: 12751 Done                    'grep' 'and' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/or_ops.ll.tmp1.s'
     12752 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/i64ops.ll (899 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/i64ops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/i64ops.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s
grep xswd	     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 3
grep xsbh	     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 1
grep xshw	     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 2
grep shufb        /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 7
grep cg           /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 4
grep addx         /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 4
grep fsmbi        /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 3
grep il           /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 2
grep mpy          /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 10
grep mpyh         /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 6
grep mpyhhu       /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 2
grep mpyu         /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.script: line 38: 12758 Done                    'grep' 'xswd' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/i64ops.ll.tmp1.s'
     12759 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/sp_farith.ll (900 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/sp_farith.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/sp_farith.ll -march=cellspu -enable-unsafe-fp-math > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s
grep fa /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s | count 2
grep fs /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s | count 2
grep fm /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s | count 6
grep fma /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s | count 2
grep fms /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s | count 2
grep fnms /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.script: line 20: 12767 Done                    'grep' 'fa' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/sp_farith.ll.tmp1.s'
     12768 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/call_indirect.ll (901 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/call_indirect.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/call_indirect.ll -march=cellspu -asm-verbose=0 -regalloc=linearscan > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/call_indirect.ll -march=cellspu -mattr=large_mem -asm-verbose=0 -regalloc=linearscan > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s
grep bisl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s | count 7
grep ila     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s | count 1
grep rotqby  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s | count 5
grep lqa     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s | count 1
grep lqd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s | count 12
grep dispatch_tab /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s | count 5
grep bisl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 7
grep ilhu    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 2
grep iohl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 2
grep rotqby  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 5
grep lqd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 13
grep ilhu    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 2
grep ai      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 9
grep dispatch_tab /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp2.s | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.script: line 46: 12765 Done                    'grep' 'bisl' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/call_indirect.ll.tmp1.s'
     12766 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/immed64.ll (902 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/immed64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/immed64.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s
grep lqa        /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count 13
grep ilhu       /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count 15
grep ila        /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count 1
grep -w il      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count 6
grep shufb      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count 13
grep      65520 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  1
grep      43981 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  1
grep      13702 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  1
grep      28225 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  1
grep      30720 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  1
grep 3233857728 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  8
grep 2155905152 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  6
grep      66051 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count  7
grep  471670303 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s | count 11
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.script: line 44: 12771 Done                    'grep' 'lqa' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/immed64.ll.tmp1.s'
     12772 Bus error               | 'count' '13'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/mul_ops.ll (903 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/mul_ops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/mul_ops.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s
grep mpy     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 44
grep mpyu    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 4
grep mpyh    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 10
grep mpyhh   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 2
grep rotma   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 12
grep rotmahi /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 4
grep and     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 2
grep selb    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 6
grep fsmbi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 4
grep shli    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 4
grep shlhi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 4
grep ila     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.script: line 38: 12776 Done                    'grep' 'mpy' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/mul_ops.ll.tmp1.s'
     12777 Bus error               | 'count' '44'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/rotate_ops.ll (904 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/rotate_ops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/rotate_ops.ll -march=cellspu -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s
grep rot          /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s | count 85
grep roth         /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s | count 8
grep roti.*5      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s | count 1
grep roti.*27     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s | count 1
grep andhi        /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s | count 4
grep shlhi        /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.script: line 20: 12774 Done                    'grep' 'rot' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/rotate_ops.ll.tmp1.s'
     12775 Bus error               | 'count' '85'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/extract_elt.ll (916 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/extract_elt.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/extract_elt.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s
grep shufb   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 39
grep ilhu    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 27
grep iohl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 27
grep lqa     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 10
grep shlqby  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 12
grep   515   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep  1029   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 2
grep  1543   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 2
grep  2057   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 2
grep  2571   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 2
grep  3085   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 2
grep  3599   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 2
grep 32768   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32769   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32770   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32771   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32772   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32773   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32774   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32775   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32776   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32777   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32778   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32779   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32780   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32781   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32782   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32783   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 1
grep 32896   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s | count 24
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.script: line 89: 12811 Done                    'grep' 'shufb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/extract_elt.ll.tmp1.s'
     12812 Bus error               | 'count' '39'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/shift_ops.ll (919 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/shift_ops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/shift_ops.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s
grep {shlh	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 9
grep {shlhi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 3
grep {shl	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 9
grep {shli	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 3
grep {xshw	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 5
grep {and	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 5
grep {andi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 2
grep {rotmi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 2
grep {rotqmbyi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 1
grep {rotqmbii	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 2
grep {rotqmby	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 1
grep {rotqmbi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 1
grep {rotqbyi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 1
grep {rotqbii	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 2
grep {rotqbybi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 1
grep {sfi	}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.script: line 50: 12818 Done                    'grep' 'shlh	' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/shift_ops.ll.tmp1.s'
     12819 Bus error               | 'count' '9'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/stores.ll (925 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/stores.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/stores.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s
grep {stqd.*0(\$3)}      /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 4
grep {stqd.*16(\$3)}     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 4
grep 16256               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 2
grep 16384               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 1
grep 771                 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 4
grep 515                 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 2
grep 1799                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 2
grep 1543                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 5
grep 1029                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 3
grep {shli.*, 4}         /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 4
grep stqx                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 4
grep ilhu                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 11
grep iohl                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 8
grep shufb               /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 15
grep frds                /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.script: line 47: 12834 Done                    'grep' 'stqd.*0($3)' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/stores.ll.tmp1.s'
     12835 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/vecinsert.ll (926 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/vecinsert.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/vecinsert.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s
grep cbd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 5
grep chd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 5
grep cwd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 11
grep -w il   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 5
grep -w ilh  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 6
grep iohl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 1
grep ilhu    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 4
grep shufb   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 27
grep 17219   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 1
grep 22598   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 1
grep -- -39  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 1
grep    24   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 1
grep  1159   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s | count 1
FileCheck /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/vecinsert.ll < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.script: line 43: 12837 Done                    'grep' 'cbd' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vecinsert.ll.tmp1.s'
     12838 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/trunc.ll (928 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/trunc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/trunc.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s
grep shufb   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 19
grep {ilhu.*1799}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {ilhu.*771}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 2
grep {ilhu.*1543}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {ilhu.*1029}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {ilhu.*515}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {ilhu.*3855}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {ilhu.*3599}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {ilhu.*3085}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {iohl.*3855}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {iohl.*3599}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 2
grep {iohl.*1543}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 2
grep {iohl.*771}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 2
grep {iohl.*515}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep {iohl.*1799}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep lqa  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep cbd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 4
grep chd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 3
grep cwd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
grep cdd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.script: line 62: 12847 Done                    'grep' 'shufb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/trunc.ll.tmp1.s'
     12848 Bus error               | 'count' '19'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/vec_const.ll (929 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/vec_const.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/vec_const.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/vec_const.ll -march=cellspu -mattr=large_mem > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp2.s
grep -w il  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 3
grep ilhu   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 8
grep -w ilh /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 5
grep iohl   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 7
grep lqa    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 6
grep 24672  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 2
grep 16429  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 63572  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep  4660  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 22136  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 43981  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 61202  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 16393  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep  8699  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 21572  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 11544  /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep 1311768467750121234 /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s | count 1
grep lqd    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp2.s | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.script: line 58: 12856 Done                    'grep' '-w' 'il' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/vec_const.ll.tmp1.s'
     12857 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/CellSPU/struct_1.ll (936 of 5497)
******************** TEST 'LLVM :: CodeGen/CellSPU/struct_1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/struct_1.ll -march=cellspu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/struct_1.ll -march=cellspu -mattr=large_mem > /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s
grep lqa     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 5
grep lqd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 11
grep rotqbyi /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 7
grep xshw    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 1
grep andi    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 5
grep cbd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 3
grep chd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 1
grep cwd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 3
grep shufb   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 7
grep stqd    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s | count 7
grep iohl    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 16
grep ilhu    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 16
grep lqd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 16
grep rotqbyi /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 7
grep xshw    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 1
grep andi    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 5
grep cbd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 3
grep chd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 1
grep cwd     /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 3
grep shufb   /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 7
grep stqd    /builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp2.s | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.script: line 67: 12873 Done                    'grep' 'lqa' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/CellSPU/Output/struct_1.ll.tmp1.s'
     12874 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/Generic/2006-09-02-LocalAllocCrash.ll (948 of 5497)
******************** TEST 'LLVM :: CodeGen/Generic/2006-09-02-LocalAllocCrash.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll -regalloc=fast
--
Exit Code: 134
Command Output (stderr):
--
UNREACHABLE executed!
0  libLLVM-2.8.so  0xf7b313b0
1  libpthread.so.0 0xf6f88ef8
2  libc.so.6       0xf6bce86c abort + 332
3  libLLVM-2.8.so  0xf7536250 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 176
4  libLLVM-2.8.so  0xf79805f4
5  libLLVM-2.8.so  0xf79811cc
6  libLLVM-2.8.so  0xf79369e4 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) + 228
7  libLLVM-2.8.so  0xf7665c10 llvm::FPPassManager::runOnFunction(llvm::Function&) + 432
8  libLLVM-2.8.so  0xf7665d08 llvm::FPPassManager::runOnModule(llvm::Module&) + 40
9  libLLVM-2.8.so  0xf76658b0 llvm::MPPassManager::runOnModule(llvm::Module&) + 368
10 libLLVM-2.8.so  0xf76659e8 llvm::PassManagerImpl::run(llvm::Module&) + 72
11 llc             0x0001539c main + 2524
12 libc.so.6       0xf6bb422c __libc_start_main + 268
13 llc             0x0001634c _start + 44
Stack dump:
0.	Program arguments: llc -regalloc=fast 
1.	Running pass 'Function Pass Manager' on module '<stdin>'.
2.	Running pass 'Fast Register Allocator' on function '@Evaluate'
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Generic/Output/2006-09-02-LocalAllocCrash.ll.script: line 2: 12895 Aborted                 'llc' '-regalloc=fast' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll'
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/asm-large-immediate.ll (992 of 5497)
******************** TEST 'LLVM :: CodeGen/Generic/asm-large-immediate.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Generic/asm-large-immediate.ll | grep 68719476738
--
Exit Code: 1
Command Output (stderr):
--
error: invalid operand in inline asm: '/* result: ${0:c} */'
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/addr-label.ll (1051 of 5497)
******************** TEST 'LLVM :: CodeGen/Generic/addr-label.ll' FAILED ********************
Script:
--
llc /builddir/build/BUILD/llvm-2.8/test/CodeGen/Generic/addr-label.ll -o -
--
Exit Code: 1
Command Output (stderr):
--
LLVM ERROR: Cannot yet select: 0x74528: i32 = BlockAddress<@test1b, %test_label> [ID=1]
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/MSP430/2009-05-17-Shift.ll (1070 of 5497)
******************** TEST 'LLVM :: CodeGen/MSP430/2009-05-17-Shift.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/MSP430/2009-05-17-Shift.ll -march=msp430 | grep rra | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/MSP430/Output/2009-05-17-Shift.ll.script: line 4: 13194 Done                    'llc' '-march=msp430' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/MSP430/2009-05-17-Shift.ll'
     13195                       | 'grep' 'rra'
     13196 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll (1080 of 5497)
******************** TEST 'LLVM :: CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll | grep 0x0021 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/MSP430/Output/2009-09-18-AbsoluteAddr.ll.script: line 4: 13205 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll'
     13207                       | 'grep' '0x0021'
     13208 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-05-ByVal.ll (1109 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-05-ByVal.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-05-ByVal.ll -march=mips | grep {lw.*(\$4)} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-05-ByVal.ll.script: line 4: 13305 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-05-ByVal.ll'
     13306                       | 'grep' 'lw.*($4)'
     13307 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-07-FPRound.ll (1110 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-07-FPRound.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-07-FPRound.ll -march=mips | grep __truncdfsf2 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-07-FPRound.ll.script: line 4: 13317 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-07-FPRound.ll'
     13318                       | 'grep' '__truncdfsf2'
     13319 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-03-SRet.ll (1112 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-03-SRet.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-03-SRet.ll -march=mips | grep {sw.*(\$4)} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-03-SRet.ll.script: line 4: 13312 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-03-SRet.ll'
     13313                       | 'grep' 'sw.*($4)'
     13314 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-08-bswap.ll (1114 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-08-bswap.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-08-bswap.ll | grep wsbw | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-08-bswap.ll.script: line 4: 13334 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-08-bswap.ll'
     13335                       | 'grep' 'wsbw'
     13336 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-29-icmp.ll (1117 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-29-icmp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-29-icmp.ll -march=mips | grep {b\[ne\]\[eq\]} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-29-icmp.ll.script: line 4: 13340 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-29-icmp.ll'
     13341                       | 'grep' 'b[ne][eq]'
     13342 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-07-Float2Int.ll (1119 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-07-Float2Int.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-07-Float2Int.ll -march=mips | grep trunc.w.s | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-Float2Int.ll.script: line 4: 13345 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-07-Float2Int.ll'
     13346                       | 'grep' 'trunc.w.s'
     13347 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-08-ctlz.ll (1120 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-08-ctlz.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-08-ctlz.ll -march=mips | grep clz | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-08-ctlz.ll.script: line 4: 13352 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-08-ctlz.ll'
     13353                       | 'grep' 'clz'
     13354 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-03-fabs64.ll (1122 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-03-fabs64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-03-fabs64.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-03-fabs64.ll.tmp
grep {lui.*32767} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-03-fabs64.ll.tmp | count 1
grep {ori.*65535} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-03-fabs64.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-03-fabs64.ll.script: line 8: 13350 Done                    'grep' 'lui.*32767' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-03-fabs64.ll.tmp'
     13351 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-06-05-Carry.ll (1123 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-06-05-Carry.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-06-05-Carry.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-06-05-Carry.ll.tmp
grep subu /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-06-05-Carry.ll.tmp | count 2
grep addu /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-06-05-Carry.ll.tmp | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-06-05-Carry.ll.script: line 8: 13338 Done                    'grep' 'subu' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-06-05-Carry.ll.tmp'
     13339 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-06-Alloca.ll (1124 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-06-Alloca.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-06-Alloca.ll -march=mips | grep {subu.*sp} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-06-Alloca.ll.script: line 4: 13358 Done                    'llc' '-march=mips' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-06-Alloca.ll'
     13359                       | 'grep' 'subu.*sp'
     13360 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll (1126 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.tmp
grep __floatsidf   /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.tmp | count 1
grep __floatunsidf /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.tmp | count 1
grep __fixdfsi /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.tmp | count 1
grep __fixunsdfsi /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.tmp  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.script: line 14: 13380 Done                    'grep' '__floatsidf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-07-IntDoubleConvertions.ll.tmp'
     13381 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-23-fpcmp.ll (1127 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-23-fpcmp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-23-fpcmp.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-23-fpcmp.ll.tmp
grep {c\\..*\\.s} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-23-fpcmp.ll.tmp | count 3
grep {bc1\[tf\]} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-23-fpcmp.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-23-fpcmp.ll.script: line 8: 13369 Done                    'grep' 'c\..*\.s' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-23-fpcmp.ll.tmp'
     13370 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-31-fcopysign.ll (1129 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-31-fcopysign.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-31-fcopysign.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-31-fcopysign.ll.tmp
grep abs.s  /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-31-fcopysign.ll.tmp | count 1
grep neg.s /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-31-fcopysign.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-31-fcopysign.ll.script: line 8: 13383 Done                    'grep' 'abs.s' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-31-fcopysign.ll.tmp'
     13384 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-16-SignExtInReg.ll (1130 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-16-SignExtInReg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-16-SignExtInReg.ll.tmp
grep seh /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-16-SignExtInReg.ll.tmp | count 1
grep seb /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-16-SignExtInReg.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-16-SignExtInReg.ll.script: line 8: 13378 Done                    'grep' 'seh' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-16-SignExtInReg.ll.tmp'
     13379 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-04-Bitconvert.ll (1132 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-04-Bitconvert.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-04-Bitconvert.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-04-Bitconvert.ll.tmp
grep mtc1 /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-04-Bitconvert.ll.tmp | count 1
grep mfc1 /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-04-Bitconvert.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-04-Bitconvert.ll.script: line 8: 13397 Done                    'grep' 'mtc1' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-04-Bitconvert.ll.tmp'
     13398 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-15-InternalConstant.ll (1133 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-15-InternalConstant.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-15-InternalConstant.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp
grep {rodata.str1.4,"aMS",@progbits}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp | count 1
grep {r.data,}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp | count 1
grep {\%hi} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp | count 2
grep {\%lo} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp | count 2
not grep {gp_rel} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.script: line 16: 13392 Done                    'grep' 'rodata.str1.4,"aMS",@progbits' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-InternalConstant.ll.tmp'
     13393 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-22-Cstpool.ll (1135 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-22-Cstpool.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-22-Cstpool.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-22-Cstpool.ll.tmp
grep {CPI\[01\]_\[01\]:} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-22-Cstpool.ll.tmp | count 2
grep {rodata.cst4,"aM",@progbits} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-22-Cstpool.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-22-Cstpool.ll.script: line 8: 13401 Done                    'grep' 'CPI[01]_[01]:' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-22-Cstpool.ll.tmp'
     13402 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-08-01-AsmInline.ll (1136 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-08-01-AsmInline.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-08-01-AsmInline.ll -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-01-AsmInline.ll.tmp
grep mfhi  /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-01-AsmInline.ll.tmp | count 1
grep mflo  /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-01-AsmInline.ll.tmp | count 1
grep multu /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-01-AsmInline.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-01-AsmInline.ll.script: line 11: 13399 Done                    'grep' 'mfhi' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-08-01-AsmInline.ll.tmp'
     13400 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/Mips/2008-07-15-SmallSection.ll (1139 of 5497)
******************** TEST 'LLVM :: CodeGen/Mips/2008-07-15-SmallSection.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-15-SmallSection.ll -mips-ssection-threshold=8 -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp0
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/2008-07-15-SmallSection.ll -mips-ssection-threshold=0 -march=mips -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp1
grep {sdata} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp0 | count 1
grep {sbss} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp0 | count 1
grep {gp_rel} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp0 | count 2
not grep {sdata} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp1
not grep {sbss} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp1
not grep {gp_rel} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp1
grep {\%hi} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp1 | count 2
grep {\%lo} /builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp1 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.script: line 25: 13426 Done                    'grep' 'sdata' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Mips/Output/2008-07-15-SmallSection.ll.tmp0'
     13427 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PIC16/C16-15.ll (1142 of 5497)
******************** TEST 'LLVM :: CodeGen/PIC16/C16-15.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PIC16/C16-15.ll -march=pic16 | grep "extern" | grep "@.lib.unordered.f32" | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PIC16/Output/C16-15.ll.script: line 5: 13421 Done                    'llc' '-march=pic16' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PIC16/C16-15.ll'
     13422                       | 'grep' 'extern'
     13423                       | 'grep' '@.lib.unordered.f32'
     13424 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll (1157 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll -march=ppc32 -mattr=-64bit |     grep {bl .*fixdfdi} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/2005-09-02-LegalizeDuplicatesCalls.ll.script: line 4: 13467 Done                    'llc' '-march=ppc32' '-mattr=-64bit' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll'
     13468                       | 'grep' 'bl .*fixdfdi'
     13469 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll (1166 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll -mtriple=powerpc64-apple-darwin | grep extsw | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/2006-07-07-ComputeMaskedBits.ll.script: line 4: 13491 Done                    'llc' '-mtriple=powerpc64-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll'
     13492                       | 'grep' 'extsw'
     13493 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll (1178 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll | grep mflr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/2007-02-23-lr-saved-twice.ll.script: line 4: 13516 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll'
     13517                       | 'grep' 'mflr'
     13518 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PowerPC/2007-09-04-AltivecDST.ll (1188 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/2007-09-04-AltivecDST.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll -march=ppc64 | grep dst | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/2007-09-04-AltivecDST.ll.script: line 4: 13580 Done                    'llc' '-march=ppc64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll'
     13581                       | 'grep' 'dst'
     13582 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll (1205 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep stfd | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep stfs | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep lfd | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep lfs | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/2007-09-08-unaligned.ll.script: line 16: 13609 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-09-08-unaligned.ll'
     13610                       | 'grep' 'stfd'
     13611 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 
FAIL: LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll (1206 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 | grep bl.*baz | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 | grep bl.*quux | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 -enable-tail-merge | grep bl.*baz | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 -enable-tail-merge=1 | grep bl.*quux | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/2007-05-22-tailmerge-3.ll.script: line 16: 13614 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll'
     13615                       | 'grep' 'bl.*baz'
     13616 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/branch-opt.ll (1259 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/branch-opt.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/branch-opt.ll -march=ppc32 |    grep {b LBB.*} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/branch-opt.ll.script: line 4: 13757 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/branch-opt.ll'
     13758                       | 'grep' 'b LBB.*'
     13759 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/atomic-1.ll (1266 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/atomic-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/atomic-1.ll -march=ppc32 | grep lwarx  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/atomic-1.ll -march=ppc32 | grep stwcx. | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/atomic-1.ll.script: line 8: 13808 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/atomic-1.ll'
     13809                       | 'grep' 'lwarx'
     13810 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/atomic-2.ll (1274 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/atomic-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/atomic-2.ll -march=ppc64 | grep ldarx  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/atomic-2.ll -march=ppc64 | grep stdcx. | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/atomic-2.ll.script: line 8: 13823 Done                    'llc' '-march=ppc64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/atomic-2.ll'
     13824                       | 'grep' 'ldarx'
     13825 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/calls.ll (1276 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/calls.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/calls.ll -march=ppc32 |    grep {bl } | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/calls.ll -march=ppc32 |    grep {bctrl} | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/calls.ll -march=ppc32 |    grep {bla } | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/calls.ll.script: line 12: 13845 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/calls.ll'
     13846                       | 'grep' 'bl '
     13847 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/buildvec_canonicalize.ll (1277 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/buildvec_canonicalize.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/buildvec_canonicalize.ll -march=ppc32 -mcpu=g5 --enable-unsafe-fp-math |    grep vxor | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/buildvec_canonicalize.ll -march=ppc32 -mcpu=g5 --enable-unsafe-fp-math |    grep vsplti | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/buildvec_canonicalize.ll.script: line 8: 13826 Done                    'llc' '-march=ppc32' '-mcpu=g5' '--enable-unsafe-fp-math' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/buildvec_canonicalize.ll'
     13827                       | 'grep' 'vxor'
     13828 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/constants.ll (1280 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/constants.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/constants.ll -march=ppc32 |    grep lis | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/constants.ll -march=ppc32 |    grep ori | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/constants.ll -march=ppc32 |    grep {li } | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/constants.ll.script: line 12: 13865 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/constants.ll'
     13866                       | 'grep' 'lis'
     13867 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/extsh.ll (1285 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/extsh.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/extsh.ll -march=ppc32 | grep extsh | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/extsh.ll.script: line 4: 13881 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/extsh.ll'
     13882                       | 'grep' 'extsh'
     13883 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/fma.ll (1289 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/fma.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/fma.ll -march=ppc32 |    egrep {fn?madd|fn?msub} | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/fma.ll.script: line 4: 13892 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/fma.ll'
     13893                       | 'egrep' 'fn?madd|fn?msub'
     13894 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/fp_to_uint.ll (1291 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/fp_to_uint.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/fp_to_uint.ll -march=ppc32 | grep fctiwz | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/fp_to_uint.ll.script: line 4: 13909 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/fp_to_uint.ll'
     13910                       | 'grep' 'fctiwz'
     13911 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/hidden-vis-2.ll (1292 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/hidden-vis-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/hidden-vis-2.ll -mtriple=powerpc-apple-darwin9 | grep non_lazy_ptr | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/hidden-vis-2.ll.script: line 4: 13915 Done                    'llc' '-mtriple=powerpc-apple-darwin9' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/hidden-vis-2.ll'
     13916                       | 'grep' 'non_lazy_ptr'
     13917 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/eqv-andc-orc-nor.ll (1298 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/eqv-andc-orc-nor.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll -march=ppc32 |    grep eqv | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll -march=ppc32 -mcpu=g5 |    grep andc | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll -march=ppc32 |    grep orc | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll -march=ppc32 -mcpu=g5 |    grep nor | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll -march=ppc32 |    grep nand | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/eqv-andc-orc-nor.ll.script: line 20: 13946 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll'
     13947                       | 'grep' 'eqv'
     13948 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/i128-and-beyond.ll (1299 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/i128-and-beyond.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/i128-and-beyond.ll -march=ppc32 | grep 4294967295 | count 28
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/i128-and-beyond.ll.script: line 4: 13943 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/i128-and-beyond.ll'
     13944                       | 'grep' '4294967295'
     13945 Bus error               | 'count' '28'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/fp-branch.ll (1304 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/fp-branch.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/fp-branch.ll -march=ppc32 | grep fcmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/fp-branch.ll.script: line 4: 13898 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/fp-branch.ll'
     13899                       | 'grep' 'fcmp'
     13900 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/mulhs.ll (1342 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/mulhs.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/mulhs.ll -march=ppc32 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.tmp
not grep mulhwu /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.tmp
not grep srawi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.tmp
not grep add /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.tmp
grep mulhw /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.script: line 11: 14215 Done                    'grep' 'mulhw' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/mulhs.ll.tmp'
     14216 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/rlwimi.ll (1347 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/rlwimi.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rlwimi.ll -march=ppc32 | not grep and
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rlwimi.ll -march=ppc32 | grep rlwimi | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi.ll.script: line 7: 14225 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rlwimi.ll'
     14226                       | 'grep' 'rlwimi'
     14227 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/rlwimi2.ll (1353 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/rlwimi2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rlwimi2.ll -march=ppc32 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi2.ll.tmp
grep rlwimi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi2.ll.tmp | count 3
grep srwi   /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi2.ll.tmp | count 1
not grep slwi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi2.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi2.ll.script: line 10: 14236 Done                    'grep' 'rlwimi' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwimi2.ll.tmp'
     14237 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/rotl-2.ll (1354 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/rotl-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl-2.ll -march=ppc32  | grep rlwinm | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl-2.ll -march=ppc32  | grep rlwnm | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl-2.ll -march=ppc32  | not grep or
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rotl-2.ll.script: line 11: 14250 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl-2.ll'
     14251                       | 'grep' 'rlwinm'
     14252 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/rotl.ll (1355 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/rotl.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl.ll -march=ppc32 | grep rlwnm | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl.ll -march=ppc32 | grep rlwinm | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rotl.ll.script: line 8: 14255 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rotl.ll'
     14256                       | 'grep' 'rlwnm'
     14257 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/rlwinm.ll (1357 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/rlwinm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rlwinm.ll -march=ppc32 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp
not grep and /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp
not grep srawi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp
not grep srwi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp
not grep slwi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp
grep rlwinm /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.script: line 13: 14282 Done                    'grep' 'rlwinm' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm.ll.tmp'
     14283 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/rlwinm2.ll (1363 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/rlwinm2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/rlwinm2.ll -march=ppc32 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp
not grep and /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp
not grep srawi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp
not grep srwi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp
not grep slwi /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp
grep rlwnm /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp | count 1
grep rlwinm /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.script: line 16: 14320 Done                    'grep' 'rlwnm' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/rlwinm2.ll.tmp'
     14321 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/shift128.ll (1370 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/shift128.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/shift128.ll -march=ppc64 | grep sld | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/shift128.ll.script: line 4: 14295 Done                    'llc' '-march=ppc64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/shift128.ll'
     14296                       | 'grep' 'sld'
     14297 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/subc.ll (1373 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/subc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/subc.ll -march=ppc32 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp
grep subfc /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp | count 1
grep subfe /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp | count 1
grep subfze /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp | count 1
grep subfme /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp | count 1
grep subfic /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.script: line 17: 14344 Done                    'grep' 'subfc' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/subc.ll.tmp'
     14345 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/vcmp-fold.ll (1390 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/vcmp-fold.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vcmp-fold.ll -march=ppc32 -mcpu=g5 | grep vcmpbfp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vcmp-fold.ll.script: line 4: 14366 Done                    'llc' '-march=ppc32' '-mcpu=g5' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vcmp-fold.ll'
     14367                       | 'grep' 'vcmpbfp'
     14369 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/unsafe-math.ll (1392 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/unsafe-math.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/unsafe-math.ll -march=ppc32 | grep fmul | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/unsafe-math.ll -march=ppc32 -enable-unsafe-fp-math |    grep fmul | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/unsafe-math.ll.script: line 8: 14426 Done                    'llc' '-march=ppc32' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/unsafe-math.ll'
     14427                       | 'grep' 'fmul'
     14428 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/vec_splat.ll (1395 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/vec_splat.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vec_splat.ll -march=ppc32 -mcpu=g3 |     grep stfs | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vec_splat.ll -march=ppc32 -mcpu=g5 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_splat.ll.tmp
grep vspltw /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_splat.ll.tmp | count 2
grep vsplti /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_splat.ll.tmp | count 3
grep vsplth /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_splat.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_splat.ll.script: line 15: 14433 Done                    'llc' '-march=ppc32' '-mcpu=g3' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vec_splat.ll'
     14434                       | 'grep' 'stfs'
     14435 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/PowerPC/vec_shuffle.ll (1397 of 5497)
******************** TEST 'LLVM :: CodeGen/PowerPC/vec_shuffle.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vec_shuffle.ll -instcombine |    llc -march=ppc32 -mcpu=g5 | not grep vperm
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/vec_shuffle.ll -march=ppc32 -mcpu=g5 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp
grep vsldoi  /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp | count 2
grep vmrgh   /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp | count 7
grep vmrgl   /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp | count 6
grep vpkuhum /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp | count 1
grep vpkuwum /builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.script: line 21: 14454 Done                    'grep' 'vsldoi' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/PowerPC/Output/vec_shuffle.ll.tmp'
     14455 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/02-RetNeg.ll (1411 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/02-RetNeg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetNeg.ll -march=systemz | grep lcgr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/02-RetNeg.ll.script: line 4: 14475 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetNeg.ll'
     14476                       | 'grep' 'lcgr'
     14477 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/03-RetAndSubreg.ll (1417 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetAndSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAndSubreg.ll -march=systemz | grep ngr | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAndSubreg.ll -march=systemz | grep nihf | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetAndSubreg.ll.script: line 8: 14487 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAndSubreg.ll'
     14488                       | 'grep' 'ngr'
     14489 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/03-RetAndImmSubreg.ll (1420 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetAndImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAndImmSubreg.ll -march=systemz | grep ngr  | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetAndImmSubreg.ll.script: line 4: 14490 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAndImmSubreg.ll'
     14491                       | 'grep' 'ngr'
     14492 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SPARC/xnor.ll (1421 of 5497)
******************** TEST 'LLVM :: CodeGen/SPARC/xnor.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SPARC/xnor.ll -march=sparc |    grep xnor | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SPARC/Output/xnor.ll.script: line 4: 14495 Done                    'llc' '-march=sparc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SPARC/xnor.ll'
     14497                       | 'grep' 'xnor'
     14499 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/03-RetAddSubreg.ll (1422 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetAddSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddSubreg.ll -march=systemz | grep ar    | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddSubreg.ll -march=systemz | grep lgfr  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddSubreg.ll -march=systemz | grep llgfr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetAddSubreg.ll.script: line 12: 14514 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddSubreg.ll'
     14515                       | 'grep' 'ar'
     14516 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/03-RetAddImmSubreg.ll (1424 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetAddImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll -march=systemz | grep ahi   | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll -march=systemz | grep afi   | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll -march=systemz | grep lgfr  | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll -march=systemz | grep llgfr | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetAddImmSubreg.ll.script: line 16: 14510 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll'
     14511                       | 'grep' 'ahi'
     14512 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/03-RetNegImmSubreg.ll (1425 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetNegImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetNegImmSubreg.ll -march=systemz | grep lcr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetNegImmSubreg.ll.script: line 4: 14518 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetNegImmSubreg.ll'
     14519                       | 'grep' 'lcr'
     14520 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/02-RetAndImm.ll (1426 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/02-RetAndImm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetAndImm.ll -march=systemz | grep ngr   | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetAndImm.ll -march=systemz | grep llilh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetAndImm.ll -march=systemz | grep llihl | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetAndImm.ll -march=systemz | grep llihh | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/02-RetAndImm.ll.script: line 16: 14522 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetAndImm.ll'
     14523                       | 'grep' 'ngr'
     14524 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20
FAIL: LLVM :: CodeGen/SystemZ/02-RetOrImm.ll (1427 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/02-RetOrImm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetOrImm.ll -march=systemz | grep oill | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetOrImm.ll -march=systemz | grep oilh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetOrImm.ll -march=systemz | grep oihl | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetOrImm.ll -march=systemz | grep oihh | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/02-RetOrImm.ll.script: line 16: 14526 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/02-RetOrImm.ll'
     14527                       | 'grep' 'oill'
     14528 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/05-LoadAddr.ll (1430 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/05-LoadAddr.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-LoadAddr.ll | grep lay | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/05-LoadAddr.ll.script: line 4: 14538 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-LoadAddr.ll'
     14539                       | 'grep' 'lay'
     14540 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetArgSubreg.ll (1431 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetArgSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetArgSubreg.ll -march=systemz | grep lgr   | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetArgSubreg.ll -march=systemz | grep nihf  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetArgSubreg.ll -march=systemz | grep lgfr  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetArgSubreg.ll.script: line 12: 14534 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetArgSubreg.ll'
     14535                       | 'grep' 'lgr'
     14537 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetOrSubreg.ll (1432 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetOrSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrSubreg.ll -march=systemz | grep ogr   | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrSubreg.ll -march=systemz | grep nihf  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrSubreg.ll -march=systemz | grep lgfr  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetOrSubreg.ll.script: line 12: 14543 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrSubreg.ll'
     14544                       | 'grep' 'ogr'
     14545 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/06-FrameIdxLoad.ll (1433 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/06-FrameIdxLoad.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-FrameIdxLoad.ll | grep 160 | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-FrameIdxLoad.ll | grep 168 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/06-FrameIdxLoad.ll.script: line 8: 14561 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-FrameIdxLoad.ll'
     14562                       | 'grep' '160'
     14563 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetXorImmSubreg.ll (1434 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetXorImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll -march=systemz | grep xilf  | count 9
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll -march=systemz | grep llgfr | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll -march=systemz | grep lgfr  | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetXorImmSubreg.ll.script: line 12: 14550 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll'
     14551                       | 'grep' 'xilf'
     14552 Bus error               | 'count' '9'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetOrImmSubreg.ll (1436 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetOrImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll -march=systemz | grep oill  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll -march=systemz | grep oilh  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll -march=systemz | grep oilf  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll -march=systemz | grep llgfr | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll -march=systemz | grep lgfr  | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetOrImmSubreg.ll.script: line 20: 14554 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll'
     14555                       | 'grep' 'oill'
     14556 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetXorSubreg.ll (1437 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetXorSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorSubreg.ll -march=systemz | grep xgr   | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorSubreg.ll -march=systemz | grep nihf  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorSubreg.ll -march=systemz | grep lgfr  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetXorSubreg.ll.script: line 12: 14564 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetXorSubreg.ll'
     14565                       | 'grep' 'xgr'
     14566 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetImmSubreg.ll (1438 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetImmSubreg.ll -march=systemz | grep lghi  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetImmSubreg.ll -march=systemz | grep llill | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetImmSubreg.ll -march=systemz | grep llilh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetImmSubreg.ll -march=systemz | grep lgfi  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetImmSubreg.ll -march=systemz | grep llilf | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetImmSubreg.ll.script: line 20: 14569 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetImmSubreg.ll'
     14570                       | 'grep' 'lghi'
     14571 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetSubSubreg.ll (1439 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetSubSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubSubreg.ll -march=systemz | grep sr    | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubSubreg.ll -march=systemz | grep llgfr | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubSubreg.ll -march=systemz | grep lgfr  | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetSubSubreg.ll.script: line 12: 14573 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubSubreg.ll'
     14574                       | 'grep' 'sr'
     14575 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/05-MemLoadsStores16.ll (1440 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/05-MemLoadsStores16.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores16.ll | grep {sthy.%} | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores16.ll | grep {lhy.%}  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores16.ll | grep {lh.%}   | count 6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores16.ll | grep {sth.%}  | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/05-MemLoadsStores16.ll.script: line 16: 14577 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores16.ll'
     14578                       | 'grep' 'sthy.%'
     14579 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/05-MemImmStores.ll (1442 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/05-MemImmStores.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemImmStores.ll -mattr=+z10 | grep mvghi | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemImmStores.ll -mattr=+z10 | grep mvhi  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemImmStores.ll -mattr=+z10 | grep mvhhi | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemImmStores.ll | grep mvi   | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemImmStores.ll | grep mviy  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/05-MemImmStores.ll.script: line 20: 14580 Done                    'llc' '-mattr=+z10' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemImmStores.ll'
     14582                       | 'grep' 'mvghi'
     14583 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/03-RetSubImmSubreg.ll (1443 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/03-RetSubImmSubreg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll -march=systemz | grep ahi   | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll -march=systemz | grep afi   | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll -march=systemz | grep lgfr  | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll -march=systemz | grep llgfr | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/03-RetSubImmSubreg.ll.script: line 16: 14585 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll'
     14586                       | 'grep' 'ahi'
     14587 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/06-CallViaStack.ll (1444 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/06-CallViaStack.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-CallViaStack.ll | grep 168 | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-CallViaStack.ll | grep 160 | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-CallViaStack.ll | grep 328 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/06-CallViaStack.ll.script: line 12: 14591 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-CallViaStack.ll'
     14592                       | 'grep' '168'
     14593 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/07-CmpImm.ll (1445 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/07-CmpImm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm.ll | grep cgfi | count 8
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm.ll | grep clgfi | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/07-CmpImm.ll.script: line 8: 14597 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm.ll'
     14598                       | 'grep' 'cgfi'
     14599 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/05-MemLoadsStores.ll (1446 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/05-MemLoadsStores.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores.ll | grep ly     | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores.ll | grep sty    | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores.ll | grep {l	%}  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores.ll | grep {st	%} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/05-MemLoadsStores.ll.script: line 16: 14600 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemLoadsStores.ll'
     14601                       | 'grep' 'ly'
     14602 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/06-LocalFrame.ll (1447 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/06-LocalFrame.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-LocalFrame.ll | grep 160 | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-LocalFrame.ll | grep 328 | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-LocalFrame.ll | grep 168 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/06-LocalFrame.ll.script: line 12: 14604 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/06-LocalFrame.ll'
     14605                       | 'grep' '160'
     14606 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/07-CmpImm32.ll (1448 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/07-CmpImm32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm32.ll | grep jl  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm32.ll | grep jh  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm32.ll | grep je  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm32.ll | grep jne | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/07-CmpImm32.ll.script: line 16: 14609 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-CmpImm32.ll'
     14610                       | 'grep' 'jl'
     14611 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/07-BrCond.ll (1449 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/07-BrCond.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll | grep je  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll | grep jne | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll | grep jhe | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll | grep jle | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll | grep jh  | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll | grep jl  | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/07-BrCond.ll.script: line 24: 14617 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond.ll'
     14618                       | 'grep' 'je'
     14619 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/04-RetShifts.ll (1450 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/04-RetShifts.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll -march=systemz | grep sra   | count 6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll -march=systemz | grep srag  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll -march=systemz | grep srl   | count 6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll -march=systemz | grep srlg  | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll -march=systemz | grep sll   | count 6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll -march=systemz | grep sllg  | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/04-RetShifts.ll.script: line 24: 14621 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/04-RetShifts.ll'
     14622                       | 'grep' 'sra'
     14623 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/01-RetImm.ll (1451 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/01-RetImm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep lghi  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep llill | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep llilh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep llihl | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep llihh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep lgfi  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep llilf | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll -march=systemz | grep llihf | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/01-RetImm.ll.script: line 32: 14613 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/01-RetImm.ll'
     14614                       | 'grep' 'lghi'
     14615 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/08-SimpleMuls.ll (1453 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/08-SimpleMuls.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-SimpleMuls.ll | grep msgr | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-SimpleMuls.ll | grep msr  | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/08-SimpleMuls.ll.script: line 8: 14625 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-SimpleMuls.ll'
     14626                       | 'grep' 'msgr'
     14627 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/07-BrCond32.ll (1454 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/07-BrCond32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll | grep je  | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll | grep jne | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll | grep jhe | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll | grep jle | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll | grep jh  | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll | grep jl  | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/07-BrCond32.ll.script: line 24: 14635 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/07-BrCond32.ll'
     14636                       | 'grep' 'je'
     14637 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/08-DivRem.ll (1455 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/08-DivRem.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRem.ll | grep dsgr  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRem.ll | grep dsgfr | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRem.ll | grep dlr   | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRem.ll | grep dlgr  | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/08-DivRem.ll.script: line 16: 14632 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRem.ll'
     14633                       | 'grep' 'dsgr'
     14634 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/08-DivRemMemOp.ll (1456 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/08-DivRemMemOp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRemMemOp.ll | grep {dsgf.%} | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRemMemOp.ll | grep {dsg.%}  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRemMemOp.ll | grep {dl.%}   | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRemMemOp.ll | grep dlg      | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/08-DivRemMemOp.ll.script: line 16: 14639 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/08-DivRemMemOp.ll'
     14640                       | 'grep' 'dsgf.%'
     14641 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/09-Globals.ll (1457 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/09-Globals.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/09-Globals.ll | grep larl | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/09-Globals.ll.script: line 4: 14643 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/09-Globals.ll'
     14644                       | 'grep' 'larl'
     14645 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/10-GlobalsPic.ll (1458 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/10-GlobalsPic.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/10-GlobalsPic.ll -relocation-model=pic | grep GOTENT | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/10-GlobalsPic.ll.script: line 4: 14656 Done                    'llc' '-relocation-model=pic' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/10-GlobalsPic.ll'
     14657                       | 'grep' 'GOTENT'
     14658 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/10-FuncsPic.ll (1459 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/10-FuncsPic.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/10-FuncsPic.ll -relocation-model=pic | grep GOTENT | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/10-FuncsPic.ll -relocation-model=pic | grep PLT | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/10-FuncsPic.ll.script: line 8: 14669 Done                    'llc' '-relocation-model=pic' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/10-FuncsPic.ll'
     14670                       | 'grep' 'GOTENT'
     14671 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/05-MemRegLoads.ll (1461 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/05-MemRegLoads.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | not grep aghi
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | grep llgf | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | grep llgh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | grep llgc | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | grep lgf  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | grep lgh  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll -march=systemz | grep lgb  | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/05-MemRegLoads.ll.script: line 27: 14678 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/05-MemRegLoads.ll'
     14679                       | 'grep' 'llgf'
     14680 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/SystemZ/2009-06-02-And32Imm.ll (1465 of 5497)
******************** TEST 'LLVM :: CodeGen/SystemZ/2009-06-02-And32Imm.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll -march=systemz | grep nilf | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll -march=systemz | grep nill | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/Output/2009-06-02-And32Imm.ll.script: line 8: 14694 Done                    'llc' '-march=systemz' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll'
     14696                       | 'grep' 'nilf'
     14697 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll (1490 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll -march=thumb | grep r0 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/2009-06-18-ThumbCommuteMul.ll.script: line 4: 14815 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll'
     14816                       | 'grep' 'r0'
     14817 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/long-setcc.ll (1502 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/long-setcc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long-setcc.ll -march=thumb | grep cmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/long-setcc.ll.script: line 4: 14934 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long-setcc.ll'
     14935                       | 'grep' 'cmp'
     14936 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/stack-frame.ll (1506 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/stack-frame.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/stack-frame.ll -march=thumb
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/stack-frame.ll -march=thumb | grep add | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	f1
	.align	1
	.type	f1,%function
	.code	16                      @ @f1
	.thumb_func
f1:
@ BB#0:
	sub	sp, #4
	add	sp, #4
	bx	lr
.Ltmp0:
	.size	f1, .Ltmp0-f1

	.globl	f2
	.align	1
	.type	f2,%function
	.code	16                      @ @f2
	.thumb_func
f2:
@ BB#0:
	movs	r0, #1
	bx	lr
.Ltmp1:
	.size	f2, .Ltmp1-f2


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/stack-frame.ll.script: line 6: 14965 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/stack-frame.ll'
     14966                       | 'grep' 'add'
     14967 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/mul.ll (1516 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/mul.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/mul.ll -march=thumb | grep mul | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/mul.ll -march=thumb | grep lsl | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/mul.ll.script: line 8: 14987 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/mul.ll'
     14988                       | 'grep' 'mul'
     14989 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/vargs.ll (1523 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/vargs.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/vargs.ll -march=thumb
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/vargs.ll -mtriple=thumb-linux | grep pop | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/vargs.ll -mtriple=thumb-darwin | grep pop | count 2
--
Exit Code: 138
Command Output (stdout):
--
	.syntax unified
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.file	"<stdin>"
	.text
	.globl	f
	.align	2
	.type	f,%function
	.code	16                      @ @f
	.thumb_func
f:
@ BB#0:                                 @ %entry
	sub	sp, #12
	push	{r4, lr}
	sub	sp, #4
	mov	r4, sp
	str	r3, [sp, #20]
	str	r2, [sp, #16]
	str	r1, [sp, #12]
	add	r1, sp, #12
	str	r1, [r4]
.LBB0_1:                                @ %bb
                                        @ =>This Inner Loop Header: Depth=1
	ldr	r1, [r4]
	adds	r2, r1, #4
	str	r2, [r4]
	subs	r0, r0, #1
	cmp	r0, #0
	bne	.LBB0_1
@ BB#2:                                 @ %bb7
	ldr	r1, [r1]
	ldr.n	r0, .LCPI0_0
	bl	printf
	add	sp, #4
	pop	{r4}
	pop	{r3}
	add	sp, #12
	bx	r3
@ BB#3:
	.align	2
.LCPI0_0:
	.long	str
	 
.Ltmp0:
	.size	f, .Ltmp0-f

	.type	str,%object             @ @str
	.section	.rodata.str1.4,"aMS",%progbits,1
	.align	2
str:
	.asciz	 "%d\n"
	.size	str, 4


--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/vargs.ll.script: line 10: 15018 Done                    'llc' '-mtriple=thumb-linux' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/vargs.ll'
     15019                       | 'grep' 'pop'
     15020 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/long.ll (1525 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/long.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long.ll -march=thumb |    grep mvn | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long.ll -march=thumb |    grep adc | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long.ll -march=thumb |    grep sbc | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long.ll -march=thumb | grep __muldi3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/long.ll.script: line 15: 15015 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/long.ll'
     15016                       | 'grep' 'mvn'
     15017 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.
FAIL: LLVM :: CodeGen/Thumb/unord.ll (1528 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/unord.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/unord.ll -march=thumb | grep bne | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/unord.ll -march=thumb | grep beq | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/unord.ll.script: line 8: 15010 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/unord.ll'
     15011                       | 'grep' 'bne'
     15012 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll (1546 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll' FAILED ********************
Script:
--
llc -relocation-model=pic < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll | grep {:$} | sort | uniq -d | count 0
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/Output/2010-01-06-TailDuplicateLabels.ll.script: line 6: 15071 Done                    'llc' '-relocation-model=pic' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll'
     15072                       | 'grep' ':$'
     15073                       | 'sort'
     15074                       | 'uniq' '-d'
     15075 Bus error               | 'count' '0'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb/select.ll (1554 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb/select.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep beq | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep bgt | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep blt | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep ble | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep bls | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep bhi | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll -march=thumb | grep __ltdf2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/Output/select.ll.script: line 27: 15097 Done                    'llc' '-march=thumb' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb/select.ll'
     15098                       | 'grep' 'beq'
     15099 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb2/cross-rc-coalescing-2.ll (1560 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb2/cross-rc-coalescing-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep vmov.f32 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/Output/cross-rc-coalescing-2.ll.script: line 4: 15114 Done                    'llc' '-mtriple=thumbv7-apple-darwin9' '-mcpu=cortex-a8' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll'
     15115                       | 'grep' 'vmov.f32'
     15116 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb2/thumb2-ldr_post.ll (1598 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb2/thumb2-ldr_post.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_post.ll -march=thumb -mattr=+thumb2 |    grep {ldr.*\\\[.*\],} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/Output/thumb2-ldr_post.ll.script: line 4: 15301 Done                    'llc' '-march=thumb' '-mattr=+thumb2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_post.ll'
     15302                       | 'grep' 'ldr.*\[.*],'
     15303 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb2/thumb2-ldr_pre.ll (1613 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb2/thumb2-ldr_pre.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_pre.ll -march=thumb -mattr=+thumb2 |    grep {ldr.*\\!} | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_pre.ll -march=thumb -mattr=+thumb2 |    grep {ldrsb.*\\!} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/Output/thumb2-ldr_pre.ll.script: line 8: 15342 Done                    'llc' '-march=thumb' '-mattr=+thumb2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_pre.ll'
     15343                       | 'grep' 'ldr.*\!'
     15344 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb2/thumb2-mulhi.ll (1624 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb2/thumb2-mulhi.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-mulhi.ll -march=thumb -mattr=+thumb2 | grep smmul | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-mulhi.ll -march=thumb -mattr=+thumb2 | grep umull | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/Output/thumb2-mulhi.ll.script: line 8: 15377 Done                    'llc' '-march=thumb' '-mattr=+thumb2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-mulhi.ll'
     15378                       | 'grep' 'smmul'
     15379 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20..
FAIL: LLVM :: CodeGen/Thumb2/thumb2-ldr_ext.ll (1634 of 5497)
******************** TEST 'LLVM :: CodeGen/Thumb2/thumb2-ldr_ext.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_ext.ll -march=thumb -mattr=+thumb2 | grep ldrb | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_ext.ll -march=thumb -mattr=+thumb2 | grep ldrh | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_ext.ll -march=thumb -mattr=+thumb2 | grep ldrsb | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_ext.ll -march=thumb -mattr=+thumb2 | grep ldrsh | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/Output/thumb2-ldr_ext.ll.script: line 16: 15413 Done                    'llc' '-march=thumb' '-mattr=+thumb2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/Thumb2/thumb2-ldr_ext.ll'
     15414                       | 'grep' 'ldrb'
     15415 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2004-02-12-Memcpy.ll (1678 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2004-02-12-Memcpy.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2004-02-12-Memcpy.ll -march=x86 -mtriple=i686-pc-linux-gnu | grep movs | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2004-02-12-Memcpy.ll.script: line 4: 15564 Done                    'llc' '-march=x86' '-mtriple=i686-pc-linux-gnu' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2004-02-12-Memcpy.ll'
     15567                       | 'grep' 'movs'
     15568 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2006-01-19-ISelFoldingBug.ll (1684 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2006-01-19-ISelFoldingBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll -march=x86 |    grep shld | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-01-19-ISelFoldingBug.ll.script: line 4: 15606 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll'
     15607                       | 'grep' 'shld'
     15608 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2004-02-13-FrameReturnAddress.ll (1685 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2004-02-13-FrameReturnAddress.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll -march=x86 | grep {(%esp}
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll -march=x86 | grep {pushl	%ebp} | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll -march=x86 | grep {popl	%ebp} | count 1
--
Exit Code: 138
Command Output (stdout):
--
	movl	(%esp), %eax
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2004-02-13-FrameReturnAddress.ll.script: line 11: 15584 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll'
     15585                       | 'grep' 'pushl	%ebp'
     15586 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2006-04-27-ISelFoldingBug.ll (1690 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2006-04-27-ISelFoldingBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll -march=x86 -mtriple=i686-apple-darwin8 -relocation-model=static > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-04-27-ISelFoldingBug.ll.tmp
grep {movl	_last} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-04-27-ISelFoldingBug.ll.tmp | count 1
grep {cmpl.*_last} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-04-27-ISelFoldingBug.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-04-27-ISelFoldingBug.ll.script: line 8: 15633 Done                    'grep' 'movl	_last' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-04-27-ISelFoldingBug.ll.tmp'
     15634 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2006-11-17-IllegalMove.ll (1715 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2006-11-17-IllegalMove.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-11-17-IllegalMove.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-11-17-IllegalMove.ll.tmp
grep movb /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-11-17-IllegalMove.ll.tmp | count 2
grep {movzb\[wl\]} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-11-17-IllegalMove.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-11-17-IllegalMove.ll.script: line 7: 15707 Done                    'grep' 'movb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-11-17-IllegalMove.ll.tmp'
     15708 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2006-11-28-Memcpy.ll (1718 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2006-11-28-Memcpy.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-11-28-Memcpy.ll -march=x86 | grep -- -573785174 | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-11-28-Memcpy.ll -march=x86 | grep -E {movl	_?bytes2} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2006-11-28-Memcpy.ll.script: line 8: 15709 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2006-11-28-Memcpy.ll'
     15710                       | 'grep' '--' '-573785174'
     15711 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 
FAIL: LLVM :: CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll (1726 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll -march=x86 -mtriple=i686-darwin |    grep push | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2007-03-15-GEP-Idx-Sink.ll.script: line 4: 15729 Done                    'llc' '-march=x86' '-mtriple=i686-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll'
     15730                       | 'grep' 'push'
     15731 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2007-09-06-ExtWeakAliasee.ll (1763 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2007-09-06-ExtWeakAliasee.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll -march=x86 | grep weak | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2007-09-06-ExtWeakAliasee.ll.script: line 4: 15877 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll'
     15878                       | 'grep' 'weak'
     15879 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2007-09-17-ObjcFrameEH.ll (1766 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2007-09-17-ObjcFrameEH.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll -march=x86 -mtriple=i686-apple-darwin | grep {isNullOrNil].eh"} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2007-09-17-ObjcFrameEH.ll.script: line 4: 15896 Done                    'llc' '-march=x86' '-mtriple=i686-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll'
     15897                       | 'grep' 'isNullOrNil].eh"'
     15898 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2007-10-29-ExtendSetCC.ll (1785 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2007-10-29-ExtendSetCC.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll -march=x86 | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2007-10-29-ExtendSetCC.ll.script: line 4: 15934 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll'
     15935                       | 'grep' 'mov'
     15936 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2007-12-18-LoadCSEBug.ll (1792 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2007-12-18-LoadCSEBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll -march=x86 | grep {(%esp)} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2007-12-18-LoadCSEBug.ll.script: line 4: 15982 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll'
     15983                       | 'grep' '(%esp)'
     15985 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-03-18-CoalescerBug.ll (1819 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-03-18-CoalescerBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-03-18-CoalescerBug.ll -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim | grep movss | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-03-18-CoalescerBug.ll -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim -stats |& grep {Number of re-materialization} | grep 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-03-18-CoalescerBug.ll.script: line 8: 16070 Done                    'llc' '-mtriple=i386-apple-darwin' '-mattr=+sse2' '-disable-fp-elim' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-03-18-CoalescerBug.ll'
     16071                       | 'grep' 'movss'
     16072 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-03-12-ThreadLocalAlias.ll (1824 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-03-12-ThreadLocalAlias.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll -relocation-model=pic | grep TLSGD | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-03-12-ThreadLocalAlias.ll.script: line 4: 16058 Done                    'llc' '-relocation-model=pic' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll'
     16059                       | 'grep' 'TLSGD'
     16060 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-05-12-tailmerge-5.ll (1840 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-05-12-tailmerge-5.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-05-12-tailmerge-5.ll | grep abort | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-05-12-tailmerge-5.ll.script: line 4: 16146 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-05-12-tailmerge-5.ll'
     16147                       | 'grep' 'abort'
     16148 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-05-21-CoalescerBug.ll (1845 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-05-21-CoalescerBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-05-21-CoalescerBug.ll -march=x86 -O0 -fast-isel=false -regalloc=linearscan | grep mov | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-05-21-CoalescerBug.ll.script: line 4: 16159 Done                    'llc' '-march=x86' '-O0' '-fast-isel=false' '-regalloc=linearscan' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-05-21-CoalescerBug.ll'
     16160                       | 'grep' 'mov'
     16161 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-06-16-SubregsBug.ll (1847 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-06-16-SubregsBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-06-16-SubregsBug.ll -mtriple=i386-apple-darwin | grep mov | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-06-16-SubregsBug.ll.script: line 4: 16168 Done                    'llc' '-mtriple=i386-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-06-16-SubregsBug.ll'
     16169                       | 'grep' 'mov'
     16170 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll (1848 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll -march=x86 -mattr=+sse2 | grep movups | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-05-22-FoldUnalignedLoad.ll.script: line 4: 16141 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll'
     16142                       | 'grep' 'movups'
     16143 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-06-13-VolatileLoadStore.ll (1851 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-06-13-VolatileLoadStore.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll -march=x86 -mattr=+sse2 | grep movsd | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll -march=x86 -mattr=+sse2 | grep movl | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-06-13-VolatileLoadStore.ll.script: line 8: 16172 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll'
     16173                       | 'grep' 'movsd'
     16174 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-07-19-movups-spills.ll (1863 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-07-19-movups-spills.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-07-19-movups-spills.ll -mtriple=i686-pc-linux -realign-stack=1 -mattr=sse2 | grep movaps | count 75
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-07-19-movups-spills.ll -mtriple=i686-pc-linux -realign-stack=0 -mattr=sse2 | grep movaps | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-07-19-movups-spills.ll.script: line 8: 16218 Done                    'llc' '-mtriple=i686-pc-linux' '-realign-stack=1' '-mattr=sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-07-19-movups-spills.ll'
     16219                       | 'grep' 'movaps'
     16220 Bus error               | 'count' '75'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-08-31-EH_RETURN32.ll (1865 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-08-31-EH_RETURN32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll | grep %ebp | count 7
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll | grep %ecx | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-08-31-EH_RETURN32.ll.script: line 8: 16245 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll'
     16246                       | 'grep' '%ebp'
     16247 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-08-23-X86-64AsmBug.ll (1870 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-08-23-X86-64AsmBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll -mtriple=x86_64-apple-darwin | grep movd | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll -mtriple=x86_64-apple-darwin | grep movq
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-08-23-X86-64AsmBug.ll.script: line 7: 16252 Done                    'llc' '-mtriple=x86_64-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll'
     16253                       | 'grep' 'movd'
     16254 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-09-05-sinttofp-2xi32.ll (1871 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-09-05-sinttofp-2xi32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll -march=x86 -mattr=+sse2 | grep cvttpd2pi | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll -march=x86 -mattr=+sse2 | grep cvtpi2pd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-09-05-sinttofp-2xi32.ll.script: line 8: 16260 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll'
     16261                       | 'grep' 'cvttpd2pi'
     16263 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll (1872 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll -mcpu=core2 | grep pxor | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll -mcpu=core2 | not grep movapd
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-08-25-AsmRegTypeMismatch.ll.script: line 7: 16255 Done                    'llc' '-mcpu=core2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll'
     16256                       | 'grep' 'pxor'
     16257 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-08-31-EH_RETURN64.ll (1873 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-08-31-EH_RETURN64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll | grep %rbp | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll | grep %rcx | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-08-31-EH_RETURN64.ll.script: line 8: 16264 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll'
     16265                       | 'grep' '%rbp'
     16267 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-09-25-sseregparm-1.ll (1877 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-09-25-sseregparm-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-09-25-sseregparm-1.ll -march=x86 -mattr=+sse2 | grep movs | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-09-25-sseregparm-1.ll -march=x86 -mattr=+sse2 | grep fld | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-09-25-sseregparm-1.ll.script: line 8: 16280 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-09-25-sseregparm-1.ll'
     16281                       | 'grep' 'movs'
     16282 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-10-06-x87ld-nan-2.ll (1884 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-10-06-x87ld-nan-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll -march=x86 -mattr=-sse2,-sse3,-sse | grep fldt | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-10-06-x87ld-nan-2.ll.script: line 4: 16312 Done                    'llc' '-march=x86' '-mattr=-sse2,-sse3,-sse' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll'
     16313                       | 'grep' 'fldt'
     16314 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-10-27-StackRealignment.ll (1891 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-10-27-StackRealignment.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-10-27-StackRealignment.ll -mtriple=i386-pc-linux-gnu -mcpu=yonah | not grep movaps
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-10-27-StackRealignment.ll -mtriple=i686-apple-darwin9 -mcpu=yonah | grep movaps | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-10-27-StackRealignment.ll.script: line 7: 16355 Done                    'llc' '-mtriple=i686-apple-darwin9' '-mcpu=yonah' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-10-27-StackRealignment.ll'
     16356                       | 'grep' 'movaps'
     16357 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-11-29-DivideConstant16bit.ll (1896 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-11-29-DivideConstant16bit.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-11-29-DivideConstant16bit.ll -mtriple=i686-pc-linux-gnu | grep -- -1985 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-11-29-DivideConstant16bit.ll.script: line 4: 16360 Done                    'llc' '-mtriple=i686-pc-linux-gnu' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-11-29-DivideConstant16bit.ll'
     16361                       | 'grep' '--' '-1985'
     16362 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-02-dagcombine-1.ll (1901 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-02-dagcombine-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-1.ll -march=x86 | grep "(%esp)" | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-02-dagcombine-1.ll.script: line 4: 16380 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-1.ll'
     16381                       | 'grep' '(%esp)'
     16382 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-11-29-ULT-Sign.ll (1902 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-11-29-ULT-Sign.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-11-29-ULT-Sign.ll -mtriple=i686-pc-linux-gnu | grep "jns" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-11-29-ULT-Sign.ll.script: line 4: 16374 Done                    'llc' '-mtriple=i686-pc-linux-gnu' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-11-29-ULT-Sign.ll'
     16375                       | 'grep' 'jns'
     16376 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-02-dagcombine-2.ll (1904 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-02-dagcombine-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-2.ll -march=x86 | grep "(%esp)" | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-02-dagcombine-2.ll.script: line 4: 16383 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-2.ll'
     16384                       | 'grep' '(%esp)'
     16385 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-22-dagcombine-5.ll (1908 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-22-dagcombine-5.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-22-dagcombine-5.ll -march=x86 | grep "(%esp)" | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-22-dagcombine-5.ll.script: line 4: 16399 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-22-dagcombine-5.ll'
     16400                       | 'grep' '(%esp)'
     16401 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-16-dagcombine-4.ll (1910 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-16-dagcombine-4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-16-dagcombine-4.ll -march=x86 | grep "(%esp)" | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-16-dagcombine-4.ll.script: line 4: 16409 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-16-dagcombine-4.ll'
     16411                       | 'grep' '(%esp)'
     16412 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-23-dagcombine-6.ll (1911 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-23-dagcombine-6.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-23-dagcombine-6.ll -march=x86 | grep "(%esp)" | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-23-dagcombine-6.ll.script: line 4: 16421 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-23-dagcombine-6.ll'
     16422                       | 'grep' '(%esp)'
     16423 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-02-dagcombine-3.ll (1912 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-02-dagcombine-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-3.ll -march=x86 | grep add | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-3.ll -march=x86 | grep sub | grep -v subsections | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-02-dagcombine-3.ll.script: line 9: 16404 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-02-dagcombine-3.ll'
     16405                       | 'grep' 'add'
     16406 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2008-12-23-crazy-address.ll (1913 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2008-12-23-crazy-address.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-23-crazy-address.ll -march=x86 -relocation-model=static | grep {lea.*X.*esp} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2008-12-23-crazy-address.ll.script: line 4: 16426 Done                    'llc' '-march=x86' '-relocation-model=static' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2008-12-23-crazy-address.ll'
     16427                       | 'grep' 'lea.*X.*esp'
     16428 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2009-02-21-ExtWeakInitializer.ll (1937 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-02-21-ExtWeakInitializer.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll | grep weak | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-21-ExtWeakInitializer.ll.script: line 4: 16494 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll'
     16495                       | 'grep' 'weak'
     16496 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2009-02-05-CoalescerBug.ll (1938 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-02-05-CoalescerBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-02-05-CoalescerBug.ll -march=x86 -mattr=+sse2,-sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-05-CoalescerBug.ll.tmp
grep movss /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-05-CoalescerBug.ll.tmp | count 2
grep movaps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-05-CoalescerBug.ll.tmp | count 2
grep movdqa /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-05-CoalescerBug.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-05-CoalescerBug.ll.script: line 11: 16511 Done                    'grep' 'movss' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-05-CoalescerBug.ll.tmp'
     16512 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll (1940 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll -march=x86 | grep {\$-81920} | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll -march=x86 | grep {\$4294885376} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-02-12-InlineAsm-nieZ-constraints.ll.script: line 8: 16507 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll'
     16509                       | 'grep' '$-81920'
     16510 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2009-04-25-CoalescerBug.ll (1959 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-04-25-CoalescerBug.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-04-25-CoalescerBug.ll -march=x86-64 | grep mov | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-04-25-CoalescerBug.ll.script: line 4: 16521 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-04-25-CoalescerBug.ll'
     16522                       | 'grep' 'mov'
     16523 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30
FAIL: LLVM :: CodeGen/X86/2009-04-12-picrel.ll (1965 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-04-12-picrel.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-04-12-picrel.ll -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=static -code-model=small > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-04-12-picrel.ll.tmp
grep leaq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-04-12-picrel.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-04-12-picrel.ll.script: line 5: 16606 Done                    'grep' 'leaq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-04-12-picrel.ll.tmp'
     16607 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.
FAIL: LLVM :: CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll (1989 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll -march=x86 -mattr=+mmx | grep movl | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-07-ExpandMMXBitcast.ll.script: line 4: 16690 Done                    'llc' '-march=x86' '-mattr=+mmx' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll'
     16691                       | 'grep' 'movl'
     16692 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.
FAIL: LLVM :: CodeGen/X86/2009-06-05-VZextByteShort.ll (2012 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/2009-06-05-VZextByteShort.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/2009-06-05-VZextByteShort.ll -march=x86 -mattr=+mmx,+sse2 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-05-VZextByteShort.ll.tmp1
grep movzwl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-05-VZextByteShort.ll.tmp1 | count 2
grep movzbl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-05-VZextByteShort.ll.tmp1 | count 2
grep movd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-05-VZextByteShort.ll.tmp1 | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-05-VZextByteShort.ll.script: line 11: 16764 Done                    'grep' 'movzwl' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/2009-06-05-VZextByteShort.ll.tmp1'
     16765 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/SwitchLowering.ll (2119 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/SwitchLowering.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/SwitchLowering.ll -march=x86 | grep cmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/SwitchLowering.ll.script: line 4: 17130 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/SwitchLowering.ll'
     17132                       | 'grep' 'cmp'
     17133 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/alloca-align-rounding-32.ll (2121 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/alloca-align-rounding-32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/alloca-align-rounding-32.ll -march=x86 -mtriple=i686-apple-darwin | grep and | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/alloca-align-rounding-32.ll.script: line 4: 17137 Done                    'llc' '-march=x86' '-mtriple=i686-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/alloca-align-rounding-32.ll'
     17138                       | 'grep' 'and'
     17139 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/alloca-align-rounding.ll (2122 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/alloca-align-rounding.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/alloca-align-rounding.ll -march=x86-64 -mtriple=i686-pc-linux | grep and | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/alloca-align-rounding.ll.script: line 4: 17150 Done                    'llc' '-march=x86-64' '-mtriple=i686-pc-linux' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/alloca-align-rounding.ll'
     17151                       | 'grep' 'and'
     17152 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/anyext.ll (2128 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/anyext.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/anyext.ll -march=x86-64 | grep movzbl | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/anyext.ll.script: line 4: 17174 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/anyext.ll'
     17176                       | 'grep' 'movzbl'
     17178 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/all-ones-vector.ll (2129 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/all-ones-vector.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/all-ones-vector.ll -march=x86 -mattr=sse2 | grep pcmpeqd | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/all-ones-vector.ll.script: line 4: 17167 Done                    'llc' '-march=x86' '-mattr=sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/all-ones-vector.ll'
     17168                       | 'grep' 'pcmpeqd'
     17169 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/avoid-loop-align-2.ll (2135 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/avoid-loop-align-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/avoid-loop-align-2.ll -march=x86 | grep align | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/avoid-loop-align-2.ll.script: line 4: 17196 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/avoid-loop-align-2.ll'
     17197                       | 'grep' 'align'
     17198 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/aliases.ll (2145 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/aliases.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/aliases.ll -mtriple=i686-pc-linux-gnu -asm-verbose=false -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp
grep { = } /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp   | count 16
grep set /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp   | count 18
grep globl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp | count 6
grep weak /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp  | count 1
grep hidden /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp | count 1
grep protected /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.script: line 20: 17253 Done                    'grep' ' = ' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/aliases.ll.tmp'
     17254 Bus error               | 'count' '16'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/atomic_op.ll (2151 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/atomic_op.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/atomic_op.ll -march=x86 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1
grep "lock" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 17
grep "xaddl" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 4
grep "cmpxchgl"  /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 13
grep "xchgl" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 14
grep "cmova" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 2
grep "cmovb" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 2
grep "cmovg" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 2
grep "cmovl" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.script: line 26: 17281 Done                    'grep' 'lock' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/atomic_op.ll.tmp1'
     17282 Bus error               | 'count' '17'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/bitcast2.ll (2152 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/bitcast2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bitcast2.ll -march=x86-64 | grep movd | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bitcast2.ll -march=x86-64 | not grep rsp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/bitcast2.ll.script: line 7: 17270 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bitcast2.ll'
     17271                       | 'grep' 'movd'
     17272 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/bswap.ll (2156 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/bswap.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bswap.ll -march=x86 |    grep bswapl | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bswap.ll -march=x86 | grep rolw | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/bswap.ll.script: line 8: 17322 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bswap.ll'
     17323                       | 'grep' 'bswapl'
     17324 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/byval3.ll (2159 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/byval3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval3.ll -march=x86-64 | grep rep.movsq | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval3.ll -march=x86 | grep rep.movsl | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/byval3.ll.script: line 8: 17326 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval3.ll'
     17327                       | 'grep' 'rep.movsq'
     17328 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/break-anti-dependencies.ll (2161 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/break-anti-dependencies.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/break-anti-dependencies.ll -march=x86-64 -post-RA-scheduler -break-anti-dependencies=none > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp
grep {%xmm0} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp | count 14
not grep {%xmm1} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/break-anti-dependencies.ll -march=x86-64 -post-RA-scheduler -break-anti-dependencies=critical > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp
grep {%xmm0} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp | count 7
grep {%xmm1} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.script: line 15: 17351 Done                    'grep' '%xmm0' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/break-anti-dependencies.ll.tmp'
     17352 Bus error               | 'count' '14'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/byval2.ll (2166 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/byval2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval2.ll -march=x86-64 | grep rep.movsq | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval2.ll -march=x86    | grep rep.movsl | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/byval2.ll.script: line 8: 17371 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval2.ll'
     17372                       | 'grep' 'rep.movsq'
     17373 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/byval4.ll (2167 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/byval4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval4.ll -march=x86-64 | grep rep.movsq | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval4.ll -march=x86 | grep rep.movsl	 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/byval4.ll.script: line 8: 17353 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval4.ll'
     17354                       | 'grep' 'rep.movsq'
     17355 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/cmp2.ll (2172 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/cmp2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/cmp2.ll -march=x86 -mattr=+sse2 | grep ucomisd | grep CPI | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/cmp2.ll.script: line 5: 17397 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/cmp2.ll'
     17398                       | 'grep' 'ucomisd'
     17399                       | 'grep' 'CPI'
     17400 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/byval5.ll (2174 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/byval5.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval5.ll -march=x86-64 | grep rep.movsq | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval5.ll -march=x86 | grep rep.movsl	 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/byval5.ll.script: line 8: 17405 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/byval5.ll'
     17406                       | 'grep' 'rep.movsq'
     17407 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/coalescer-commute2.ll (2177 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/coalescer-commute2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-commute2.ll -march=x86-64 | grep paddw | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-commute2.ll -march=x86-64 | not grep mov
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/coalescer-commute2.ll.script: line 7: 17432 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-commute2.ll'
     17433                       | 'grep' 'paddw'
     17434 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/cmp-test.ll (2178 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/cmp-test.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/cmp-test.ll -march=x86 | grep cmp | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/cmp-test.ll -march=x86 | grep test | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/cmp-test.ll.script: line 8: 17424 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/cmp-test.ll'
     17425                       | 'grep' 'cmp'
     17426 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/coalescer-commute3.ll (2180 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/coalescer-commute3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-commute3.ll -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/coalescer-commute3.ll.script: line 4: 17436 Done                    'llc' '-mtriple=i686-apple-darwin' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-commute3.ll'
     17437                       | 'grep' 'mov'
     17440 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/bt.ll (2181 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/bt.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bt.ll -march=x86 | grep btl | count 28
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bt.ll -march=x86 -mcpu=pentium4 | grep btl | not grep esp
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bt.ll -march=x86 -mcpu=penryn   | grep btl | not grep esp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/bt.ll.script: line 12: 17420 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/bt.ll'
     17421                       | 'grep' 'btl'
     17422 Bus error               | 'count' '28'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/change-compare-stride-1.ll (2184 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/change-compare-stride-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/change-compare-stride-1.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp
grep {cmpq	\$-478,} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp
not grep inc /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp
not grep {leal	1(} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp
not grep {leal	-1(} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp
grep dec /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp | count 1
--
Exit Code: 138
Command Output (stdout):
--
	cmpq	$-478, %rdx             # imm = 0xFFFFFFFFFFFFFE22
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.script: line 13: 17483 Done                    'grep' 'dec' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-1.ll.tmp'
     17485 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/change-compare-stride-0.ll (2187 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/change-compare-stride-0.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/change-compare-stride-0.ll -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp
grep {cmpl	\$-478,} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp
not grep inc /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp
not grep {leal	1(} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp
not grep {leal	-1(} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp
grep dec /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp | count 1
--
Exit Code: 138
Command Output (stdout):
--
	cmpl	$-478, %edi             # imm = 0xFFFFFFFFFFFFFE22
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.script: line 13: 17489 Done                    'grep' 'dec' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/change-compare-stride-0.ll.tmp'
     17490 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/combine-lds.ll (2194 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/combine-lds.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/combine-lds.ll -march=x86 -mattr=+sse2 | grep fldl | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/combine-lds.ll.script: line 4: 17503 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/combine-lds.ll'
     17504                       | 'grep' 'fldl'
     17505 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30..
FAIL: LLVM :: CodeGen/X86/compare_folding.ll (2198 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/compare_folding.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/compare_folding.ll -march=x86 -mcpu=yonah |    grep movsd | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/compare_folding.ll -march=x86 -mcpu=yonah |    grep ucomisd
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/compare_folding.ll.script: line 7: 17520 Done                    'llc' '-march=x86' '-mcpu=yonah' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/compare_folding.ll'
     17522                       | 'grep' 'movsd'
     17524 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/compiler_used.ll (2201 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/compiler_used.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/compiler_used.ll -mtriple=i386-apple-darwin9 | grep no_dead_strip | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/compiler_used.ll.script: line 4: 17533 Done                    'llc' '-mtriple=i386-apple-darwin9' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/compiler_used.ll'
     17534                       | 'grep' 'no_dead_strip'
     17535 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/commute-two-addr.ll (2202 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/commute-two-addr.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/commute-two-addr.ll -march=x86 -x86-asm-syntax=intel |    grep {\\\<mov\\\>} | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/commute-two-addr.ll.script: line 4: 17530 Done                    'llc' '-march=x86' '-x86-asm-syntax=intel' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/commute-two-addr.ll'
     17531                       | 'grep' '\<mov\>'
     17532 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/complex-fca.ll (2204 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/complex-fca.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/complex-fca.ll -march=x86 | grep mov | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/complex-fca.ll.script: line 4: 17542 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/complex-fca.ll'
     17543                       | 'grep' 'mov'
     17544 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/constant-pool-remat-0.ll (2214 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/constant-pool-remat-0.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/constant-pool-remat-0.ll -march=x86-64 | grep LCPI | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/constant-pool-remat-0.ll -march=x86-64 -o /dev/null -stats  -info-output-file - | grep asm-printer | grep 6
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/constant-pool-remat-0.ll -march=x86 -mattr=+sse2 | grep LCPI | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/constant-pool-remat-0.ll -march=x86 -mattr=+sse2 -o /dev/null -stats  -info-output-file - | grep asm-printer | grep 12
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/constant-pool-remat-0.ll.script: line 16: 17589 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/constant-pool-remat-0.ll'
     17590                       | 'grep' 'LCPI'
     17591 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/copysign-zero.ll (2222 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/copysign-zero.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/copysign-zero.ll | not grep orpd
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/copysign-zero.ll | grep andpd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/copysign-zero.ll.script: line 7: 17598 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/copysign-zero.ll'
     17599                       | 'grep' 'andpd'
     17600 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/extmul64.ll (2224 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/extmul64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extmul64.ll -march=x86 | grep mul | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extmul64.ll.script: line 4: 17635 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extmul64.ll'
     17636                       | 'grep' 'mul'
     17637 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/extern_weak.ll (2226 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/extern_weak.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extern_weak.ll -mtriple=i686-apple-darwin | grep weak_reference | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extern_weak.ll.script: line 4: 17625 Done                    'llc' '-mtriple=i686-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extern_weak.ll'
     17626                       | 'grep' 'weak_reference'
     17627 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/divrem.ll (2227 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/divrem.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/divrem.ll -march=x86-64 | grep div | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/divrem.ll.script: line 4: 17628 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/divrem.ll'
     17629                       | 'grep' 'div'
     17630 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/extmul128.ll (2238 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/extmul128.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extmul128.ll -march=x86-64 | grep mul | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extmul128.ll.script: line 4: 17680 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extmul128.ll'
     17681                       | 'grep' 'mul'
     17682 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/extend.ll (2246 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/extend.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extend.ll -march=x86 -x86-asm-syntax=intel | grep movzx | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extend.ll -march=x86 -x86-asm-syntax=intel | grep movsx | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extend.ll.script: line 8: 17706 Done                    'llc' '-march=x86' '-x86-asm-syntax=intel' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extend.ll'
     17707                       | 'grep' 'movzx'
     17708 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fabs.ll (2248 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fabs.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fabs.ll -march=x86 -mattr=-sse2,-sse3,-sse | grep fabs\$ |    count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fabs.ll -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math -enable-no-nans-fp-math |    grep fabs\$ | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fabs.ll.script: line 8: 17713 Done                    'llc' '-march=x86' '-mattr=-sse2,-sse3,-sse' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fabs.ll'
     17714                       | 'grep' 'fabs$'
     17715 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/extractps.ll (2251 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/extractps.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/extractps.ll -march=x86 -mcpu=penryn > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extractps.ll.tmp
not grep movd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extractps.ll.tmp
grep {movss	%xmm} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extractps.ll.tmp | count 1
grep {extractps	\\\$1, %xmm0, } /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extractps.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extractps.ll.script: line 10: 17732 Done                    'grep' 'movss	%xmm' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/extractps.ll.tmp'
     17733 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fast-isel-fneg.ll (2256 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fast-isel-fneg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-fneg.ll -fast-isel -fast-isel-abort -march=x86-64 | FileCheck /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-fneg.ll
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-fneg.ll -fast-isel -march=x86 -mattr=+sse2 | grep xor | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fast-isel-fneg.ll.script: line 7: 17739 Done                    'llc' '-fast-isel' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-fneg.ll'
     17740                       | 'grep' 'xor'
     17741 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fast-isel-mem.ll (2259 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fast-isel-mem.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-mem.ll -fast-isel -mtriple=i386-apple-darwin |    grep lazy_ptr, | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-mem.ll -fast-isel -march=x86 -relocation-model=static |    grep lea
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fast-isel-mem.ll.script: line 7: 17767 Done                    'llc' '-fast-isel' '-mtriple=i386-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fast-isel-mem.ll'
     17768                       | 'grep' 'lazy_ptr,'
     17769 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fastcc-2.ll (2265 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fastcc-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fastcc-2.ll -mtriple=i686-apple-darwin -mattr=+sse2 | grep movsd
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fastcc-2.ll -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | count 1
--
Exit Code: 138
Command Output (stdout):
--
	movsd	LCPI0_0, %xmm0
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fastcc-2.ll.script: line 7: 17781 Done                    'llc' '-mtriple=i686-apple-darwin' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fastcc-2.ll'
     17782                       | 'grep' 'mov'
     17783 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fastcc-byval.ll (2267 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fastcc-byval.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fastcc-byval.ll -tailcallopt=false | grep {movl\[\[:space:\]\]*8(%esp), %eax} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fastcc-byval.ll.script: line 4: 17784 Done                    'llc' '-tailcallopt=false' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fastcc-byval.ll'
     17786                       | 'grep' 'movl[[:space:]]*8(%esp), %eax'
     17787 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fildll.ll (2271 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fildll.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fildll.ll -march=x86 -x86-asm-syntax=att -mattr=-sse2 | grep fildll | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fildll.ll.script: line 4: 17803 Done                    'llc' '-march=x86' '-x86-asm-syntax=att' '-mattr=-sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fildll.ll'
     17804                       | 'grep' 'fildll'
     17806 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/field-extract-use-trunc.ll (2274 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/field-extract-use-trunc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/field-extract-use-trunc.ll -march=x86 | grep sar | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/field-extract-use-trunc.ll -march=x86-64 | not grep sar
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/field-extract-use-trunc.ll.script: line 7: 17827 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/field-extract-use-trunc.ll'
     17828                       | 'grep' 'sar'
     17829 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fold-call-2.ll (2275 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fold-call-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-call-2.ll -mtriple=i386-apple-darwin | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-call-2.ll.script: line 4: 17813 Done                    'llc' '-mtriple=i386-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-call-2.ll'
     17814                       | 'grep' 'mov'
     17815 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fold-pcmpeqd-0.ll (2280 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fold-pcmpeqd-0.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-0.ll -mtriple=i386-apple-darwin -mcpu=yonah  | not grep pcmpeqd
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-0.ll -mtriple=i386-apple-darwin -mcpu=yonah  | grep orps | grep CPI0_2  | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-0.ll -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-0.ll.script: line 12: 17865 Done                    'llc' '-mtriple=i386-apple-darwin' '-mcpu=yonah' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-0.ll'
     17867                       | 'grep' 'orps'
     17868                       | 'grep' 'CPI0_2'
     17869 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fold-pcmpeqd-1.ll (2281 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fold-pcmpeqd-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-1.ll -march=x86 -mattr=+sse2 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-1.ll.tmp
grep pcmpeqd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-1.ll.tmp | count 1
grep xor /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-1.ll.tmp | count 1
not grep LCP /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-1.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-1.ll.script: line 10: 17890 Done                    'grep' 'pcmpeqd' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-1.ll.tmp'
     17891 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fold-pcmpeqd-2.ll (2282 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fold-pcmpeqd-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-2.ll -mtriple=i386-apple-darwin -mcpu=yonah  | not grep pcmpeqd
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-2.ll -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-pcmpeqd-2.ll.script: line 7: 17878 Done                    'llc' '-mtriple=x86_64-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-pcmpeqd-2.ll'
     17879                       | 'grep' 'pcmpeqd'
     17880 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fold-sext-trunc.ll (2284 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fold-sext-trunc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-sext-trunc.ll -march=x86-64 | grep movslq | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fold-sext-trunc.ll.script: line 4: 17884 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fold-sext-trunc.ll'
     17885                       | 'grep' 'movslq'
     17886 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fp-stack-ret.ll (2290 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fp-stack-ret.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fp-stack-ret.ll -mtriple=i686-apple-darwin8 -mcpu=yonah -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-ret.ll.tmp
grep fldl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-ret.ll.tmp | count 1
not grep xmm /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-ret.ll.tmp
grep {sub.*esp} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-ret.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-ret.ll.script: line 10: 17969 Done                    'grep' 'fldl' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-ret.ll.tmp'
     17970 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fp-stack-set-st1.ll (2295 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fp-stack-set-st1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fp-stack-set-st1.ll -march=x86 | grep fxch | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fp-stack-set-st1.ll.script: line 4: 17941 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fp-stack-set-st1.ll'
     17942                       | 'grep' 'fxch'
     17943 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/fsxor-alignment.ll (2302 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/fsxor-alignment.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fsxor-alignment.ll -march=x86 -mattr=+sse2 -enable-unsafe-fp-math |   grep -v sp | grep xorps | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/fsxor-alignment.ll.script: line 5: 18004 Done                    'llc' '-march=x86' '-mattr=+sse2' '-enable-unsafe-fp-math' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/fsxor-alignment.ll'
     18005                       | 'grep' '-v' 'sp'
     18006                       | 'grep' 'xorps'
     18007 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/full-lsr.ll (2303 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/full-lsr.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/full-lsr.ll -march=x86 >/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/full-lsr.ll.tmp
grep {addl	\\\$4,} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/full-lsr.ll.tmp | count 3
not grep {,%} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/full-lsr.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/full-lsr.ll.script: line 7: 18019 Done                    'grep' 'addl	\$4,' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/full-lsr.ll.tmp'
     18020 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/h-register-addressing-32.ll (2307 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/h-register-addressing-32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-register-addressing-32.ll -march=x86 | grep {movzbl	%\[abcd\]h,} | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-addressing-32.ll.script: line 4: 18025 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-register-addressing-32.ll'
     18026                       | 'grep' 'movzbl	%[abcd]h,'
     18027 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 
FAIL: LLVM :: CodeGen/X86/h-register-addressing-64.ll (2308 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/h-register-addressing-64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-register-addressing-64.ll -march=x86-64 | grep {movzbl	%\[abcd\]h,} | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-addressing-64.ll.script: line 4: 18028 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-register-addressing-64.ll'
     18029                       | 'grep' 'movzbl	%[abcd]h,'
     18030 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/ga-offset.ll (2311 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/ga-offset.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/ga-offset.ll -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp
not grep lea /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp
not grep add /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp
grep mov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/ga-offset.ll -mtriple=x86_64-linux -relocation-model=static > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp
not grep lea /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp
not grep add /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp
grep mov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.script: line 18: 18049 Done                    'grep' 'mov' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ga-offset.ll.tmp'
     18050 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/h-register-store.ll (2312 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/h-register-store.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-register-store.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp
grep mov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp | count 6
grep {movb	%ah, (%rsi)} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-register-store.ll -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp
grep mov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp | count 3
grep {movb	%ah, (%e} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.script: line 16: 18062 Done                    'grep' 'mov' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-register-store.ll.tmp'
     18063 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/h-registers-2.ll (2313 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/h-registers-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-registers-2.ll -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-2.ll.tmp
grep {movzbl	%\[abcd\]h,} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-2.ll.tmp | count 1
grep {shll	\$3,} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-2.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-2.ll.script: line 8: 18064 Done                    'grep' 'movzbl	%[abcd]h,' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-2.ll.tmp'
     18065 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/h-registers-1.ll (2315 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/h-registers-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-registers-1.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-1.ll.tmp
grep {movzbl	%\[abcd\]h,} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-1.ll.tmp | count 8
grep {%\[abcd\]h} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-1.ll.tmp | not grep {%r\[\[:digit:\]\]*d}
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-1.ll.script: line 8: 18070 Done                    'grep' 'movzbl	%[abcd]h,' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-1.ll.tmp'
     18071 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/hidden-vis-2.ll (2317 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/hidden-vis-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/hidden-vis-2.ll -mtriple=i386-apple-darwin9   | grep mov | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/hidden-vis-2.ll -mtriple=x86_64-apple-darwin9 | not grep GOT
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/hidden-vis-2.ll.script: line 7: 18080 Done                    'llc' '-mtriple=i386-apple-darwin9' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/hidden-vis-2.ll'
     18081                       | 'grep' 'mov'
     18082 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/i128-immediate.ll (2318 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/i128-immediate.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/i128-immediate.ll -march=x86-64 | grep movq | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i128-immediate.ll.script: line 4: 18075 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/i128-immediate.ll'
     18077                       | 'grep' 'movq'
     18078 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/h-registers-3.ll (2320 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/h-registers-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-registers-3.ll -march=x86    | grep mov | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-registers-3.ll -march=x86-64 | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/h-registers-3.ll.script: line 8: 18087 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/h-registers-3.ll'
     18088                       | 'grep' 'mov'
     18089 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/i128-and-beyond.ll (2323 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/i128-and-beyond.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/i128-and-beyond.ll -march=x86 -mtriple=i686-pc-linux-gnu | grep -- -1 | count 14
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i128-and-beyond.ll.script: line 4: 18098 Done                    'llc' '-march=x86' '-mtriple=i686-pc-linux-gnu' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/i128-and-beyond.ll'
     18099                       | 'grep' '--' '-1'
     18100 Bus error               | 'count' '14'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/imul-lea-2.ll (2328 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/imul-lea-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/imul-lea-2.ll -march=x86-64 | grep lea | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/imul-lea-2.ll -march=x86-64 | grep shl | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/imul-lea-2.ll -march=x86-64 | not grep imul
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/imul-lea-2.ll.script: line 11: 18120 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/imul-lea-2.ll'
     18121                       | 'grep' 'lea'
     18122 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/i256-add.ll (2330 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/i256-add.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/i256-add.ll -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i256-add.ll.tmp
grep adcl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i256-add.ll.tmp | count 7
grep sbbl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i256-add.ll.tmp | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i256-add.ll.script: line 8: 18127 Done                    'grep' 'adcl' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/i256-add.ll.tmp'
     18128 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/inline-asm-tied.ll (2346 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/inline-asm-tied.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/inline-asm-tied.ll -mtriple=i386-apple-darwin9 -O0 -regalloc=linearscan | grep {movl	%edx, 4(%esp)} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/inline-asm-tied.ll.script: line 4: 18188 Done                    'llc' '-mtriple=i386-apple-darwin9' '-O0' '-regalloc=linearscan' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/inline-asm-tied.ll'
     18190                       | 'grep' 'movl	%edx, 4(%esp)'
     18192 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/coalescer-remat.ll (2349 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/coalescer-remat.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-remat.ll -mtriple=x86_64-apple-darwin | grep xor | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/coalescer-remat.ll.script: line 4: 17465 Done                    'llc' '-mtriple=x86_64-apple-darwin' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/coalescer-remat.ll'
     17466                       | 'grep' 'xor'
     17467 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/ins_subreg_coalesce-3.ll (2354 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/ins_subreg_coalesce-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/ins_subreg_coalesce-3.ll -march=x86-64 | grep mov | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ins_subreg_coalesce-3.ll.script: line 4: 18202 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/ins_subreg_coalesce-3.ll'
     18203                       | 'grep' 'mov'
     18204 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/legalizedag_vec.ll (2369 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/legalizedag_vec.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/legalizedag_vec.ll -march=x86 -mattr=sse2 -disable-mmx -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/legalizedag_vec.ll.tmp
grep {call.*divdi3}  /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/legalizedag_vec.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/legalizedag_vec.ll.script: line 5: 18275 Done                    'grep' 'call.*divdi3' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/legalizedag_vec.ll.tmp'
     18276 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/lea-recursion.ll (2370 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/lea-recursion.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lea-recursion.ll -march=x86-64 | grep lea | count 12
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lea-recursion.ll.script: line 4: 18269 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lea-recursion.ll'
     18270                       | 'grep' 'lea'
     18271 Bus error               | 'count' '12'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/lea-4.ll (2378 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/lea-4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lea-4.ll -march=x86-64 | grep lea | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lea-4.ll.script: line 4: 18292 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lea-4.ll'
     18293                       | 'grep' 'lea'
     18294 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/isint.ll (2383 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/isint.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/isint.ll -march=x86 -mattr=+sse2 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp
not grep cmp /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp
not grep xor /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp
grep jne /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp | count 1
grep jp /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp | count 1
grep setnp /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp | count 1
grep sete /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp | count 1
grep and /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp | count 1
grep cvt /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.script: line 24: 18316 Done                    'grep' 'jne' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/isint.ll.tmp'
     18317 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/iv-users-in-other-loops.ll (2386 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/iv-users-in-other-loops.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/iv-users-in-other-loops.ll -march=x86-64 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp
not grep inc /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp
grep dec /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp | count 2
grep addq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp | count 12
not grep addb /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp
not grep leaq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp
not grep leal /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp
not grep movq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.script: line 18: 18333 Done                    'grep' 'dec' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/iv-users-in-other-loops.ll.tmp'
     18334 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/loop-strength-reduce5.ll (2396 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/loop-strength-reduce5.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/loop-strength-reduce5.ll -march=x86 | grep inc | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/loop-strength-reduce5.ll.script: line 4: 18368 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/loop-strength-reduce5.ll'
     18369                       | 'grep' 'inc'
     18371 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/loop-strength-reduce3.ll (2397 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/loop-strength-reduce3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/loop-strength-reduce3.ll -march=x86 | grep cmp | grep 240
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/loop-strength-reduce3.ll -march=x86 | grep inc | count 1
--
Exit Code: 138
Command Output (stdout):
--
	cmpl	$240, %esi
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/loop-strength-reduce3.ll.script: line 8: 18372 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/loop-strength-reduce3.ll'
     18373                       | 'grep' 'inc'
     18375 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/long-setcc.ll (2399 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/long-setcc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/long-setcc.ll -march=x86 | grep cmp | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/long-setcc.ll -march=x86 | grep shr | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/long-setcc.ll -march=x86 | grep xor | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/long-setcc.ll.script: line 12: 18359 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/long-setcc.ll'
     18360                       | 'grep' 'cmp'
     18361 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/lsr-normalization.ll (2406 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/lsr-normalization.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lsr-normalization.ll -march=x86-64 | grep div | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lsr-normalization.ll.script: line 4: 18473 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lsr-normalization.ll'
     18475                       | 'grep' 'div'
     18476 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/lsr-sort.ll (2412 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/lsr-sort.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/lsr-sort.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lsr-sort.ll.tmp
grep inc /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lsr-sort.ll.tmp | count 1
not grep incw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lsr-sort.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lsr-sort.ll.script: line 7: 18548 Done                    'grep' 'inc' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/lsr-sort.ll.tmp'
     18549 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/masked-iv-unsafe.ll (2416 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/masked-iv-unsafe.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/masked-iv-unsafe.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-unsafe.ll.tmp
grep and /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-unsafe.ll.tmp | count 6
grep movzb /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-unsafe.ll.tmp | count 6
grep sar /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-unsafe.ll.tmp | count 12
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-unsafe.ll.script: line 11: 18622 Done                    'grep' 'and' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-unsafe.ll.tmp'
     18623 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mmx-bitcast-to-i64.ll (2428 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mmx-bitcast-to-i64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-bitcast-to-i64.ll -march=x86-64 | grep movd | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mmx-bitcast-to-i64.ll.script: line 4: 18707 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-bitcast-to-i64.ll'
     18708                       | 'grep' 'movd'
     18709 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/masked-iv-safe.ll (2431 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/masked-iv-safe.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/masked-iv-safe.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp
not grep and /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp
not grep movz /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp
not grep sar /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp
not grep shl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp
grep add /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp | count 2
grep inc /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp | count 4
grep dec /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp | count 2
grep lea /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.script: line 22: 18803 Done                    'grep' 'add' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/masked-iv-safe.ll.tmp'
     18804 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/memset.ll (2432 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/memset.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset.ll -march=x86 -mattr=-sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 9
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset.ll -march=x86 -mattr=+sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/memset.ll.script: line 8: 18763 Done                    'llc' '-march=x86' '-mattr=-sse' '-mtriple=i686-apple-darwin8.8.0' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset.ll'
     18764                       | 'grep' 'mov'
     18765 Bus error               | 'count' '9'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mmx-arg-passing2.ll (2434 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mmx-arg-passing2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing2.ll -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep movq2dq | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing2.ll -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep movdq2q | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mmx-arg-passing2.ll.script: line 8: 18813 Done                    'llc' '-mtriple=x86_64-apple-darwin' '-mattr=+mmx,+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing2.ll'
     18814                       | 'grep' 'movq2dq'
     18815 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mmx-punpckhdq.ll (2440 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mmx-punpckhdq.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-punpckhdq.ll -march=x86 -mattr=+mmx | grep punpckhdq | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mmx-punpckhdq.ll.script: line 4: 18882 Done                    'llc' '-march=x86' '-mattr=+mmx' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-punpckhdq.ll'
     18883                       | 'grep' 'punpckhdq'
     18885 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mmx-pinsrw.ll (2441 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mmx-pinsrw.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-pinsrw.ll -march=x86 -mattr=+mmx | grep pinsrw | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mmx-pinsrw.ll.script: line 4: 18849 Done                    'llc' '-march=x86' '-mattr=+mmx' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-pinsrw.ll'
     18850                       | 'grep' 'pinsrw'
     18851 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mmx-arg-passing.ll (2443 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mmx-arg-passing.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing.ll -mtriple=i386-apple-darwin -mattr=+mmx | grep mm0 | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing.ll -mtriple=i386-apple-darwin -mattr=+mmx | grep esp | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing.ll -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep xmm0
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing.ll -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | grep rdi
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing.ll -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | not grep movups
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mmx-arg-passing.ll.script: line 17: 18925 Done                    'llc' '-mtriple=i386-apple-darwin' '-mattr=+mmx' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mmx-arg-passing.ll'
     18926                       | 'grep' 'mm0'
     18927 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mul-remat.ll (2446 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mul-remat.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mul-remat.ll -march=x86 | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mul-remat.ll.script: line 4: 18934 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mul-remat.ll'
     18935                       | 'grep' 'mov'
     18937 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mul64.ll (2447 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mul64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mul64.ll -march=x86 | grep mul | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mul64.ll.script: line 4: 18931 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mul64.ll'
     18932                       | 'grep' 'mul'
     18933 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/mul128.ll (2451 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/mul128.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mul128.ll -march=x86-64 | grep mul | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/mul128.ll.script: line 4: 18957 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/mul128.ll'
     18958                       | 'grep' 'mul'
     18959 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/memset64-on-x86-32.ll (2452 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/memset64-on-x86-32.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset64-on-x86-32.ll -mtriple=i386-apple-darwin   -mcpu=nehalem | grep movaps | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset64-on-x86-32.ll -mtriple=i386-apple-darwin   -mcpu=core2   | grep movl   | count 20
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset64-on-x86-32.ll -mtriple=x86_64-apple-darwin -mcpu=core2   | grep movq   | count 10
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/memset64-on-x86-32.ll.script: line 12: 18897 Done                    'llc' '-mtriple=i386-apple-darwin' '-mcpu=nehalem' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/memset64-on-x86-32.ll'
     18898                       | 'grep' 'movaps'
     18899 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/neg_fp.ll (2459 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/neg_fp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/neg_fp.ll -march=x86 -mattr=+sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/neg_fp.ll.tmp
grep xorps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/neg_fp.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/neg_fp.ll.script: line 5: 19026 Done                    'grep' 'xorps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/neg_fp.ll.tmp'
     19027 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/nancvt.ll (2461 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/nancvt.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/nancvt.ll -std-compile-opts | llc > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.tmp
grep 2147027116 /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.tmp | count 3
grep 2147228864 /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.tmp | count 3
grep 2146502828 /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.tmp | count 3
grep 2143034560 /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.script: line 15: 19043 Done                    'grep' '2147027116' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/nancvt.ll.tmp'
     19044 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/narrow_op-1.ll (2467 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/narrow_op-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/narrow_op-1.ll -march=x86-64 | grep orb | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/narrow_op-1.ll -march=x86-64 | grep orb | grep 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/narrow_op-1.ll -march=x86-64 | grep orl | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/narrow_op-1.ll -march=x86-64 | grep orl | grep 16842752
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/narrow_op-1.ll.script: line 16: 19084 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/narrow_op-1.ll'
     19086                       | 'grep' 'orb'
     19087 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/opt-ext-uses.ll (2469 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/opt-ext-uses.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/opt-ext-uses.ll -march=x86 | grep movw | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/opt-ext-uses.ll.script: line 4: 19115 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/opt-ext-uses.ll'
     19116                       | 'grep' 'movw'
     19118 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/optimize-max-2.ll (2473 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/optimize-max-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/optimize-max-2.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/optimize-max-2.ll.tmp
grep cmov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/optimize-max-2.ll.tmp | count 2
grep jne /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/optimize-max-2.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/optimize-max-2.ll.script: line 8: 19193 Done                    'grep' 'cmov' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/optimize-max-2.ll.tmp'
     19194 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/peep-vector-extract-insert.ll (2487 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/peep-vector-extract-insert.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/peep-vector-extract-insert.ll -march=x86-64 | grep {pxor	%xmm0, %xmm0} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-vector-extract-insert.ll.script: line 4: 19290 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/peep-vector-extract-insert.ll'
     19291                       | 'grep' 'pxor	%xmm0, %xmm0'
     19292 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/phys_subreg_coalesce-2.ll (2490 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/phys_subreg_coalesce-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/phys_subreg_coalesce-2.ll -march=x86 | grep mov | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/phys_subreg_coalesce-2.ll.script: line 4: 19402 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/phys_subreg_coalesce-2.ll'
     19403                       | 'grep' 'mov'
     19404 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/phi-immediate-factoring.ll (2491 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/phi-immediate-factoring.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/phi-immediate-factoring.ll -march=x86 | grep {movl	\$1} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/phi-immediate-factoring.ll.script: line 4: 19347 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/phi-immediate-factoring.ll'
     19349                       | 'grep' 'movl	$1'
     19350 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/peep-test-1.ll (2494 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/peep-test-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/peep-test-1.ll -march=x86 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-test-1.ll.tmp
grep dec /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-test-1.ll.tmp | count 1
not grep test /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-test-1.ll.tmp
not grep cmp /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-test-1.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-test-1.ll.script: line 9: 19406 Done                    'grep' 'dec' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/peep-test-1.ll.tmp'
     19407 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/postalloc-coalescing.ll (2496 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/postalloc-coalescing.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/postalloc-coalescing.ll -march=x86 | grep mov | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/postalloc-coalescing.ll.script: line 4: 19381 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/postalloc-coalescing.ll'
     19382                       | 'grep' 'mov'
     19383 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/pmul.ll (2499 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pmul.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pmul.ll -march=x86 -mattr=sse41 -stack-alignment=16 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pmul.ll.tmp
grep pmul /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pmul.ll.tmp | count 12
grep mov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pmul.ll.tmp | count 11
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pmul.ll.script: line 8: 19546 Done                    'grep' 'pmul' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pmul.ll.tmp'
     19547 Bus error               | 'count' '12'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/powi.ll (2503 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/powi.ll' FAILED ********************
Script:
--
llc /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/powi.ll -march=x86 -mcpu=yonah -o - | grep mulsd | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/powi.ll.script: line 4: 19601 Done                    'llc' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/powi.ll' '-march=x86' '-mcpu=yonah' '-o' '-'
     19602                       | 'grep' 'mulsd'
     19603 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/pr2656.ll (2512 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pr2656.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2656.ll -march=x86 -mattr=+sse2 | grep {xorps.\*sp} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pr2656.ll.script: line 4: 19690 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2656.ll'
     19691                       | 'grep' 'xorps.*sp'
     19692 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/pr1489.ll (2515 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pr1489.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr1489.ll -disable-fp-elim -O0 -mcpu=i486 | grep 1082126238 | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr1489.ll -disable-fp-elim -O0 -mcpu=i486 | grep -- -1236950581 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pr1489.ll.script: line 8: 19708 Done                    'llc' '-disable-fp-elim' '-O0' '-mcpu=i486' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr1489.ll'
     19710                       | 'grep' '1082126238'
     19711 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/pr2182.ll (2518 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pr2182.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2182.ll | grep {addl	\$3, (%eax)} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pr2182.ll.script: line 4: 19769 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2182.ll'
     19771                       | 'grep' 'addl	$3, (%eax)'
     19772 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/pr1505b.ll (2520 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pr1505b.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr1505b.ll -mcpu=i486 | grep fstpl | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr1505b.ll -mcpu=i486 | grep fstps | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pr1505b.ll.script: line 8: 19788 Done                    'llc' '-mcpu=i486' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr1505b.ll'
     19789                       | 'grep' 'fstpl'
     19790 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: CodeGen/X86/pr2659.ll (2524 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pr2659.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2659.ll -march=x86 -mtriple=i686-apple-darwin9.4.0 | grep movl | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2659.ll -march=x86 -mtriple=i686-apple-darwin9.4.0 | FileCheck /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2659.ll
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pr2659.ll.script: line 7: 19800 Done                    'llc' '-march=x86' '-mtriple=i686-apple-darwin9.4.0' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pr2659.ll'
     19801                       | 'grep' 'movl'
     19803 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/pre-split2.ll (2536 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pre-split2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pre-split2.ll -march=x86 -mattr=+sse2 -pre-alloc-split -stats |&    grep {pre-alloc-split} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pre-split2.ll.script: line 4: 19995 Done                    'llc' '-march=x86' '-mattr=+sse2' '-pre-alloc-split' '-stats' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pre-split2.ll'
     19996                       | 'grep' 'pre-alloc-split'
     19997 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/pre-split6.ll (2542 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/pre-split6.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pre-split6.ll -mtriple=i386-apple-darwin -mattr=+sse2 -pre-alloc-split | grep {divsd	24} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/pre-split6.ll.script: line 4: 20114 Done                    'llc' '-mtriple=i386-apple-darwin' '-mattr=+sse2' '-pre-alloc-split' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/pre-split6.ll'
     20116                       | 'grep' 'divsd	24'
     20117 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/remat-constant.ll (2552 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/remat-constant.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/remat-constant.ll -mtriple=x86_64-linux -relocation-model=static | grep xmm | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/remat-constant.ll.script: line 4: 20311 Done                    'llc' '-mtriple=x86_64-linux' '-relocation-model=static' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/remat-constant.ll'
     20312                       | 'grep' 'xmm'
     20313 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/ret-i64-0.ll (2553 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/ret-i64-0.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/ret-i64-0.ll -march=x86 | grep xor | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/ret-i64-0.ll.script: line 4: 20365 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/ret-i64-0.ll'
     20366                       | 'grep' 'xor'
     20367 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/red-zone2.ll (2555 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/red-zone2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/red-zone2.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/red-zone2.ll.tmp
grep subq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/red-zone2.ll.tmp | count 1
grep addq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/red-zone2.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/red-zone2.ll.script: line 8: 20341 Done                    'grep' 'subq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/red-zone2.ll.tmp'
     20342 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/rotate2.ll (2560 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/rotate2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rotate2.ll -march=x86-64 | grep rol | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rotate2.ll.script: line 4: 20468 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rotate2.ll'
     20469                       | 'grep' 'rol'
     20470 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/rotate.ll (2562 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/rotate.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rotate.ll -march=x86 -x86-asm-syntax=intel |    grep {ro\[rl\]} | count 12
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rotate.ll.script: line 4: 20446 Done                    'llc' '-march=x86' '-x86-asm-syntax=intel' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rotate.ll'
     20447                       | 'grep' 'ro[rl]'
     20448 Bus error               | 'count' '12'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/rot64.ll (2568 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/rot64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rot64.ll -march=x86-64 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.tmp
grep rol /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.tmp | count 3
grep ror /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.tmp | count 1
grep shld /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.tmp | count 2
grep shrd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.script: line 14: 20552 Done                    'grep' 'rol' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rot64.ll.tmp'
     20553 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/scalar-min-max-fill-operand.ll (2573 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/scalar-min-max-fill-operand.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar-min-max-fill-operand.ll -march=x86-64 | grep min | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar-min-max-fill-operand.ll -march=x86-64 | grep max | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar-min-max-fill-operand.ll -march=x86-64 | grep mov | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/scalar-min-max-fill-operand.ll.script: line 12: 20611 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar-min-max-fill-operand.ll'
     20612                       | 'grep' 'min'
     20614 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/scalar_sse_minmax.ll (2575 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/scalar_sse_minmax.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar_sse_minmax.ll -march=x86 -mattr=+sse,+sse2 |    grep mins | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar_sse_minmax.ll -march=x86 -mattr=+sse,+sse2 |    grep maxs | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/scalar_sse_minmax.ll.script: line 8: 20555 Done                    'llc' '-march=x86' '-mattr=+sse,+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/scalar_sse_minmax.ll'
     20556                       | 'grep' 'mins'
     20557 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sext-ret-val.ll (2576 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sext-ret-val.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sext-ret-val.ll -march=x86 | grep movzbl | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sext-ret-val.ll.script: line 4: 20642 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sext-ret-val.ll'
     20643                       | 'grep' 'movzbl'
     20644 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/select-zero-one.ll (2578 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/select-zero-one.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/select-zero-one.ll -march=x86 -mattr=+sse2 | not grep cmov
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/select-zero-one.ll -march=x86 -mattr=+sse2 | not grep xor
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/select-zero-one.ll -march=x86 -mattr=+sse2 | grep movzbl | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/select-zero-one.ll.script: line 10: 20664 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/select-zero-one.ll'
     20665                       | 'grep' 'movzbl'
     20667 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/setoeq.ll (2579 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/setoeq.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/setoeq.ll -march=x86  | grep set | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/setoeq.ll -march=x86  | grep and
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/setoeq.ll.script: line 7: 20660 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/setoeq.ll'
     20661                       | 'grep' 'set'
     20663 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/rodata-relocs.ll (2582 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/rodata-relocs.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=static | grep rodata | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=static | grep -F "rodata.cst" | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=pic | grep rodata | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=pic | grep -F ".data.rel.ro" | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=pic | grep -F ".data.rel.ro.local" | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=pic | grep -F ".data.rel" | count 4
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll -relocation-model=pic | grep -F ".data.rel.local" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/rodata-relocs.ll.script: line 28: 20710 Done                    'llc' '-relocation-model=static' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/rodata-relocs.ll'
     20711                       | 'grep' 'rodata'
     20712 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/shift-codegen.ll (2583 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/shift-codegen.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-codegen.ll -relocation-model=static -march=x86 |    grep {shll	\$3} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/shift-codegen.ll.script: line 4: 20692 Done                    'llc' '-relocation-model=static' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-codegen.ll'
     20694                       | 'grep' 'shll	$3'
     20695 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/shift-and.ll (2587 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/shift-and.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-and.ll -march=x86    | grep and | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-and.ll -march=x86-64 | not grep and
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/shift-and.ll.script: line 7: 20722 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-and.ll'
     20723                       | 'grep' 'and'
     20724 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/shift-folding.ll (2589 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/shift-folding.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-folding.ll -march=x86 |    grep {s\[ah\]\[rl\]l} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/shift-folding.ll.script: line 4: 20734 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-folding.ll'
     20735                       | 'grep' 's[ah][rl]l'
     20736 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/shift-double.ll (2595 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/shift-double.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-double.ll -march=x86 -x86-asm-syntax=intel |    grep {sh\[lr\]d} | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/shift-double.ll.script: line 4: 20786 Done                    'llc' '-march=x86' '-x86-asm-syntax=intel' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/shift-double.ll'
     20787                       | 'grep' 'sh[lr]d'
     20788 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/smul-with-overflow.ll (2602 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/smul-with-overflow.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow.ll -march=x86 | grep {jo} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/smul-with-overflow.ll.script: line 4: 20904 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow.ll'
     20906                       | 'grep' 'jo'
     20908 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/smul-with-overflow-3.ll (2603 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/smul-with-overflow-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow-3.ll -march=x86 | grep {jno} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/smul-with-overflow-3.ll.script: line 4: 20898 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow-3.ll'
     20899                       | 'grep' 'jno'
     20900 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/small-byval-memcpy.ll (2604 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/small-byval-memcpy.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/small-byval-memcpy.ll -mtriple=i386-apple-darwin -mcpu=core2   | grep movsd  | count 8
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/small-byval-memcpy.ll -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/small-byval-memcpy.ll.script: line 8: 20889 Done                    'llc' '-mtriple=i386-apple-darwin' '-mcpu=core2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/small-byval-memcpy.ll'
     20890                       | 'grep' 'movsd'
     20891 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/smul-with-overflow-2.ll (2606 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/smul-with-overflow-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow-2.ll -march=x86 | grep mul | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow-2.ll -march=x86 | grep add | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/smul-with-overflow-2.ll.script: line 8: 20919 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/smul-with-overflow-2.ll'
     20920                       | 'grep' 'mul'
     20921 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sincos.ll (2608 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sincos.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sincos.ll -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math  |    grep sin\$ | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sincos.ll -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math  |    grep cos\$ | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sincos.ll.script: line 8: 20870 Done                    'llc' '-march=x86' '-mattr=-sse,-sse2,-sse3' '-enable-unsafe-fp-math' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sincos.ll'
     20871                       | 'grep' 'sin$'
     20872 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/split-select.ll (2610 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/split-select.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/split-select.ll -march=x86-64 | grep test | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/split-select.ll.script: line 4: 20953 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/split-select.ll'
     20954                       | 'grep' 'test'
     20955 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/split-vector-rem.ll (2614 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/split-vector-rem.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/split-vector-rem.ll -march=x86-64 | grep div | count 16
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/split-vector-rem.ll -march=x86-64 | grep fmodf | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/split-vector-rem.ll.script: line 8: 20983 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/split-vector-rem.ll'
     20984                       | 'grep' 'div'
     20985 Bus error               | 'count' '16'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-10.ll (2616 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-10.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-10.ll -march=x86-64 | grep movups | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-10.ll.script: line 4: 20997 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-10.ll'
     20998                       | 'grep' 'movups'
     20999 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-1.ll (2617 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-1.ll -march=x86-64 | grep movap | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-1.ll.script: line 4: 21011 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-1.ll'
     21012                       | 'grep' 'movap'
     21013 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-3.ll (2619 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-3.ll -march=x86-64 | grep movap | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-3.ll.script: line 4: 21025 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-3.ll'
     21026                       | 'grep' 'movap'
     21027 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-6.ll (2621 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-6.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-6.ll -march=x86-64 | grep movdqu | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-6.ll.script: line 4: 21068 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-6.ll'
     21069                       | 'grep' 'movdqu'
     21070 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-2.ll (2623 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-2.ll -march=x86-64 | grep movup | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-2.ll.script: line 4: 21058 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-2.ll'
     21059                       | 'grep' 'movup'
     21060 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-7.ll (2624 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-7.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-7.ll -march=x86-64 | grep movaps | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-7.ll.script: line 4: 21077 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-7.ll'
     21078                       | 'grep' 'movaps'
     21079 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-5.ll (2625 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-5.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-5.ll -march=x86-64 | grep movaps | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-5.ll.script: line 4: 21089 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-5.ll'
     21090                       | 'grep' 'movaps'
     21091 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-9.ll (2626 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-9.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-9.ll -march=x86-64 | grep movup | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-9.ll.script: line 4: 21086 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-9.ll'
     21087                       | 'grep' 'movup'
     21088 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-4.ll (2627 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-4.ll -march=x86-64 | grep movup | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-4.ll.script: line 4: 21110 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-4.ll'
     21111                       | 'grep' 'movup'
     21113 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse-align-8.ll (2628 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse-align-8.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-8.ll -march=x86-64 | grep movups | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse-align-8.ll.script: line 4: 21123 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse-align-8.ll'
     21124                       | 'grep' 'movups'
     21125 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/X86/sse_reload_fold.ll (2637 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sse_reload_fold.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse_reload_fold.ll -march=x86-64 -mattr=+64bit,+sse3 -print-failed-fuse-candidates |&    grep fail | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sse_reload_fold.ll.script: line 4: 21220 Done                    'llc' '-march=x86-64' '-mattr=+64bit,+sse3' '-print-failed-fuse-candidates' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sse_reload_fold.ll'
     21221                       | 'grep' 'fail'
     21223 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/store-global-address.ll (2643 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/store-global-address.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/store-global-address.ll -march=x86 | grep movl | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/store-global-address.ll.script: line 4: 21287 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/store-global-address.ll'
     21288                       | 'grep' 'movl'
     21289 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/subreg-to-reg-0.ll (2645 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/subreg-to-reg-0.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/subreg-to-reg-0.ll -march=x86-64 | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/subreg-to-reg-0.ll.script: line 4: 21346 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/subreg-to-reg-0.ll'
     21347                       | 'grep' 'mov'
     21348 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/sub-with-overflow.ll (2653 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/sub-with-overflow.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sub-with-overflow.ll -march=x86 | grep {jo} | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sub-with-overflow.ll -march=x86 | grep {jb} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/sub-with-overflow.ll.script: line 8: 21406 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/sub-with-overflow.ll'
     21407                       | 'grep' 'jo'
     21408 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/subreg-to-reg-1.ll (2654 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/subreg-to-reg-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/subreg-to-reg-1.ll -march=x86-64 | grep {leal	.*), %e.\*} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/subreg-to-reg-1.ll.script: line 4: 21373 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/subreg-to-reg-1.ll'
     21375                       | 'grep' 'leal	.*), %e.*'
     21377 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/switch-crit-edge-constant.ll (2656 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/switch-crit-edge-constant.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/switch-crit-edge-constant.ll -march=x86 |    grep mov.*str1 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/switch-crit-edge-constant.ll.script: line 4: 21463 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/switch-crit-edge-constant.ll'
     21465                       | 'grep' 'mov.*str1'
     21466 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/switch-zextload.ll (2662 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/switch-zextload.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/switch-zextload.ll -march=x86 | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/switch-zextload.ll.script: line 4: 21496 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/switch-zextload.ll'
     21498                       | 'grep' 'mov'
     21500 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/tailcall1.ll (2667 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/tailcall1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tailcall1.ll -march=x86 -tailcallopt | grep TAILCALL | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tailcall1.ll.script: line 4: 21534 Done                    'llc' '-march=x86' '-tailcallopt' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tailcall1.ll'
     21535                       | 'grep' 'TAILCALL'
     21536 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/tailcallbyval.ll (2673 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/tailcallbyval.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tailcallbyval.ll -march=x86 -tailcallopt | grep TAILCALL
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tailcallbyval.ll -march=x86 -tailcallopt | grep {movl\[\[:space:\]\]*4(%esp), %eax} | count 1
--
Exit Code: 138
Command Output (stdout):
--
	jmp	tailcallee              # TAILCALL
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tailcallbyval.ll.script: line 7: 21619 Done                    'llc' '-march=x86' '-tailcallopt' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tailcallbyval.ll'
     21620                       | 'grep' 'movl[[:space:]]*4(%esp), %eax'
     21622 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/testl-commute.ll (2679 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/testl-commute.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/testl-commute.ll | grep {testl.*\(%r.i\), %} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/testl-commute.ll.script: line 4: 21654 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/testl-commute.ll'
     21655                       | 'grep' 'testl.*(%r.i), %'
     21656 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/twoaddr-remat.ll (2702 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/twoaddr-remat.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/twoaddr-remat.ll -march=x86 | grep 59796 | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/twoaddr-remat.ll.script: line 4: 21981 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/twoaddr-remat.ll'
     21982                       | 'grep' '59796'
     21983 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/twoaddr-coalesce.ll (2704 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/twoaddr-coalesce.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/twoaddr-coalesce.ll -march=x86 | grep mov | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/twoaddr-coalesce.ll.script: line 4: 21978 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/twoaddr-coalesce.ll'
     21979                       | 'grep' 'mov'
     21980 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/uint_to_fp-2.ll (2705 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/uint_to_fp-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/uint_to_fp-2.ll -march=x86 -mattr=+sse2 | grep movsd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/uint_to_fp-2.ll.script: line 4: 22030 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/uint_to_fp-2.ll'
     22031                       | 'grep' 'movsd'
     22032 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/tls15.ll (2708 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/tls15.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tls15.ll -march=x86 -mtriple=i386-linux-gnu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp
grep {movl	%gs:0, %eax} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp | count 1
grep {leal	i@NTPOFF(%eax), %ecx} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp
grep {leal	j@NTPOFF(%eax), %eax} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/tls15.ll -march=x86-64 -mtriple=x86_64-linux-gnu > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp2
grep {movq	%fs:0, %rax} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp2 | count 1
grep {leaq	i@TPOFF(%rax), %rcx} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp2
grep {leaq	j@TPOFF(%rax), %rax} /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.script: line 18: 22009 Done                    'grep' 'movl	%gs:0, %eax' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/tls15.ll.tmp'
     22010 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_align.ll (2724 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_align.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_align.ll -mcpu=yonah -relocation-model=static | grep movaps | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_align.ll.script: line 4: 22184 Done                    'llc' '-mcpu=yonah' '-relocation-model=static' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_align.ll'
     22185                       | 'grep' 'movaps'
     22186 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_i64.ll (2729 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_i64.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_i64.ll -march=x86 -mattr=+sse2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_i64.ll.tmp
grep movq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_i64.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_i64.ll.script: line 5: 22190 Done                    'grep' 'movq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_i64.ll.tmp'
     22191 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_ins_extract-1.ll (2732 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_ins_extract-1.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_ins_extract-1.ll -march=x86 -mcpu=yonah | grep {(%esp,%eax,4)} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_ins_extract-1.ll.script: line 4: 22213 Done                    'llc' '-march=x86' '-mcpu=yonah' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_ins_extract-1.ll'
     22215                       | 'grep' '(%esp,%eax,4)'
     22216 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_extract-sse4.ll (2734 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_extract-sse4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_extract-sse4.ll -march=x86 -mattr=+sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.tmp
grep extractps   /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.tmp | count 1
grep pextrd      /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.tmp | count 1
not grep pshufd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.tmp
not grep movss   /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.script: line 12: 22261 Done                    'grep' 'extractps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract-sse4.ll.tmp'
     22262 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_extract.ll (2735 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_extract.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_extract.ll -march=x86 -mattr=+sse2,-sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.tmp
grep movss    /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.tmp | count 3
grep movhlps  /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.tmp | count 1
grep pshufd   /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.tmp | count 1
grep unpckhpd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.script: line 14: 22277 Done                    'grep' 'movss' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_extract.ll.tmp'
     22278 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_insert-3.ll (2736 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_insert-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-3.ll -march=x86-64 -mattr=+sse2,-sse41 | grep punpcklqdq | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-3.ll.script: line 4: 22301 Done                    'llc' '-march=x86-64' '-mattr=+sse2,-sse41' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-3.ll'
     22302                       | 'grep' 'punpcklqdq'
     22303 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_insert-4.ll (2738 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_insert-4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-4.ll -march=x86 -mcpu=yonah | grep 1084227584 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-4.ll.script: line 4: 22308 Done                    'llc' '-march=x86' '-mcpu=yonah' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-4.ll'
     22309                       | 'grep' '1084227584'
     22310 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_insert.ll (2740 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_insert.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert.ll -march=x86 -mattr=+sse2,-sse41 | grep movss | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert.ll -march=x86 -mattr=+sse2,-sse41 | not grep pinsrw
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert.ll.script: line 7: 22358 Done                    'llc' '-march=x86' '-mattr=+sse2,-sse41' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert.ll'
     22359                       | 'grep' 'movss'
     22360 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_set-4.ll (2743 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-4.ll -march=x86 -mattr=+sse2 | grep pinsrw | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-4.ll.script: line 4: 22370 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-4.ll'
     22372                       | 'grep' 'pinsrw'
     22374 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_insert-9.ll (2744 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_insert-9.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-9.ll -march=x86 -mattr=+sse41 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-9.ll.tmp
grep pinsrd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-9.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-9.ll.script: line 5: 22398 Done                    'grep' 'pinsrd' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-9.ll.tmp'
     22399 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_set-3.ll (2745 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-3.ll -march=x86 -mattr=+sse2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-3.ll.tmp
grep pshufd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-3.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-3.ll.script: line 5: 22394 Done                    'grep' 'pshufd' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-3.ll.tmp'
     22395 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_set-7.ll (2746 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-7.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-7.ll -march=x86 -mattr=+sse2 | grep movsd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-7.ll.script: line 4: 22389 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-7.ll'
     22391                       | 'grep' 'movsd'
     22392 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/X86/vec_insert-2.ll (2748 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_insert-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-2.ll -march=x86 -mattr=+sse2,-sse41 | grep {\$36,} | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-2.ll -march=x86 -mattr=+sse2,-sse41 | grep shufps | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-2.ll -march=x86 -mattr=+sse2,-sse41 | grep pinsrw | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-2.ll -march=x86 -mattr=+sse2,-sse41 | grep movhpd | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-2.ll -march=x86-64 -mattr=+sse2,-sse41 | grep unpcklpd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_insert-2.ll.script: line 20: 22410 Done                    'llc' '-march=x86' '-mattr=+sse2,-sse41' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_insert-2.ll'
     22411                       | 'grep' '$36,'
     22412 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-2.ll (2750 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-2.ll -march=x86 -mattr=+sse2 | grep movss | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-2.ll -march=x86 -mattr=+sse2 | grep movd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-2.ll.script: line 8: 22427 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-2.ll'
     22429                       | 'grep' 'movss'
     22430 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-5.ll (2751 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-5.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-5.ll -march=x86 -mattr=+sse2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-5.ll.tmp
grep movlhps   /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-5.ll.tmp | count 1
grep movq      /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-5.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-5.ll.script: line 8: 22436 Done                    'grep' 'movlhps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-5.ll.tmp'
     22437 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_return.ll (2752 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_return.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_return.ll -march=x86 -mattr=+sse2 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_return.ll.tmp
grep pxor /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_return.ll.tmp | count 1
grep movaps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_return.ll.tmp | count 1
not grep shuf /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_return.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_return.ll.script: line 10: 22442 Done                    'grep' 'pxor' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_return.ll.tmp'
     22443 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-9.ll (2755 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-9.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-9.ll -march=x86-64 | grep movd | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-9.ll -march=x86-64 | grep {movlhps.*%xmm0, %xmm0}
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-9.ll.script: line 7: 22465 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-9.ll'
     22466                       | 'grep' 'movd'
     22467 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-B.ll (2758 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-B.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-B.ll -march=x86 -mattr=+sse2 | not grep movaps
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-B.ll -march=x86 -mattr=+sse2 | grep esp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-B.ll.script: line 7: 22474 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-B.ll'
     22475                       | 'grep' 'esp'
     22476 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_logical.ll (2761 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_logical.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_logical.ll -march=x86 -mattr=+sse2 > /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_logical.ll.tmp
grep xorps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_logical.ll.tmp | count 2
grep andnps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_logical.ll.tmp
grep movaps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_logical.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_logical.ll.script: line 10: 22500 Done                    'grep' 'xorps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_logical.ll.tmp'
     22501 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-C.ll (2762 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-C.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-C.ll -march=x86 -mattr=+sse2 | grep movq
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-C.ll -march=x86 -mattr=+sse2 | grep mov | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-C.ll -march=x86-64 -mattr=+sse2 | grep movd
--
Exit Code: 138
Command Output (stdout):
--
	movq	4(%esp), %xmm0
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-C.ll.script: line 10: 22517 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-C.ll'
     22518                       | 'grep' 'mov'
     22519 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-6.ll (2763 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-6.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-6.ll -march=x86 -mattr=+sse2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-6.ll.tmp
grep movss    /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-6.ll.tmp | count 1
grep movq     /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-6.ll.tmp | count 1
grep shufps   /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-6.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-6.ll.script: line 11: 22532 Done                    'grep' 'movss' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-6.ll.tmp'
     22534 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set.ll (2765 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set.ll -march=x86 -mattr=+sse2,-sse41 | grep punpckl | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set.ll.script: line 4: 22538 Done                    'llc' '-march=x86' '-mattr=+sse2,-sse41' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set.ll'
     22539                       | 'grep' 'punpckl'
     22540 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_set-F.ll (2766 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_set-F.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-F.ll -march=x86 -mattr=+sse2 | grep movq
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-F.ll -march=x86 -mattr=+sse2 | grep movsd
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-F.ll -march=x86 -mattr=+sse2 | grep mov | count 3
--
Exit Code: 138
Command Output (stdout):
--
	movq	(%eax), %xmm0
	movsd	4(%esp), %xmm0
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_set-F.ll.script: line 10: 22559 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_set-F.ll'
     22560                       | 'grep' 'mov'
     22561 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-18.ll (2773 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-18.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-18.ll -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8.8.0 | grep mov | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-18.ll.script: line 4: 22657 Done                    'llc' '-march=x86' '-mattr=+sse2' '-mtriple=i686-apple-darwin8.8.0' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-18.ll'
     22658                       | 'grep' 'mov'
     22659 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shift3.ll (2775 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shift3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shift3.ll -march=x86 -mattr=+sse2 | grep psllq
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shift3.ll -march=x86 -mattr=+sse2 | grep psraw
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shift3.ll -march=x86 -mattr=+sse2 | grep movd | count 2
--
Exit Code: 138
Command Output (stdout):
--
	psllq	%xmm1, %xmm0
	psllq	$10, %xmm0
	psraw	%xmm1, %xmm0
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shift3.ll.script: line 10: 22653 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shift3.ll'
     22654                       | 'grep' 'movd'
     22655 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-14.ll (2777 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-14.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-14.ll -march=x86 -mattr=+sse2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-14.ll -march=x86 -mattr=+sse2 | grep movd | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-14.ll -march=x86-64 -mattr=+sse2 | grep movd | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-14.ll -march=x86-64 -mattr=+sse2 | grep movq | count 3
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-14.ll -march=x86 -mattr=+sse2 | not grep xor
--
Exit Code: 138
Command Output (stdout):
--
	.file	"<stdin>"
	.text
	.globl	t1
	.align	16, 0x90
	.type	t1,@function
t1:                                     # @t1
# BB#0:                                 # %entry
	movd	4(%esp), %xmm0
	ret
.Ltmp0:
	.size	t1, .Ltmp0-t1

	.globl	t2
	.align	16, 0x90
	.type	t2,@function
t2:                                     # @t2
# BB#0:                                 # %entry
	movq	4(%esp), %xmm0
	ret
.Ltmp1:
	.size	t2, .Ltmp1-t2

	.globl	t3
	.align	16, 0x90
	.type	t3,@function
t3:                                     # @t3
# BB#0:                                 # %entry
	movl	4(%esp), %eax
	movq	(%eax), %xmm0
	ret
.Ltmp2:
	.size	t3, .Ltmp2-t3

	.globl	t4
	.align	16, 0x90
	.type	t4,@function
t4:                                     # @t4
# BB#0:                                 # %entry
	movq	%xmm0, %xmm0
	ret
.Ltmp3:
	.size	t4, .Ltmp3-t4

	.globl	t5
	.align	16, 0x90
	.type	t5,@function
t5:                                     # @t5
# BB#0:                                 # %entry
	movq	%xmm0, %xmm0
	ret
.Ltmp4:
	.size	t5, .Ltmp4-t5


	.section	.note.GNU-stack,"",@progbits
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-14.ll.script: line 17: 22690 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-14.ll'
     22691                       | 'grep' 'movd'
     22692 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-16.ll (2779 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-16.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-16.ll -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp
grep shufps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp | count 4
grep movaps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-16.ll -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp
grep pshufd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp | count 4
not grep shufps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp
not grep mov /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.script: line 17: 22698 Done                    'grep' 'shufps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-16.ll.tmp'
     22699 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-28.ll (2783 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-28.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-28.ll -march=x86 -mcpu=core2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-28.ll.tmp
grep pshufb /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-28.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-28.ll.script: line 5: 22765 Done                    'grep' 'pshufb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-28.ll.tmp'
     22767 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-25.ll (2785 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-25.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-25.ll -march=x86 -mattr=sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-25.ll.tmp
grep unpcklps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-25.ll.tmp | count 3
grep unpckhps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-25.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-25.ll.script: line 8: 22796 Done                    'grep' 'unpcklps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-25.ll.tmp'
     22797 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-34.ll (2786 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-34.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-34.ll -march=x86 -mcpu=core2 | grep pshufb | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-34.ll.script: line 4: 22780 Done                    'llc' '-march=x86' '-mcpu=core2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-34.ll'
     22781                       | 'grep' 'pshufb'
     22782 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-26.ll (2787 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-26.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-26.ll -march=x86 -mattr=sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-26.ll.tmp
grep unpcklps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-26.ll.tmp | count 1
grep unpckhps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-26.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-26.ll.script: line 8: 22800 Done                    'grep' 'unpcklps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-26.ll.tmp'
     22801 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-31.ll (2789 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-31.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-31.ll -march=x86 -mcpu=core2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-31.ll.tmp
grep pshufb /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-31.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-31.ll.script: line 5: 22825 Done                    'grep' 'pshufb' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-31.ll.tmp'
     22826 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-27.ll (2790 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-27.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-27.ll -march=x86 -mattr=sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-27.ll.tmp
grep addps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-27.ll.tmp | count 2
grep mulps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-27.ll.tmp | count 2
grep subps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-27.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-27.ll.script: line 11: 22817 Done                    'grep' 'addps' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-27.ll.tmp'
     22818 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-30.ll (2791 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-30.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-30.ll -march=x86 -mattr=sse41 -disable-mmx -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-30.ll.tmp
grep pshufhw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-30.ll.tmp | grep -- -95 | count 1
grep shufps /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-30.ll.tmp | count 1
not grep pslldq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-30.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-30.ll.script: line 11: 22822 Done                    'grep' 'pshufhw' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-30.ll.tmp'
     22823                       | 'grep' '--' '-95'
     22824 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_splat-2.ll (2792 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_splat-2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_splat-2.ll -march=x86 -mattr=+sse2 | grep pshufd | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-2.ll.script: line 4: 22812 Done                    'llc' '-march=x86' '-mattr=+sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_splat-2.ll'
     22814                       | 'grep' 'pshufd'
     22816 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle.ll (2793 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle.ll -march=x86 -mcpu=core2 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.tmp
grep movq    /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.tmp | count 1
grep pshufd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.tmp | count 1
grep movupd  /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.tmp | count 1
grep pshufhw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.script: line 14: 22866 Done                    'grep' 'movq' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle.ll.tmp'
     22867 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_shuffle-35.ll (2797 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_shuffle-35.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-35.ll -march=x86 -mcpu=yonah -stack-alignment=16 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp
grep pextrw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp | count 13
grep pinsrw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp | count 14
grep rolw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp | count 13
not grep esp /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp
not grep ebp /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_shuffle-35.ll -march=x86 -mcpu=core2 -stack-alignment=16 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp
grep pshufb /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.script: line 20: 22909 Done                    'grep' 'pextrw' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_shuffle-35.ll.tmp'
     22910 Bus error               | 'count' '13'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_splat-3.ll (2798 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_splat-3.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_splat-3.ll -march=x86 -mattr=sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-3.ll.tmp
grep punpcklwd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-3.ll.tmp | count 4
grep punpckhwd /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-3.ll.tmp | count 4
grep "pshufd" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-3.ll.tmp | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-3.ll.script: line 11: 22899 Done                    'grep' 'punpcklwd' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-3.ll.tmp'
     22900 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/volatile.ll (2801 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/volatile.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/volatile.ll -march=x86 -mattr=sse2 | grep movsd | count 5
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/volatile.ll -march=x86 -mattr=sse2 -O0 | grep -v esp | grep movsd | count 5
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/volatile.ll.script: line 9: 22941 Done                    'llc' '-march=x86' '-mattr=sse2' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/volatile.ll'
     22942                       | 'grep' 'movsd'
     22943 Bus error               | 'count' '5'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vector-variable-idx.ll (2802 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vector-variable-idx.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-variable-idx.ll -march=x86-64 | grep movss | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vector-variable-idx.ll.script: line 4: 22947 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-variable-idx.ll'
     22948                       | 'grep' 'movss'
     22949 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vector-intrinsics.ll (2803 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vector-intrinsics.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-intrinsics.ll -march=x86-64 | grep call | count 43
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vector-intrinsics.ll.script: line 4: 22935 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-intrinsics.ll'
     22936                       | 'grep' 'call'
     22937 Bus error               | 'count' '43'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vector-rem.ll (2806 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vector-rem.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-rem.ll -march=x86-64 | grep div | count 8
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-rem.ll -march=x86-64 | grep fmodf | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vector-rem.ll.script: line 8: 22974 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vector-rem.ll'
     22975                       | 'grep' 'div'
     22976 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_zero_cse.ll (2809 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_zero_cse.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_zero_cse.ll -relocation-model=static -march=x86 -mcpu=yonah | grep pxor | count 2
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_zero_cse.ll -relocation-model=static -march=x86 -mcpu=yonah | grep pcmpeqd | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_zero_cse.ll.script: line 8: 22997 Done                    'llc' '-relocation-model=static' '-march=x86' '-mcpu=yonah' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_zero_cse.ll'
     22998                       | 'grep' 'pxor'
     22999 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/vec_splat-4.ll (2812 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/vec_splat-4.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/vec_splat-4.ll -march=x86 -mattr=sse41 -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-4.ll.tmp
grep punpcklbw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-4.ll.tmp | count 16
grep punpckhbw /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-4.ll.tmp | count 16
grep "pshufd" /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-4.ll.tmp | count 16
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-4.ll.script: line 11: 22967 Done                    'grep' 'punpcklbw' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/vec_splat-4.ll.tmp'
     22968 Bus error               | 'count' '16'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: LLVM :: CodeGen/X86/x86-64-disp.ll (2844 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/x86-64-disp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-64-disp.ll -march=x86-64 | grep mov | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-disp.ll.script: line 4: 23257 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-64-disp.ll'
     23258                       | 'grep' 'mov'
     23259 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/X86/x86-64-ret0.ll (2862 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/x86-64-ret0.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-64-ret0.ll -march=x86-64 | grep mov | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-ret0.ll.script: line 4: 23397 Done                    'llc' '-march=x86-64' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-64-ret0.ll'
     23398                       | 'grep' 'mov'
     23400 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/X86/x86-frameaddr2.ll (2864 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/x86-frameaddr2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-frameaddr2.ll -march=x86 | grep mov | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-frameaddr2.ll.script: line 4: 23455 Done                    'llc' '-march=x86' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-frameaddr2.ll'
     23456                       | 'grep' 'mov'
     23457 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/X86/x86-64-mem.ll (2885 of 5497)
******************** TEST 'LLVM :: CodeGen/X86/x86-64-mem.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-64-mem.ll -mtriple=x86_64-apple-darwin -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp1
grep GOTPCREL /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp1 | count 4
grep %rip      /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp1 | count 6
grep movq     /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp1 | count 6
grep leaq     /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp1 | count 1
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/x86-64-mem.ll -mtriple=x86_64-pc-linux -relocation-model=static -o /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp2
grep movl /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp2 | count 2
grep movq /builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp2 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.script: line 22: 23645 Done                    'grep' 'GOTPCREL' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/X86/Output/x86-64-mem.ll.tmp1'
     23646 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/bitrev.ll (2891 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/bitrev.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/bitrev.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/bitrev.ll.tmp1.s
grep bitrev /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/bitrev.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/bitrev.ll.script: line 5: 23698 Done                    'grep' 'bitrev' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/bitrev.ll.tmp1.s'
     23699 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/cos.ll (2895 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/cos.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/cos.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/cos.ll.tmp1.s
grep "bl cosf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/cos.ll.tmp1.s | count 1
grep "bl cos" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/cos.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/cos.ll.script: line 8: 23703 Done                    'grep' 'bl cosf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/cos.ll.tmp1.s'
     23704 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/fneg.ll (2896 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/fneg.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/fneg.ll -march=xcore | grep "xor" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/fneg.ll.script: line 4: 23729 Done                    'llc' '-march=xcore' < '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/fneg.ll'
     23730                       | 'grep' 'xor'
     23732 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/getid.ll (2898 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/getid.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/getid.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/getid.ll.tmp1.s
grep "get r11, id" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/getid.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/getid.ll.script: line 5: 23787 Done                    'grep' 'get r11, id' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/getid.ll.tmp1.s'
     23788 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/exp2.ll (2899 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/exp2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/exp2.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp2.ll.tmp1.s
grep "bl exp2f" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp2.ll.tmp1.s | count 1
grep "bl exp2" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp2.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp2.ll.script: line 8: 23819 Done                    'grep' 'bl exp2f' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp2.ll.tmp1.s'
     23820 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/exp.ll (2900 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/exp.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/exp.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp.ll.tmp1.s
grep "bl expf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp.ll.tmp1.s | count 1
grep "bl exp" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp.ll.script: line 8: 23799 Done                    'grep' 'bl expf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/exp.ll.tmp1.s'
     23800 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/log.ll (2901 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/log.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/log.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log.ll.tmp1.s
grep "bl logf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log.ll.tmp1.s | count 1
grep "bl log" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log.ll.script: line 8: 23852 Done                    'grep' 'bl logf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log.ll.tmp1.s'
     23853 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/powi.ll (2905 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/powi.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/powi.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/powi.ll.tmp1.s
grep "bl __powidf2" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/powi.ll.tmp1.s | count 1
grep "bl __powisf2" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/powi.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/powi.ll.script: line 8: 23875 Done                    'grep' 'bl __powidf2' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/powi.ll.tmp1.s'
     23876 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/pow.ll (2909 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/pow.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/pow.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/pow.ll.tmp1.s
grep "bl powf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/pow.ll.tmp1.s | count 1
grep "bl pow" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/pow.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/pow.ll.script: line 8: 23865 Done                    'grep' 'bl powf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/pow.ll.tmp1.s'
     23866 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/sin.ll (2912 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/sin.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/sin.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sin.ll.tmp1.s
grep "bl sinf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sin.ll.tmp1.s | count 1
grep "bl sin" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sin.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sin.ll.script: line 8: 23920 Done                    'grep' 'bl sinf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sin.ll.tmp1.s'
     23921 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/log2.ll (2913 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/log2.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/log2.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log2.ll.tmp1.s
grep "bl log2f" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log2.ll.tmp1.s | count 1
grep "bl log2" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log2.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log2.ll.script: line 8: 23926 Done                    'grep' 'bl log2f' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log2.ll.tmp1.s'
     23927 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/sqrt.ll (2916 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/sqrt.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/sqrt.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sqrt.ll.tmp1.s
grep "bl sqrtf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sqrt.ll.tmp1.s | count 1
grep "bl sqrt" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sqrt.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sqrt.ll.script: line 8: 23949 Done                    'grep' 'bl sqrtf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/sqrt.ll.tmp1.s'
     23950 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/log10.ll (2917 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/log10.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/log10.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log10.ll.tmp1.s
grep "bl log10f" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log10.ll.tmp1.s | count 1
grep "bl log10" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log10.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log10.ll.script: line 8: 23945 Done                    'grep' 'bl log10f' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/log10.ll.tmp1.s'
     23946 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/store.ll (2920 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/store.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/store.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s
not grep add /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s
not grep ldaw /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s
not grep lda16 /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s
grep "stw" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s | count 2
grep "st16" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s | count 1
grep "st8" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.script: line 17: 24016 Done                    'grep' 'stw' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/store.ll.tmp1.s'
     24017 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/unaligned_store_combine.ll (2922 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/unaligned_store_combine.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/unaligned_store_combine.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store_combine.ll.tmp1.s
grep "bl memmove" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store_combine.ll.tmp1.s | count 1
grep "ldc r., 8" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store_combine.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store_combine.ll.script: line 8: 24022 Done                    'grep' 'bl memmove' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store_combine.ll.tmp1.s'
     24024 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/trap.ll (2924 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/trap.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/trap.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/trap.ll.tmp1.s
grep "ecallf" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/trap.ll.tmp1.s | count 1
grep "ldc" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/trap.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/trap.ll.script: line 8: 24020 Done                    'grep' 'ecallf' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/trap.ll.tmp1.s'
     24021 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/unaligned_load.ll (2926 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/unaligned_load.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/unaligned_load.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s
grep "bl __misaligned_load" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 1
grep ld16s /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 2
grep ldw /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 2
grep shl /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 2
grep shr /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 1
grep zext /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 1
grep "or " /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.script: line 23: 24086 Done                    'grep' 'bl __misaligned_load' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s'
     24088 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/load.ll (2928 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/load.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/load.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s
not grep add /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s
not grep ldaw /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s
not grep lda16 /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s
not grep zext /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s
not grep sext /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s
grep "ldw" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s | count 2
grep "ld16s" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s | count 1
grep "ld8u" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.script: line 21: 24083 Done                    'grep' 'ldw' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/load.ll.tmp1.s'
     24084 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/XCore/unaligned_store.ll (2931 of 5497)
******************** TEST 'LLVM :: CodeGen/XCore/unaligned_store.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/unaligned_store.ll -march=xcore > /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store.ll.tmp1.s
grep "bl __misaligned_store" /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store.ll.tmp1.s | count 1
grep st16 /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store.ll.tmp1.s | count 2
grep shr /builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store.ll.tmp1.s | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store.ll.script: line 11: 24044 Done                    'grep' 'bl __misaligned_store' '/builddir/build/BUILD/llvm-2.8/test/CodeGen/XCore/Output/unaligned_store.ll.tmp1.s'
     24045 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/2010-04-06-NestedFnDbgInfo.ll (2939 of 5497)
******************** TEST 'LLVM :: DebugInfo/2010-04-06-NestedFnDbgInfo.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll | llc -asm-verbose -O0 | grep AT_specification | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-06-NestedFnDbgInfo.ll.script: line 5: 24149 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll'
     24150                       | 'llc' '-asm-verbose' '-O0'
     24151                       | 'grep' 'AT_specification'
     24152 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/2010-04-25-CU-entry_pc.ll (2941 of 5497)
******************** TEST 'LLVM :: DebugInfo/2010-04-25-CU-entry_pc.ll' FAILED ********************
Script:
--
llc < /builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-04-25-CU-entry_pc.ll | grep entry_pc | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-25-CU-entry_pc.ll.script: line 4: 24156 Done                    'llc' < '/builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-04-25-CU-entry_pc.ll'
     24157                       | 'grep' 'entry_pc'
     24158 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/2010-04-13-PubType.ll (2942 of 5497)
******************** TEST 'LLVM :: DebugInfo/2010-04-13-PubType.ll' FAILED ********************
Script:
--
llc -O0 -asm-verbose < /builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-04-13-PubType.ll > /builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp
grep "External Name" /builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp | grep -v X
grep "External Name" /builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp | grep Y | count 1
--
Exit Code: 138
Command Output (stdout):
--
	.asciz	 "foo"                  ! External Name
	.asciz	 "Y"                    ! External Name
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-13-PubType.ll.script: line 9: 24175 Done                    'grep' 'External Name' '/builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp'
     24176                       | 'grep' 'Y'
     24177 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/2010-05-10-MultipleCU.ll (2947 of 5497)
******************** TEST 'LLVM :: DebugInfo/2010-05-10-MultipleCU.ll' FAILED ********************
Script:
--
llc -O0 -asm-verbose  /builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-05-10-MultipleCU.ll -o /builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-05-10-MultipleCU.ll.tmp
grep DW_TAG_compile_unit /builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-05-10-MultipleCU.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-05-10-MultipleCU.ll.script: line 5: 24209 Done                    'grep' 'DW_TAG_compile_unit' '/builddir/build/BUILD/llvm-2.8/test/DebugInfo/Output/2010-05-10-MultipleCU.ll.tmp'
     24210 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/2010-08-04-StackVariable.ll (2950 of 5497)
******************** TEST 'LLVM :: DebugInfo/2010-08-04-StackVariable.ll' FAILED ********************
Script:
--
llc -O0 < /builddir/build/BUILD/llvm-2.8/test/DebugInfo/2010-08-04-StackVariable.ll | grep DW_OP_fbreg
--
Exit Code: 1

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll (2952 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-01-04-ArgumentBug.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-04-ArgumentBug.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-04-ArgumentBug.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll (2953 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2002-12-16-ArgTest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2002-12-16-ArgTest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2002-12-16-ArgTest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-01-04-LoopTest.ll (2954 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-04-LoopTest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-01-04-LoopTest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-04-LoopTest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-04-LoopTest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-01-04-PhiTest.ll (2955 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-04-PhiTest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-01-04-PhiTest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-04-PhiTest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-04-PhiTest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-01-10-FUCOM.ll (2956 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-10-FUCOM.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-01-10-FUCOM.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-10-FUCOM.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-10-FUCOM.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll (2957 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-05-06-LivenessClobber.ll | not lli
--
Exit Code: 0 (but there was output on stderr)
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-01-09-SARTest.ll (2958 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-09-SARTest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-01-09-SARTest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-09-SARTest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-09-SARTest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-01-15-AlignmentTest.ll (2959 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-15-AlignmentTest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-01-15-AlignmentTest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-15-AlignmentTest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-01-15-AlignmentTest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll (2960 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-05-07-ArgumentTest.ll | lli - test
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-05-11-PHIRegAllocBug.ll (2961 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-05-11-PHIRegAllocBug.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-05-11-PHIRegAllocBug.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-05-11-PHIRegAllocBug.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-06-04-bzip2-bug.ll (2962 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-06-04-bzip2-bug.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-06-04-bzip2-bug.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-06-04-bzip2-bug.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-06-04-bzip2-bug.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2005-12-02-TailCallBug.ll (2964 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2005-12-02-TailCallBug.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2005-12-02-TailCallBug.ll | lli
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll (2965 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-08-15-AllocaAssertion.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-08-15-AllocaAssertion.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-06-05-PHIBug.ll (2966 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-06-05-PHIBug.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-06-05-PHIBug.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-06-05-PHIBug.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-06-05-PHIBug.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll (2967 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-08-23-RegisterAllocatePhysReg.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-08-23-RegisterAllocatePhysReg.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-08-21-EnvironmentTest.ll (2968 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-08-21-EnvironmentTest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-08-21-EnvironmentTest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-08-21-EnvironmentTest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll (2969 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/hello.ll (2971 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/hello.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/hello.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/hello.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/hello.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/stubs.ll (2974 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/stubs.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/stubs.ll | lli -disable-lazy-compilation=false
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/simpletest.ll (2975 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/simpletest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/simpletest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/simpletest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/simpletest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/hello2.ll (2976 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/hello2.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/hello2.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/hello2.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/hello2.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/simplesttest.ll (2977 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/simplesttest.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/simplesttest.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/simplesttest.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/simplesttest.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-cast.ll (2978 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-cast.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-cast.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-cast.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-cast.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-call.ll (2979 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-call.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-call.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-call.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-call.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-arith.ll (2980 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-arith.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-arith.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-arith.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-arith.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-branch.ll (2981 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-branch.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-branch.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-branch.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-branch.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-constantexpr.ll (2982 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-constantexpr.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-constantexpr.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-constantexpr.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-constantexpr.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-loadstore.ll (2983 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-loadstore.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-loadstore.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-loadstore.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-loadstore.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-logical.ll (2984 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-logical.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-logical.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-logical.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-logical.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-fp.ll (2985 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-fp.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-fp.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-fp.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-fp.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-malloc.ll (2986 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-malloc.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-malloc.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-malloc.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-malloc.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-loop.ll (2987 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-loop.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-loop.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-loop.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-loop.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-phi.ll (2988 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-phi.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-phi.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-phi.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-phi.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-setcond-fp.ll (2989 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-setcond-fp.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-setcond-fp.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-setcond-fp.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-setcond-fp.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-ret.ll (2990 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-ret.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-ret.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-ret.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-ret.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-setcond-int.ll (2991 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-setcond-int.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-setcond-int.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-setcond-int.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-setcond-int.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/test-shift.ll (2994 of 5497)
******************** TEST 'LLVM :: ExecutionEngine/test-shift.ll' FAILED ********************
Script:
--
llvm-as /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/test-shift.ll -o /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-shift.ll.tmp.bc
lli /builddir/build/BUILD/llvm-2.8/test/ExecutionEngine/Output/test-shift.ll.tmp.bc > /dev/null
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: Feature/md_on_instruction.ll (3017 of 5497)
******************** TEST 'LLVM :: Feature/md_on_instruction.ll' FAILED ********************
Script:
--
llvm-as < /builddir/build/BUILD/llvm-2.8/test/Feature/md_on_instruction.ll | llvm-dis | grep " !dbg " | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Feature/Output/md_on_instruction.ll.script: line 5: 25346 Done                    'llvm-as' < '/builddir/build/BUILD/llvm-2.8/test/Feature/md_on_instruction.ll'
     25347                       | 'llvm-dis'
     25348                       | 'grep' ' !dbg '
     25349 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 
FAIL: LLVM :: Feature/weak_constant.ll (3379 of 5497)
******************** TEST 'LLVM :: Feature/weak_constant.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Feature/weak_constant.ll -std-compile-opts -S > /builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.tmp
grep undef /builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.tmp | count 1
grep 5 /builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.tmp | count 1
grep 7 /builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.tmp | count 1
grep 9 /builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.script: line 14: 25736 Done                    'grep' 'undef' '/builddir/build/BUILD/llvm-2.8/test/Feature/Output/weak_constant.ll.tmp'
     25738 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/DefmInsideMultiClass.td (3861 of 5497)
******************** TEST 'LLVM :: TableGen/DefmInsideMultiClass.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/DefmInsideMultiClass.td | grep ADDPSrr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/DefmInsideMultiClass.td.script: line 4: 29023 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/DefmInsideMultiClass.td'
     29024                       | 'grep' 'ADDPSrr'
     29025 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/DefmInherit.td (3875 of 5497)
******************** TEST 'LLVM :: TableGen/DefmInherit.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/DefmInherit.td | grep {zing = 4} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/DefmInherit.td.script: line 4: 29081 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/DefmInherit.td'
     29082                       | 'grep' 'zing = 4'
     29083 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/MultiClassInherit.td (3879 of 5497)
******************** TEST 'LLVM :: TableGen/MultiClassInherit.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/MultiClassInherit.td | grep {zing = 4} | count 28
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/MultiClassInherit.td.script: line 4: 29073 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/MultiClassInherit.td'
     29074                       | 'grep' 'zing = 4'
     29075 Bus error               | 'count' '28'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/LetInsideMultiClasses.td (3884 of 5497)
******************** TEST 'LLVM :: TableGen/LetInsideMultiClasses.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/LetInsideMultiClasses.td | grep "bit IsDouble = 1;" | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/LetInsideMultiClasses.td.script: line 4: 29099 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/LetInsideMultiClasses.td'
     29100                       | 'grep' 'bit IsDouble = 1;'
     29101 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/MultiClass.td (3885 of 5497)
******************** TEST 'LLVM :: TableGen/MultiClass.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/MultiClass.td | grep {zing = 4} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/MultiClass.td.script: line 4: 29090 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/MultiClass.td'
     29091                       | 'grep' 'zing = 4'
     29092 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/MultiClassDefName.td (3887 of 5497)
******************** TEST 'LLVM :: TableGen/MultiClassDefName.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/MultiClassDefName.td | grep WorldHelloCC | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/MultiClassDefName.td.script: line 4: 29107 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/MultiClassDefName.td'
     29108                       | 'grep' 'WorldHelloCC'
     29110 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/Slice.td (3891 of 5497)
******************** TEST 'LLVM :: TableGen/Slice.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/Slice.td | grep {\\\[(set} | count 2
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/Slice.td | grep {\\\[\\\]} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/Slice.td.script: line 8: 29138 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/Slice.td'
     29139                       | 'grep' '\[(set'
     29140 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/TargetInstrSpec.td (3892 of 5497)
******************** TEST 'LLVM :: TableGen/TargetInstrSpec.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/TargetInstrSpec.td | grep {\\\[(set VR128:\$dst, (int_x86_sse2_add_pd VR128:\$src1, VR128:\$src2))\\\]} | count 1
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/TargetInstrSpec.td | grep {\\\[(set VR128:\$dst, (int_x86_sse2_add_ps VR128:\$src1, VR128:\$src2))\\\]} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/TargetInstrSpec.td.script: line 8: 29142 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/TargetInstrSpec.td'
     29143                       | 'grep' '\[(set VR128:$dst, (int_x86_sse2_add_pd VR128:$src1, VR128:$src2))\]'
     29144 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/cast.td (3897 of 5497)
******************** TEST 'LLVM :: TableGen/cast.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/cast.td | grep {add_ps} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/cast.td.script: line 4: 29164 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/cast.td'
     29165                       | 'grep' 'add_ps'
     29166 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/nameconcat.td (3904 of 5497)
******************** TEST 'LLVM :: TableGen/nameconcat.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/nameconcat.td | grep {add_ps} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/nameconcat.td.script: line 4: 29203 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/nameconcat.td'
     29204                       | 'grep' 'add_ps'
     29205 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/if.td (3905 of 5497)
******************** TEST 'LLVM :: TableGen/if.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/if.td | grep {\\\[1, 2, 3\\\]} | count 4
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/if.td | grep {\\\[4, 5, 6\\\]} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/if.td.script: line 8: 29210 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/if.td'
     29211                       | 'grep' '\[1, 2, 3\]'
     29212 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/foreach.td (3911 of 5497)
******************** TEST 'LLVM :: TableGen/foreach.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/foreach.td | grep {Jr} | count 2
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/foreach.td | grep {Sr} | count 2
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/foreach.td | grep {NAME} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/foreach.td.script: line 12: 29242 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/foreach.td'
     29243                       | 'grep' 'Jr'
     29244 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: TableGen/subst.td (3919 of 5497)
******************** TEST 'LLVM :: TableGen/subst.td' FAILED ********************
Script:
--
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td | grep {Smith} | count 7
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td | grep {Johnson} | count 2
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td | grep {FIRST} | count 1
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td | grep {LAST} | count 1
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td | grep {TVAR} | count 2
tblgen /builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td | grep {Bogus} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/TableGen/Output/subst.td.script: line 24: 29280 Done                    'tblgen' '/builddir/build/BUILD/llvm-2.8/test/TableGen/subst.td'
     29281                       | 'grep' 'Smith'
     29282 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll (3936 of 5497)
******************** TEST 'LLVM :: Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll -argpromotion -S | grep nounwind | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/ArgumentPromotion/Output/2008-02-01-ReturnAttrs.ll.script: line 4: 29393 Done                    'opt' '-argpromotion' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll'
     29394                       | 'grep' 'nounwind'
     29395 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
FAIL: LLVM :: Transforms/ArgumentPromotion/byval-2.ll (3940 of 5497)
******************** TEST 'LLVM :: Transforms/ArgumentPromotion/byval-2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/ArgumentPromotion/byval-2.ll -argpromotion -S | grep -F {i32* byval} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/ArgumentPromotion/Output/byval-2.ll.script: line 4: 29386 Done                    'opt' '-argpromotion' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/ArgumentPromotion/byval-2.ll'
     29388                       | 'grep' '-F' 'i32* byval'
     29389 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll (4010 of 5497)
******************** TEST 'LLVM :: Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll -deadargelim -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp | grep nounwind | count 2
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp | grep signext | count 2
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp | not grep inreg
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp | not grep zeroext
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp | not grep byval
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.script: line 19: 29913 Done                    'cat' '/builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/2007-12-20-ParamAttrs.ll.tmp'
     29914                       | 'grep' 'nounwind'
     29915 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/DeadArgElim/deadretval2.ll (4023 of 5497)
******************** TEST 'LLVM :: Transforms/DeadArgElim/deadretval2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/deadretval2.ll -deadargelim -die -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/deadretval2.ll.tmp
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/deadretval2.ll.tmp | not grep DEAD
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/deadretval2.ll.tmp | grep LIVE | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/deadretval2.ll.script: line 9: 29923 Done                    'cat' '/builddir/build/BUILD/llvm-2.8/test/Transforms/DeadArgElim/Output/deadretval2.ll.tmp'
     29924                       | 'grep' 'LIVE'
     29925 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/FunctionAttrs/2008-09-03-ReadNone.ll (4036 of 5497)
******************** TEST 'LLVM :: Transforms/FunctionAttrs/2008-09-03-ReadNone.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll -functionattrs -S | grep readnone | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/Output/2008-09-03-ReadNone.ll.script: line 4: 30006 Done                    'opt' '-functionattrs' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll'
     30008                       | 'grep' 'readnone'
     30009 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll (4039 of 5497)
******************** TEST 'LLVM :: Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll -functionattrs -S | grep readonly | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/Output/2008-09-03-ReadOnly.ll.script: line 4: 30033 Done                    'opt' '-functionattrs' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll'
     30034                       | 'grep' 'readonly'
     30035 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/FunctionAttrs/2008-12-31-NoCapture.ll (4046 of 5497)
******************** TEST 'LLVM :: Transforms/FunctionAttrs/2008-12-31-NoCapture.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll -functionattrs -S | not grep {nocapture *%q}
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll -functionattrs -S | grep {nocapture *%p} | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/Output/2008-12-31-NoCapture.ll.script: line 7: 30091 Done                    'opt' '-functionattrs' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll'
     30092                       | 'grep' 'nocapture *%p'
     30093 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GVN/2008-02-26-MemCpySize.ll (4059 of 5497)
******************** TEST 'LLVM :: Transforms/GVN/2008-02-26-MemCpySize.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/2008-02-26-MemCpySize.ll -gvn -dse -S | grep {call.*memcpy.*cell} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/Output/2008-02-26-MemCpySize.ll.script: line 4: 30144 Done                    'opt' '-gvn' '-dse' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/2008-02-26-MemCpySize.ll'
     30145                       | 'grep' 'call.*memcpy.*cell'
     30146 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GVN/2008-12-09-SelfRemove.ll (4065 of 5497)
******************** TEST 'LLVM :: Transforms/GVN/2008-12-09-SelfRemove.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/2008-12-09-SelfRemove.ll -gvn -S | grep getelementptr | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/Output/2008-12-09-SelfRemove.ll.script: line 4: 30196 Done                    'opt' '-gvn' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/2008-12-09-SelfRemove.ll'
     30198                       | 'grep' 'getelementptr'
     30199 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GVN/2008-02-24-NonDominatedMemcpy.ll (4067 of 5497)
******************** TEST 'LLVM :: Transforms/GVN/2008-02-24-NonDominatedMemcpy.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/2008-02-24-NonDominatedMemcpy.ll -gvn -dse -S | grep {call.*memcpy} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/Output/2008-02-24-NonDominatedMemcpy.ll.script: line 4: 30201 Done                    'opt' '-gvn' '-dse' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/2008-02-24-NonDominatedMemcpy.ll'
     30202                       | 'grep' 'call.*memcpy'
     30203 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GVN/calls-readonly.ll (4070 of 5497)
******************** TEST 'LLVM :: Transforms/GVN/calls-readonly.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/calls-readonly.ll -basicaa -gvn -S | grep {call.*strlen} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/Output/calls-readonly.ll.script: line 4: 30233 Done                    'opt' '-basicaa' '-gvn' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/calls-readonly.ll'
     30234                       | 'grep' 'call.*strlen'
     30235 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GVN/calls-nonlocal.ll (4074 of 5497)
******************** TEST 'LLVM :: Transforms/GVN/calls-nonlocal.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/calls-nonlocal.ll -gvn -S | grep strlen | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/Output/calls-nonlocal.ll.script: line 4: 30253 Done                    'opt' '-gvn' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GVN/calls-nonlocal.ll'
     30254                       | 'grep' 'strlen'
     30255 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GlobalDCE/2009-01-05-DeadAliases.ll (4107 of 5497)
******************** TEST 'LLVM :: Transforms/GlobalDCE/2009-01-05-DeadAliases.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll -globaldce -S | not grep @D
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll -globaldce -S | grep @L | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalDCE/Output/2009-01-05-DeadAliases.ll.script: line 7: 30449 Done                    'opt' '-globaldce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll'
     30450                       | 'grep' '@L'
     30452 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GlobalOpt/2008-02-16-NestAttr.ll (4116 of 5497)
******************** TEST 'LLVM :: Transforms/GlobalOpt/2008-02-16-NestAttr.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll -globalopt -S | grep { nest } | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/2008-02-16-NestAttr.ll.script: line 4: 30485 Done                    'opt' '-globalopt' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll'
     30486                       | 'grep' ' nest '
     30487 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GlobalOpt/2009-03-06-Anonymous.ll (4132 of 5497)
******************** TEST 'LLVM :: Transforms/GlobalOpt/2009-03-06-Anonymous.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll -globalopt -S | grep internal | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/2009-03-06-Anonymous.ll.script: line 4: 30636 Done                    'opt' '-globalopt' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll'
     30637                       | 'grep' 'internal'
     30638 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GlobalOpt/globalsra-unknown-index.ll (4158 of 5497)
******************** TEST 'LLVM :: Transforms/GlobalOpt/globalsra-unknown-index.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/globalsra-unknown-index.ll -globalopt -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/globalsra-unknown-index.ll.tmp
grep {@Y = internal global \\\[3 x \[%\]struct.X\\\] zeroinitializer} /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/globalsra-unknown-index.ll.tmp
grep load /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/globalsra-unknown-index.ll.tmp | count 6
grep {add i32 \[%\]a, \[%\]b} /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/globalsra-unknown-index.ll.tmp | count 3
--
Exit Code: 138
Command Output (stdout):
--
@Y = internal global [3 x %struct.X] zeroinitializer
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/globalsra-unknown-index.ll.script: line 10: 30752 Done                    'grep' 'load' '/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/globalsra-unknown-index.ll.tmp'
     30754 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: Transforms/GlobalOpt/alias-resolve.ll (4160 of 5497)
******************** TEST 'LLVM :: Transforms/GlobalOpt/alias-resolve.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/alias-resolve.ll -globalopt -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.tmp
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.tmp | grep foo1 | count 1
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.tmp | grep foo2 | count 4
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.tmp | grep bar1 | count 1
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.tmp | grep bar2 | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.script: line 18: 30790 Done                    'cat' '/builddir/build/BUILD/llvm-2.8/test/Transforms/GlobalOpt/Output/alias-resolve.ll.tmp'
     30791                       | 'grep' 'foo1'
     30792 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IPConstantProp/return-constant.ll (4187 of 5497)
******************** TEST 'LLVM :: Transforms/IPConstantProp/return-constant.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IPConstantProp/return-constant.ll -ipconstprop -instcombine |     llvm-dis | grep {ret i1 true} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IPConstantProp/Output/return-constant.ll.script: line 5: 30927 Done                    'opt' '-ipconstprop' '-instcombine' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/IPConstantProp/return-constant.ll'
     30928                       | 'llvm-dis'
     30929                       | 'grep' 'ret i1 true'
     30930 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/ashr-tripcount.ll (4201 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/ashr-tripcount.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/ashr-tripcount.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ashr-tripcount.ll.tmp
grep sext /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ashr-tripcount.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ashr-tripcount.ll.script: line 5: 30995 Done                    'grep' 'sext' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ashr-tripcount.ll.tmp'
     30996 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/2008-09-02-IVType.ll (4206 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/2008-09-02-IVType.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll -indvars -S | grep sext | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/2008-09-02-IVType.ll.script: line 4: 30990 Done                    'opt' '-indvars' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll'
     30991                       | 'grep' 'sext'
     30993 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/complex-scev.ll (4208 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/complex-scev.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/complex-scev.ll -indvars -S | grep phi | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/complex-scev.ll.script: line 4: 31011 Done                    'opt' '-indvars' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/complex-scev.ll'
     31012                       | 'grep' 'phi'
     31013 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/addrec-gep.ll (4213 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/addrec-gep.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/addrec-gep.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.tmp
grep getelementptr /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.tmp | count 1
grep {mul .*, 37}  /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.tmp | count 1
grep {add .*, 5203}  /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.tmp | count 1
not grep cast /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.script: line 13: 31029 Done                    'grep' 'getelementptr' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/addrec-gep.ll.tmp'
     31030 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/gep-with-mul-base.ll (4216 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/gep-with-mul-base.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/gep-with-mul-base.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/gep-with-mul-base.ll.tmp
grep add /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/gep-with-mul-base.ll.tmp | count 6
grep sub /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/gep-with-mul-base.ll.tmp | count 2
grep mul /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/gep-with-mul-base.ll.tmp | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/gep-with-mul-base.ll.script: line 11: 31043 Done                    'grep' 'add' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/gep-with-mul-base.ll.tmp'
     31044 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/eliminate-max.ll (4218 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/eliminate-max.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/eliminate-max.ll -S -indvars | grep {= icmp} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/eliminate-max.ll.script: line 4: 31031 Done                    'opt' '-S' '-indvars' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/eliminate-max.ll'
     31032                       | 'grep' '= icmp'
     31033 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/ada-loops.ll (4222 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/ada-loops.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/ada-loops.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp
grep phi /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp | count 4
grep {= phi i32} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp | count 4
not grep {sext i} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp
not grep {zext i} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp
not grep {trunc i} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp
not grep {add i8} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.script: line 16: 31052 Done                    'grep' 'phi' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/ada-loops.ll.tmp'
     31053 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/lftr-promote.ll (4227 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/lftr-promote.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/lftr-promote.ll -indvars -S | grep add | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/lftr-promote.ll.script: line 4: 31068 Done                    'opt' '-indvars' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/lftr-promote.ll'
     31069                       | 'grep' 'add'
     31070 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/iv-sext.ll (4233 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/iv-sext.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/iv-sext.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/iv-sext.ll.tmp
grep {= sext} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/iv-sext.ll.tmp | count 4
grep {phi i64} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/iv-sext.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/iv-sext.ll.script: line 8: 31098 Done                    'grep' '= sext' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/iv-sext.ll.tmp'
     31100 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/masked-iv.ll (4239 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/masked-iv.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/masked-iv.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/masked-iv.ll.tmp
not grep trunc /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/masked-iv.ll.tmp
grep and /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/masked-iv.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/masked-iv.ll.script: line 7: 31136 Done                    'grep' 'and' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/masked-iv.ll.tmp'
     31138 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/max-pointer.ll (4240 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/max-pointer.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/max-pointer.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/max-pointer.ll.tmp
grep {icmp ugt i8\\\*} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/max-pointer.ll.tmp | count 1
grep {icmp sgt i8\\\*} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/max-pointer.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/max-pointer.ll.script: line 8: 31148 Done                    'grep' 'icmp ugt i8\*' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/max-pointer.ll.tmp'
     31149 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/preserve-signed-wrap.ll (4246 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/preserve-signed-wrap.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-signed-wrap.ll.tmp
grep sext /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-signed-wrap.ll.tmp | count 1
grep phi /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-signed-wrap.ll.tmp | count 1
grep {phi i64} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-signed-wrap.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-signed-wrap.ll.script: line 10: 31168 Done                    'grep' 'sext' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-signed-wrap.ll.tmp'
     31169 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/pointer.ll (4247 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/pointer.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/pointer.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp
grep {%exitcond = icmp eq i64 %indvar.next, %n} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp
grep {getelementptr i8\\* %A, i64 %indvar} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp
grep getelementptr /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp | count 1
grep add /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp | count 1
not grep scevgep /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp
not grep ptrtoint /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp
--
Exit Code: 138
Command Output (stdout):
--
  %exitcond = icmp eq i64 %indvar.next, %n
  %q.01 = getelementptr i8* %A, i64 %indvar
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.script: line 16: 31184 Done                    'grep' 'getelementptr' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/pointer.ll.tmp'
     31185 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/preserve-gep.ll (4252 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/preserve-gep.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/preserve-gep.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep.ll.tmp
not grep ptrtoint /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep.ll.tmp
not grep inttoptr /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep.ll.tmp
grep getelementptr /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep.ll.script: line 9: 31193 Done                    'grep' 'getelementptr' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep.ll.tmp'
     31194 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/preserve-gep-nested.ll (4253 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/preserve-gep-nested.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/preserve-gep-nested.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp
grep getelementptr /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp | count 6
grep {getelementptr \[%\]struct\\.Q\\* \[%\]s,} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp | count 6
not grep {= mul} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp
not grep {i8\\*} /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp
not grep bitcast /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp
not grep inttoptr /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp
not grep ptrtoint /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.script: line 18: 31199 Done                    'grep' 'getelementptr' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/preserve-gep-nested.ll.tmp'
     31200 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/IndVarSimplify/signed-trip-count.ll (4254 of 5497)
******************** TEST 'LLVM :: Transforms/IndVarSimplify/signed-trip-count.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/signed-trip-count.ll -indvars -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/signed-trip-count.ll.tmp
not grep sext /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/signed-trip-count.ll.tmp
grep phi /builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/signed-trip-count.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/signed-trip-count.ll.script: line 7: 31203 Done                    'grep' 'phi' '/builddir/build/BUILD/llvm-2.8/test/Transforms/IndVarSimplify/Output/signed-trip-count.ll.tmp'
     31204 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Transforms/Inline/2008-09-02-NoInline.ll (4284 of 5497)
******************** TEST 'LLVM :: Transforms/Inline/2008-09-02-NoInline.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Inline/2008-09-02-NoInline.ll -inline -S | grep call | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Inline/Output/2008-09-02-NoInline.ll.script: line 4: 31475 Done                    'opt' '-inline' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Inline/2008-09-02-NoInline.ll'
     31476                       | 'grep' 'call'
     31477 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70..
FAIL: LLVM :: Transforms/InstCombine/2006-10-26-VectorReassoc.ll (4363 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2006-10-26-VectorReassoc.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll -instcombine -S |    grep mul | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2006-10-26-VectorReassoc.ll.script: line 4: 32160 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll'
     32161                       | 'grep' 'mul'
     32162 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70..
FAIL: LLVM :: Transforms/InstCombine/2006-12-15-Range-Test.ll (4386 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2006-12-15-Range-Test.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2006-12-15-Range-Test.ll -instcombine -S |    grep icmp | count 1
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2006-12-15-Range-Test.ll -instcombine -S |    grep {icmp ugt} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2006-12-15-Range-Test.ll.script: line 8: 32251 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2006-12-15-Range-Test.ll'
     32252                       | 'grep' 'icmp'
     32253 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll (4414 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll -instcombine -S | grep {add} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2007-12-18-AddSelCmpSub.ll.script: line 4: 32403 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll'
     32404                       | 'grep' 'add'
     32405 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2007-12-28-IcmpSub2.ll (4418 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2007-12-28-IcmpSub2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll -mem2reg -instcombine -S | grep "ret i32 1" | count 8
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2007-12-28-IcmpSub2.ll.script: line 4: 32429 Done                    'opt' '-mem2reg' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll'
     32431                       | 'grep' 'ret i32 1'
     32432 Bus error               | 'count' '8'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll (4424 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll -instcombine -S | grep bitcast | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-01-13-NoBitCastAttributes.ll.script: line 4: 32453 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll'
     32455                       | 'grep' 'bitcast'
     32456 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-03-13-IntToPtr.ll (4425 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-03-13-IntToPtr.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll -instcombine -S | grep {16} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-03-13-IntToPtr.ll.script: line 4: 32478 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll'
     32479                       | 'grep' '16'
     32480 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-02-16-SDivOverflow.ll (4430 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-02-16-SDivOverflow.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll -instcombine -S | grep {ret i.* 0} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-02-16-SDivOverflow.ll.script: line 4: 32514 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll'
     32516                       | 'grep' 'ret i.* 0'
     32517 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll (4431 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll -instcombine -S | grep {volatile load} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-04-29-VolatileLoadMerge.ll.script: line 4: 32532 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll'
     32533                       | 'grep' 'volatile load'
     32534 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll (4440 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll -instcombine -S | grep {volatile load} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-04-29-VolatileLoadDontMerge.ll.script: line 4: 32559 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll'
     32561                       | 'grep' 'volatile load'
     32562 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll (4441 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll -instcombine -S | grep {ret i1 false} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-05-18-FoldIntToPtr.ll.script: line 4: 32586 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll'
     32588                       | 'grep' 'ret i1 false'
     32589 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll (4443 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll -instcombine -S | grep {store i32} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-06-13-InfiniteLoopStore.ll.script: line 4: 32602 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll'
     32603                       | 'grep' 'store i32'
     32604 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll (4444 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll -instcombine -S | grep {store i8} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-06-13-ReadOnlyCallStore.ll.script: line 4: 32591 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll'
     32592                       | 'grep' 'store i8'
     32594 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-06-19-UncondLoad.ll (4445 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-06-19-UncondLoad.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll -instcombine -S | grep load | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-06-19-UncondLoad.ll.script: line 4: 32612 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll'
     32613                       | 'grep' 'load'
     32614 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-06-08-ICmpPHI.ll (4446 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-06-08-ICmpPHI.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll -instcombine -S | grep {phi i32} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-06-08-ICmpPHI.ll.script: line 4: 32619 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll'
     32620                       | 'grep' 'phi i32'
     32621 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll (4447 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll -instcombine -S | grep {store i8} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-05-08-LiveStoreDelete.ll.script: line 4: 32615 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll'
     32616                       | 'grep' 'store i8'
     32617 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-07-08-AndICmp.ll (4455 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-07-08-AndICmp.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-07-08-AndICmp.ll -instcombine -S | grep icmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-07-08-AndICmp.ll.script: line 4: 32659 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-07-08-AndICmp.ll'
     32660                       | 'grep' 'icmp'
     32661 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll (4456 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll -instcombine -S | grep {volatile load} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-07-08-VolatileLoadMerge.ll.script: line 4: 32656 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll'
     32657                       | 'grep' 'volatile load'
     32658 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2008-11-20-DivMulRem.ll (4475 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2008-11-20-DivMulRem.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll -instcombine -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.tmp
grep urem /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.tmp | count 3
grep srem /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.tmp | count 1
grep sub /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.tmp | count 2
grep add /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.script: line 14:   348 Done                    'grep' 'urem' '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2008-11-20-DivMulRem.ll.tmp'
       349 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2009-01-08-AlignAlloca.ll (4477 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2009-01-08-AlignAlloca.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll -instcombine -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-08-AlignAlloca.ll.tmp
grep {, align 4} /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-08-AlignAlloca.ll.tmp | count 3
grep {, align 8} /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-08-AlignAlloca.ll.tmp | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-08-AlignAlloca.ll.script: line 8:   364 Done                    'grep' ', align 4' '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-08-AlignAlloca.ll.tmp'
       365 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2009-01-19-fmod-constant-float.ll (4486 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2009-01-19-fmod-constant-float.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll -simplifycfg -instcombine -S | grep 0x3FB99999A0000000 | count 2
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll -simplifycfg -instcombine -S | grep 0xBFB99999A0000000 | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-19-fmod-constant-float.ll.script: line 8:   389 Done                    'opt' '-simplifycfg' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll'
       390                       | 'grep' '0x3FB99999A0000000'
       391 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll (4487 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll -simplifycfg -instcombine -S | grep 0x7FF8000000000000 | count 12
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll -simplifycfg -instcombine -S | grep {0\\.0} | count 3
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll -simplifycfg -instcombine -S | grep {3\\.5} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/2009-01-19-fmod-constant-float-specials.ll.script: line 12:   396 Done                    'opt' '-simplifycfg' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll'
       397                       | 'grep' '0x7FF8000000000000'
       398 Bus error               | 'count' '12'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/add3.ll (4501 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/add3.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/add3.ll -instcombine -S | grep inttoptr | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/add3.ll.script: line 4:   486 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/add3.ll'
       487                       | 'grep' 'inttoptr'
       488 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/addnegneg.ll (4503 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/addnegneg.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/addnegneg.ll -instcombine -S | grep { sub } | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/addnegneg.ll.script: line 4:   509 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/addnegneg.ll'
       510                       | 'grep' ' sub '
       511 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 
FAIL: LLVM :: Transforms/InstCombine/adjust-for-sminmax.ll (4506 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/adjust-for-sminmax.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/adjust-for-sminmax.ll -instcombine -S | grep {icmp s\[lg\]t i32 %n, 0} | count 16
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/adjust-for-sminmax.ll.script: line 4:   500 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/adjust-for-sminmax.ll'
       501                       | 'grep' 'icmp s[lg]t i32 %n, 0'
       503 Bus error               | 'count' '16'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/add-shrink.ll (4509 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/add-shrink.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/add-shrink.ll -instcombine -S | grep {add nsw i32}
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/add-shrink.ll -instcombine -S | grep sext | count 1
--
Exit Code: 138
Command Output (stdout):
--
  %addconv = add nsw i32 %B, %C
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/add-shrink.ll.script: line 7:   549 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/add-shrink.ll'
       550                       | 'grep' 'sext'
       551 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/align-2d-gep.ll (4510 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/align-2d-gep.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/align-2d-gep.ll.script: line 4:   541 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/align-2d-gep.ll'
       542                       | 'grep' 'align 16'
       543 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/and-fcmp.ll (4514 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/and-fcmp.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-fcmp.ll -instcombine -S | grep fcmp | count 3
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-fcmp.ll -instcombine -S | grep ret | grep 0
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/and-fcmp.ll.script: line 8:   569 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-fcmp.ll'
       570                       | 'grep' 'fcmp'
       571 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/and-compare.ll (4515 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/and-compare.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-compare.ll -instcombine -S |     grep and | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/and-compare.ll.script: line 4:   564 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-compare.ll'
       565                       | 'grep' 'and'
       566 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/and-not-or.ll (4516 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/and-not-or.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-not-or.ll -instcombine -S | grep {and i32 %x, %y} | count 4
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-not-or.ll -instcombine -S | not grep {or}
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/and-not-or.ll.script: line 7:   572 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-not-or.ll'
       574                       | 'grep' 'and i32 %x, %y'
       575 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/and-or-not.ll (4517 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/and-or-not.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or-not.ll -instcombine -S | grep xor | count 4
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or-not.ll -instcombine -S | not grep and
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or-not.ll -instcombine -S | not grep { or}
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/and-or-not.ll.script: line 10:   581 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or-not.ll'
       582                       | 'grep' 'xor'
       583 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/and-or.ll (4518 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/and-or.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or.ll -instcombine -S | grep {and i32 %a, 1} | count 4
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or.ll -instcombine -S | grep {or i32 %0, %b} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/and-or.ll.script: line 8:   577 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-or.ll'
       578                       | 'grep' 'and i32 %a, 1'
       580 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/and-xor-merge.ll (4525 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/and-xor-merge.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-xor-merge.ll -instcombine -S | grep and | count 1
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-xor-merge.ll -instcombine -S | grep xor | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/and-xor-merge.ll.script: line 8:   615 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/and-xor-merge.ll'
       616                       | 'grep' 'and'
       617 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/apint-and-xor-merge.ll (4527 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/apint-and-xor-merge.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-and-xor-merge.ll -instcombine -S | grep and | count 1
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-and-xor-merge.ll -instcombine -S | grep xor | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/apint-and-xor-merge.ll.script: line 8:   633 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-and-xor-merge.ll'
       634                       | 'grep' 'and'
       636 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/apint-and-compare.ll (4529 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/apint-and-compare.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-and-compare.ll -instcombine -S | grep and | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/apint-and-compare.ll.script: line 4:   627 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-and-compare.ll'
       628                       | 'grep' 'and'
       629 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/apint-shift-simplify.ll (4553 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/apint-shift-simplify.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-shift-simplify.ll -instcombine -S |     egrep {shl|lshr|ashr} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/apint-shift-simplify.ll.script: line 4:   739 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/apint-shift-simplify.ll'
       740                       | 'egrep' 'shl|lshr|ashr'
       741 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/bitcast-vec-canon.ll (4558 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/bitcast-vec-canon.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/bitcast-vec-canon.ll -instcombine -S | grep element | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/bitcast-vec-canon.ll.script: line 4:   817 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/bitcast-vec-canon.ll'
       818                       | 'grep' 'element'
       820 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/bswap.ll (4562 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/bswap.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/bswap.ll -instcombine -S |     grep {call.*llvm.bswap} | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/bswap.ll.script: line 4:   862 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/bswap.ll'
       863                       | 'grep' 'call.*llvm.bswap'
       864 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/fp-ret-bitcast.ll (4594 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/fp-ret-bitcast.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/fp-ret-bitcast.ll -instcombine -S |     grep {call float bitcast} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/fp-ret-bitcast.ll.script: line 4:  1017 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/fp-ret-bitcast.ll'
      1018                       | 'grep' 'call float bitcast'
      1019 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/loadstore-alignment.ll (4599 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/loadstore-alignment.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/loadstore-alignment.ll.script: line 4:  1070 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/loadstore-alignment.ll'
      1071                       | 'grep' ', align 16'
      1072 Bus error               | 'count' '14'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/lshr-phi.ll (4618 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/lshr-phi.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/lshr-phi.ll -instcombine -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/lshr-phi.ll.tmp
not grep lshr /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/lshr-phi.ll.tmp
grep add /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/lshr-phi.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/lshr-phi.ll.script: line 7:  1160 Done                    'grep' 'add' '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/lshr-phi.ll.tmp'
      1161 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/phi-merge-gep.ll (4635 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/phi-merge-gep.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/phi-merge-gep.ll -S -instcombine > /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/phi-merge-gep.ll.tmp
grep {= getelementptr} /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/phi-merge-gep.ll.tmp | count 20
grep {= phi} /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/phi-merge-gep.ll.tmp | count 13
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/phi-merge-gep.ll.script: line 8:  1272 Done                    'grep' '= getelementptr' '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/phi-merge-gep.ll.tmp'
      1273 Bus error               | 'count' '20'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/select-2.ll (4638 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/select-2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/select-2.ll -instcombine -S | grep select | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/select-2.ll.script: line 4:  1315 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/select-2.ll'
      1316                       | 'grep' 'select'
      1317 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/or-to-xor.ll (4639 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/or-to-xor.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/or-to-xor.ll -instcombine -S | grep {xor i32 %a, %b} | count 4
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/or-to-xor.ll -instcombine -S | not grep {and}
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/or-to-xor.ll.script: line 7:  1250 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/or-to-xor.ll'
      1251                       | 'grep' 'xor i32 %a, %b'
      1252 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/or-fcmp.ll (4642 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/or-fcmp.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/or-fcmp.ll -instcombine -S | grep fcmp | count 3
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/or-fcmp.ll -instcombine -S | grep ret | grep 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/or-fcmp.ll.script: line 8:  1327 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/or-fcmp.ll'
      1328                       | 'grep' 'fcmp'
      1329 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/stack-overalign.ll (4660 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/stack-overalign.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/stack-overalign.ll -instcombine -S | grep {align 32} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/stack-overalign.ll.script: line 4:  1455 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/stack-overalign.ll'
      1456                       | 'grep' 'align 32'
      1457 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/stacksaverestore.ll (4664 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/stacksaverestore.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/stacksaverestore.ll -instcombine -S | grep {call.*stackrestore} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/stacksaverestore.ll.script: line 4:  1444 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/stacksaverestore.ll'
      1447                       | 'grep' 'call.*stackrestore'
      1448 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/udiv-simplify-bug-0.ll (4665 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/udiv-simplify-bug-0.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/udiv-simplify-bug-0.ll -instcombine -S | grep {ret i64 0} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv-simplify-bug-0.ll.script: line 4:  1464 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/udiv-simplify-bug-0.ll'
      1465                       | 'grep' 'ret i64 0'
      1466 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/udiv-simplify-bug-1.ll (4668 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/udiv-simplify-bug-1.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/udiv-simplify-bug-1.ll -instcombine -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv-simplify-bug-1.ll.tmp1.ll
grep udiv /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv-simplify-bug-1.ll.tmp1.ll | count 2
grep zext /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv-simplify-bug-1.ll.tmp1.ll | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv-simplify-bug-1.ll.script: line 8:  1490 Done                    'grep' 'udiv' '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv-simplify-bug-1.ll.tmp1.ll'
      1491 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/udiv_select_to_select_shift.ll (4669 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/udiv_select_to_select_shift.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/udiv_select_to_select_shift.ll -instcombine -S -o /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv_select_to_select_shift.ll.tmp
not grep select /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv_select_to_select_shift.ll.tmp
grep lshr /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv_select_to_select_shift.ll.tmp | count 2
not grep udiv /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv_select_to_select_shift.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv_select_to_select_shift.ll.script: line 9:  1516 Done                    'grep' 'lshr' '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/udiv_select_to_select_shift.ll.tmp'
      1517 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/Internalize/2009-01-05-InternalizeAliases.ll (4678 of 5497)
******************** TEST 'LLVM :: Transforms/Internalize/2009-01-05-InternalizeAliases.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll -internalize -S | grep internal | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/Output/2009-01-05-InternalizeAliases.ll.script: line 4:  1566 Done                    'opt' '-internalize' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll'
      1567                       | 'grep' 'internal'
      1568 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/zero-point-zero-add.ll (4692 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/zero-point-zero-add.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/zero-point-zero-add.ll -instcombine -S | grep 0.0 | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/zero-point-zero-add.ll.script: line 4:  1647 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/zero-point-zero-add.ll'
      1648                       | 'grep' '0.0'
      1649 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/zext-or-icmp.ll (4693 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/zext-or-icmp.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/zext-or-icmp.ll -instcombine -S | grep icmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/zext-or-icmp.ll.script: line 4:  1631 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/zext-or-icmp.ll'
      1632                       | 'grep' 'icmp'
      1633 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/InstCombine/zext-fold.ll (4694 of 5497)
******************** TEST 'LLVM :: Transforms/InstCombine/zext-fold.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/zext-fold.ll -instcombine -S | grep {zext } | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/Output/zext-fold.ll.script: line 4:  1659 Done                    'opt' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/InstCombine/zext-fold.ll'
      1660                       | 'grep' 'zext '
      1661 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/JumpThreading/no-irreducible-loops.ll (4704 of 5497)
******************** TEST 'LLVM :: Transforms/JumpThreading/no-irreducible-loops.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/JumpThreading/no-irreducible-loops.ll -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-info > /builddir/build/BUILD/llvm-2.8/test/Transforms/JumpThreading/Output/no-irreducible-loops.ll.tmp
grep {volatile store} /builddir/build/BUILD/llvm-2.8/test/Transforms/JumpThreading/Output/no-irreducible-loops.ll.tmp | count 3
not grep {br label} /builddir/build/BUILD/llvm-2.8/test/Transforms/JumpThreading/Output/no-irreducible-loops.ll.tmp
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/JumpThreading/Output/no-irreducible-loops.ll.script: line 7:  1753 Done                    'grep' 'volatile store' '/builddir/build/BUILD/llvm-2.8/test/Transforms/JumpThreading/Output/no-irreducible-loops.ll.tmp'
      1755 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/Internalize/2008-05-09-AllButMain.ll (4715 of 5497)
******************** TEST 'LLVM :: Transforms/Internalize/2008-05-09-AllButMain.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll -internalize -S | grep internal | count 4
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll -internalize -internalize-public-api-list foo -internalize-public-api-list j -S | grep internal | count 3
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | grep internal | count 4
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll -internalize -internalize-public-api-list bar -internalize-public-api-list foo -internalize-public-api-file /nonexistent/file 2> /dev/null -S | grep internal | count 3
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll -internalize -internalize-public-api-list bar -internalize-public-api-file /builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll.apifile -S | grep internal | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/Output/2008-05-09-AllButMain.ll.script: line 20:  1777 Done                    'opt' '-internalize' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Internalize/2008-05-09-AllButMain.ll'
      1778                       | 'grep' 'internal'
      1779 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: LLVM :: Transforms/LICM/2003-12-11-SinkingToPHI.ll (4719 of 5497)
******************** TEST 'LLVM :: Transforms/LICM/2003-12-11-SinkingToPHI.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll -licm | lli
--
Exit Code: 1
Command Output (stderr):
--
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
lli: error creating EE: target does not support JIT code generation
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll (4765 of 5497)
******************** TEST 'LLVM :: Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll -loop-index-split -disable-output -stats |&  grep "loop-index-split" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/Output/OneIterLoop2-2007-08-17.ll.script: line 4:  2057 Done                    'opt' '-loop-index-split' '-disable-output' '-stats' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll'
      2058                       | 'grep' 'loop-index-split'
      2059 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll (4777 of 5497)
******************** TEST 'LLVM :: Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll -loop-index-split -disable-output -stats |&  grep "loop-index-split" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/Output/SplitValue-2007-08-24.ll.script: line 4:  2104 Done                    'opt' '-loop-index-split' '-disable-output' '-stats' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll'
      2106                       | 'grep' 'loop-index-split'
      2107 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll (4778 of 5497)
******************** TEST 'LLVM :: Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll -loop-index-split -disable-output -stats |&  grep "loop-index-split" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/Output/OneIterLoop-2007-08-17.ll.script: line 4:  2069 Done                    'opt' '-loop-index-split' '-disable-output' '-stats' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll'
      2070                       | 'grep' 'loop-index-split'
      2071 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll (4780 of 5497)
******************** TEST 'LLVM :: Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll -loop-index-split -disable-output -stats |&  grep "loop-index-split" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/Output/SaveLastValue-2007-08-17.ll.script: line 4:  2122 Done                    'opt' '-loop-index-split' '-disable-output' '-stats' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll'
      2123                       | 'grep' 'loop-index-split'
      2124 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopSimplify/indirectbr.ll (4810 of 5497)
******************** TEST 'LLVM :: Transforms/LoopSimplify/indirectbr.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/indirectbr.ll -loopsimplify -lcssa -verify-loop-info -verify-dom-info -S    | grep -F {indirectbr i8* %x, \[label %L0, label %L1\]}    | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/indirectbr.ll.script: line 4:  2318 Done                    'opt' '-loopsimplify' '-lcssa' '-verify-loop-info' '-verify-dom-info' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/indirectbr.ll'
      2319                       | 'grep' '-F' 'indirectbr i8* %x, [label %L0, label %L1]'
      2320 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll (4814 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll -loop-reduce -S | grep add | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/2008-08-13-CmpStride.ll.script: line 4:  2343 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll'
      2344                       | 'grep' 'add'
      2345 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopSimplify/merge-exits.ll (4815 of 5497)
******************** TEST 'LLVM :: Transforms/LoopSimplify/merge-exits.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/merge-exits.ll -loopsimplify -loop-rotate -instcombine -indvars -S -verify-loop-info -verify-dom-info > /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/merge-exits.ll.tmp
not grep sext /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/merge-exits.ll.tmp
grep {phi i64} /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/merge-exits.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/merge-exits.ll.script: line 7:  2348 Done                    'grep' 'phi i64' '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/merge-exits.ll.tmp'
      2349 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll (4818 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll -loop-reduce -S | grep "phi double" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/2008-08-14-ShadowIV.ll.script: line 4:  2352 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll'
      2353                       | 'grep' 'phi double'
      2354 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopSimplify/phi-node-simplify.ll (4821 of 5497)
******************** TEST 'LLVM :: Transforms/LoopSimplify/phi-node-simplify.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/phi-node-simplify.ll -loopsimplify -S | grep phi | count 6
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/Output/phi-node-simplify.ll.script: line 4:  2359 Done                    'opt' '-loopsimplify' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopSimplify/phi-node-simplify.ll'
      2360                       | 'grep' 'phi'
      2361 Bus error               | 'count' '6'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll (4827 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll -loop-reduce -S | grep phi | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/dont_insert_redundant_ops.ll.script: line 4:  2432 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll'
      2433                       | 'grep' 'phi'
      2434 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.
FAIL: LLVM :: Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll (4828 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll -loop-reduce -S | grep phi | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/2008-09-09-Overflow.ll.script: line 4:  2419 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll'
      2420                       | 'grep' 'phi'
      2421 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopStrengthReduce/dead-phi.ll (4840 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/dead-phi.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/dead-phi.ll -loop-reduce -S | grep phi | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/dead-phi.ll.script: line 4:  2483 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/dead-phi.ll'
      2484                       | 'grep' 'phi'
      2485 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopStrengthReduce/pr2570.ll (4842 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/pr2570.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/pr2570.ll -loop-reduce -S | grep {phi\\>} | count 10
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/pr2570.ll.script: line 4:  2493 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/pr2570.ll'
      2494                       | 'grep' 'phi\>'
      2495 Bus error               | 'count' '10'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll (4844 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll -loop-reduce -S | grep phi | count 1
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll -loop-reduce -S | grep mul | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/2009-01-13-nonconstant-stride-outside-loop.ll.script: line 8:  2502 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll'
      2503                       | 'grep' 'phi'
      2504 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopStrengthReduce/related_indvars.ll (4847 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/related_indvars.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/related_indvars.ll -loop-reduce -S | grep phi | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/related_indvars.ll.script: line 4:  2510 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/related_indvars.ll'
      2511                       | 'grep' 'phi'
      2512 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopStrengthReduce/share_code_in_preheader.ll (4848 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/share_code_in_preheader.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll -loop-reduce -S | grep mul | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/share_code_in_preheader.ll.script: line 4:  2527 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll'
      2528                       | 'grep' 'mul'
      2529 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopStrengthReduce/share_ivs.ll (4849 of 5497)
******************** TEST 'LLVM :: Transforms/LoopStrengthReduce/share_ivs.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/share_ivs.ll -loop-reduce -S | grep phi | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/Output/share_ivs.ll.script: line 4:  2536 Done                    'opt' '-loop-reduce' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopStrengthReduce/share_ivs.ll'
      2537                       | 'grep' 'phi'
      2538 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LoopUnswitch/2008-11-03-Invariant.ll (4877 of 5497)
******************** TEST 'LLVM :: Transforms/LoopUnswitch/2008-11-03-Invariant.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll -loop-unswitch -stats -disable-output |& grep "1 loop-unswitch - Number of branches unswitched" | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopUnswitch/Output/2008-11-03-Invariant.ll.script: line 4:  2684 Done                    'opt' '-loop-unswitch' '-stats' '-disable-output' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll'
      2685                       | 'grep' '1 loop-unswitch - Number of branches unswitched'
      2686 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/LowerSwitch/feature.ll (4901 of 5497)
******************** TEST 'LLVM :: Transforms/LowerSwitch/feature.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/feature.ll -lowerswitch -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/Output/feature.ll.tmp
grep slt /builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/Output/feature.ll.tmp | count 10
grep ule /builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/Output/feature.ll.tmp | count 3
grep eq  /builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/Output/feature.ll.tmp | count 9
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/Output/feature.ll.script: line 11:  2810 Done                    'grep' 'slt' '/builddir/build/BUILD/llvm-2.8/test/Transforms/LowerSwitch/Output/feature.ll.tmp'
      2811 Bus error               | 'count' '10'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll (4903 of 5497)
******************** TEST 'LLVM :: Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll -std-compile-opts -S | grep volatile | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Mem2Reg/Output/2007-08-27-VolatileLoadsStores.ll.script: line 4:  2813 Done                    'opt' '-std-compile-opts' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll'
      2814                       | 'grep' 'volatile'
      2815 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/Mem2Reg/ConvertDebugInfo2.ll (4907 of 5497)
******************** TEST 'LLVM :: Transforms/Mem2Reg/ConvertDebugInfo2.ll' FAILED ********************
Script:
--
opt -mem2reg < /builddir/build/BUILD/llvm-2.8/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll | llvm-dis | grep ".dbg " | count 7
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Mem2Reg/Output/ConvertDebugInfo2.ll.script: line 5:  2829 Done                    'opt' '-mem2reg' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll'
      2830                       | 'llvm-dis'
      2831                       | 'grep' '.dbg '
      2833 Bus error               | 'count' '7'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/MemCpyOpt/form-memset2.ll (4917 of 5497)
******************** TEST 'LLVM :: Transforms/MemCpyOpt/form-memset2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/form-memset2.ll -memcpyopt -S | not grep store
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/form-memset2.ll -memcpyopt -S | grep {call.*llvm.memset} | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/Output/form-memset2.ll.script: line 7:  2923 Done                    'opt' '-memcpyopt' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/form-memset2.ll'
      2924                       | 'grep' 'call.*llvm.memset'
      2925 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/MemCpyOpt/memcpy.ll (4925 of 5497)
******************** TEST 'LLVM :: Transforms/MemCpyOpt/memcpy.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/memcpy.ll -memcpyopt -dse -S | grep {call.*memcpy} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/Output/memcpy.ll.script: line 4:  2965 Done                    'opt' '-memcpyopt' '-dse' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/MemCpyOpt/memcpy.ll'
      2966                       | 'grep' 'call.*memcpy'
      2967 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/PruneEH/2008-09-05-CGUpdate.ll (4935 of 5497)
******************** TEST 'LLVM :: Transforms/PruneEH/2008-09-05-CGUpdate.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll -prune-eh -inline -print-callgraph    -disable-output |&      grep {calls.*ce3806g__fxio__put__put_int64__4.1339} | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/PruneEH/Output/2008-09-05-CGUpdate.ll.script: line 4:  3011 Done                    'opt' '-prune-eh' '-inline' '-print-callgraph' '-disable-output' 2>&'1' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/PruneEH/2008-09-05-CGUpdate.ll'
      3012                       | 'grep' 'calls.*ce3806g__fxio__put__put_int64__4.1339'
      3013 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/MergeFunc/fold-weak.ll (4936 of 5497)
******************** TEST 'LLVM :: Transforms/MergeFunc/fold-weak.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/MergeFunc/fold-weak.ll -mergefunc -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/MergeFunc/Output/fold-weak.ll.tmp
grep {define weak} /builddir/build/BUILD/llvm-2.8/test/Transforms/MergeFunc/Output/fold-weak.ll.tmp | count 2
grep {call} /builddir/build/BUILD/llvm-2.8/test/Transforms/MergeFunc/Output/fold-weak.ll.tmp | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/MergeFunc/Output/fold-weak.ll.script: line 8:  3024 Done                    'grep' 'define weak' '/builddir/build/BUILD/llvm-2.8/test/Transforms/MergeFunc/Output/fold-weak.ll.tmp'
      3025 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..
FAIL: LLVM :: Transforms/Reassociate/mulfactor.ll (4945 of 5497)
******************** TEST 'LLVM :: Transforms/Reassociate/mulfactor.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/mulfactor.ll -reassociate -instcombine -S | grep mul | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/mulfactor.ll.script: line 4:  3058 Done                    'opt' '-reassociate' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/mulfactor.ll'
      3059                       | 'grep' 'mul'
      3060 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 
FAIL: LLVM :: Transforms/Reassociate/subtest2.ll (4951 of 5497)
******************** TEST 'LLVM :: Transforms/Reassociate/subtest2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/subtest2.ll -reassociate -instcombine -S | grep %a | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/subtest2.ll.script: line 4:  3074 Done                    'opt' '-reassociate' '-instcombine' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/subtest2.ll'
      3075                       | 'grep' '%a'
      3076 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 
FAIL: LLVM :: Transforms/Reassociate/mulfactor2.ll (4954 of 5497)
******************** TEST 'LLVM :: Transforms/Reassociate/mulfactor2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/mulfactor2.ll -instcombine -reassociate -instcombine -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/mulfactor2.ll.tmp
grep mul /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/mulfactor2.ll.tmp | count 1
grep add /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/mulfactor2.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/mulfactor2.ll.script: line 8:  3097 Done                    'grep' 'mul' '/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/mulfactor2.ll.tmp'
      3098 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 
FAIL: LLVM :: Transforms/Reassociate/shift-factor.ll (4962 of 5497)
******************** TEST 'LLVM :: Transforms/Reassociate/shift-factor.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/shift-factor.ll -reassociate -instcombine -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/shift-factor.ll.tmp
grep shl /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/shift-factor.ll.tmp | count 1
grep add /builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/shift-factor.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/shift-factor.ll.script: line 8:  3160 Done                    'grep' 'shl' '/builddir/build/BUILD/llvm-2.8/test/Transforms/Reassociate/Output/shift-factor.ll.tmp'
      3161 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 
FAIL: LLVM :: Transforms/SCCP/2008-01-27-UndefCorrelate.ll (4967 of 5497)
******************** TEST 'LLVM :: Transforms/SCCP/2008-01-27-UndefCorrelate.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll -sccp -S | grep undef | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SCCP/Output/2008-01-27-UndefCorrelate.ll.script: line 4:  3162 Done                    'opt' '-sccp' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll'
      3163                       | 'grep' 'undef'
      3164 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 
FAIL: LLVM :: Transforms/SRETPromotion/basictest.ll (5001 of 5497)
******************** TEST 'LLVM :: Transforms/SRETPromotion/basictest.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SRETPromotion/basictest.ll -sretpromotion -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/SRETPromotion/Output/basictest.ll.tmp
cat /builddir/build/BUILD/llvm-2.8/test/Transforms/SRETPromotion/Output/basictest.ll.tmp | grep sret | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SRETPromotion/Output/basictest.ll.script: line 6:  3405 Done                    'cat' '/builddir/build/BUILD/llvm-2.8/test/Transforms/SRETPromotion/Output/basictest.ll.tmp'
      3406                       | 'grep' 'sret'
      3407 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll (5093 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll -simplifycfg -S | grep {br i1 } | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/2009-01-19-UnconditionalTrappingConstantExpr.ll.script: line 4:  3950 Done                    'opt' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll'
      3951                       | 'grep' 'br i1 '
      3952 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/SpeculativeExec.ll (5113 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/SpeculativeExec.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/SpeculativeExec.ll -simplifycfg  -S | grep select
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/SpeculativeExec.ll -simplifycfg  -S | grep br | count 2
--
Exit Code: 138
Command Output (stdout):
--
  %tmp3.a = select i1 %tmp2, i32 %tmp3, i32 %a
--
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/SpeculativeExec.ll.script: line 7:  4100 Done                    'opt' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/SpeculativeExec.ll'
      4101                       | 'grep' 'br'
      4102 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/branch-branch-dbginfo.ll (5114 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/branch-branch-dbginfo.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll -simplifycfg -S | grep {br i1} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/branch-branch-dbginfo.ll.script: line 4:  4103 Done                    'opt' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll'
      4104                       | 'grep' 'br i1'
      4105 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/branch-fold.ll (5115 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/branch-fold.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/branch-fold.ll -simplifycfg -S | grep {br i1} | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/branch-fold.ll.script: line 4:  4057 Done                    'opt' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/branch-fold.ll'
      4059                       | 'grep' 'br i1'
      4060 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/duplicate-phis.ll (5122 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/duplicate-phis.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/duplicate-phis.ll -instcombine -simplifycfg -S | grep { = phi } | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/duplicate-phis.ll.script: line 4:  4127 Done                    'opt' '-instcombine' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/duplicate-phis.ll'
      4128                       | 'grep' ' = phi '
      4129 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/switch_switch_fold.ll (5136 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/switch_switch_fold.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/switch_switch_fold.ll -simplifycfg -S |    grep switch | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/switch_switch_fold.ll.script: line 4:  4206 Done                    'opt' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/switch_switch_fold.ll'
      4207                       | 'grep' 'switch'
      4208 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll (5139 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll -inline -simplify-libcalls -functionattrs |    llvm-dis | grep nocapture | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-11-NotInitialized.ll.script: line 5:  4239 Done                    'opt' '-inline' '-simplify-libcalls' '-functionattrs' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll'
      4241                       | 'llvm-dis'
      4243                       | 'grep' 'nocapture'
      4244 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll (5142 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll -simplifycfg -S |    grep switch | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/Output/switch_switch_fold_dbginfo.ll.script: line 4:  4250 Done                    'opt' '-simplifycfg' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll'
      4251                       | 'grep' 'switch'
      4252 Bus error               | 'count' '1'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll (5149 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll -simplify-libcalls -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-12-StrTo.ll.tmp
grep nocapture /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-12-StrTo.ll.tmp | count 2
grep null /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-12-StrTo.ll.tmp | grep nocapture | count 1
grep null /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-12-StrTo.ll.tmp | grep call | grep readonly | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-12-StrTo.ll.script: line 14:  4339 Done                    'grep' 'nocapture' '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-02-12-StrTo.ll.tmp'
      4340 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll (5152 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll -simplify-libcalls -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.tmp
grep noalias /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.tmp | count 2
grep nocapture /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.tmp | count 3
grep nounwind /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.tmp | count 3
grep readonly /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.tmp | count 1
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.script: line 14:  4334 Done                    'grep' 'noalias' '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/2009-01-04-Annotate.ll.tmp'
      4335 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/SimplifyLibCalls/exp2.ll (5165 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyLibCalls/exp2.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/exp2.ll -simplify-libcalls -S | grep {call.*ldexp} | count 4
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/exp2.ll.script: line 4:  4429 Done                    'opt' '-simplify-libcalls' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/exp2.ll'
      4430                       | 'grep' 'call.*ldexp'
      4431 Bus error               | 'count' '4'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
XPASS: LLVM :: Transforms/SimplifyLibCalls/floor.ll (5180 of 5497)
******************** TEST 'LLVM :: Transforms/SimplifyLibCalls/floor.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/floor.ll -simplify-libcalls -S > /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
not grep {call.*floor(} /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
grep {call.*floorf(} /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
not grep {call.*ceil(} /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
grep {call.*ceilf(} /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
not grep {call.*nearbyint(} /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
grep {call.*nearbyintf(} /builddir/build/BUILD/llvm-2.8/test/Transforms/SimplifyLibCalls/Output/floor.ll.tmp
--
Exit Code: 0
Command Output (stdout):
--
  %floorf = call float @floorf(float %C)
  %ceilf = call float @ceilf(float %C)
  %nearbyintf = call float @nearbyintf(float %C)
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/StripSymbols/2007-01-15-llvm.used.ll (5182 of 5497)
******************** TEST 'LLVM :: Transforms/StripSymbols/2007-01-15-llvm.used.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll -strip -S | grep foo | count 2
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll -strip -S | grep bar | count 2
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/StripSymbols/Output/2007-01-15-llvm.used.ll.script: line 8:  4561 Done                    'opt' '-strip' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll'
      4562                       | 'grep' 'foo'
      4563 Bus error               | 'count' '2'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: LLVM :: Transforms/TailCallElim/dont_reorder_load.ll (5193 of 5497)
******************** TEST 'LLVM :: Transforms/TailCallElim/dont_reorder_load.ll' FAILED ********************
Script:
--
opt < /builddir/build/BUILD/llvm-2.8/test/Transforms/TailCallElim/dont_reorder_load.ll -tailcallelim -S | grep call | count 3
--
Exit Code: 138
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/test/Transforms/TailCallElim/Output/dont_reorder_load.ll.script: line 4:  4602 Done                    'opt' '-tailcallelim' '-S' < '/builddir/build/BUILD/llvm-2.8/test/Transforms/TailCallElim/dont_reorder_load.ll'
      4603                       | 'grep' 'call'
      4605 Bus error               | 'count' '3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JIT.GlobalInFunction (5364 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JIT.GlobalInFunction' FAILED ********************
Note: Google Test filter = JIT.GlobalInFunction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JIT
[ RUN      ] JIT.GlobalInFunction
JITTest.cpp:236: Failure
Value of: ""
Expected: Error
Which is: "target does not support JIT code generation"
[  FAILED  ] JIT.GlobalInFunction (4 ms)
[----------] 1 test from JIT (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JIT.GlobalInFunction

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.MultipleListenersDontInterfere (5365 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.MultipleListenersDontInterfere' FAILED ********************
Note: Google Test filter = JITEventListenerTest.MultipleListenersDontInterfere
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITEventListenerTest
[ RUN      ] JITEventListenerTest.MultipleListenersDontInterfere
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled (5370 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled' FAILED ********************
Note: Google Test filter = JITTest.AvailableExternallyFunctionIsntCompiled
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.AvailableExternallyFunctionIsntCompiled
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.AvailableExternallyFunctionIsntCompiled (3 ms)
[----------] 1 test from JITTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.AvailableExternallyFunctionIsntCompiled

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.Simple (5375 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.Simple' FAILED ********************
Note: Google Test filter = JITEventListenerTest.Simple
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITEventListenerTest
[ RUN      ] JITEventListenerTest.Simple
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionPointersOutliveTheirCreator (5376 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionPointersOutliveTheirCreator' FAILED ********************
Note: Google Test filter = JITTest.FunctionPointersOutliveTheirCreator
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.FunctionPointersOutliveTheirCreator
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.FunctionPointersOutliveTheirCreator (3 ms)
[----------] 1 test from JITTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.FunctionPointersOutliveTheirCreator

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted (5379 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted' FAILED ********************
Note: Google Test filter = JITTest.AvailableExternallyGlobalIsntEmitted
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.AvailableExternallyGlobalIsntEmitted
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.AvailableExternallyGlobalIsntEmitted (4 ms)
[----------] 1 test from JITTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.AvailableExternallyGlobalIsntEmitted

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionIsRecompiledAndRelinked (5380 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionIsRecompiledAndRelinked' FAILED ********************
Note: Google Test filter = JITTest.FunctionIsRecompiledAndRelinked
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.FunctionIsRecompiledAndRelinked
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.FunctionIsRecompiledAndRelinked (3 ms)
[----------] 1 test from JITTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.FunctionIsRecompiledAndRelinked

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.EscapedLazyStubStillCallable (5381 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.EscapedLazyStubStillCallable' FAILED ********************
Note: Google Test filter = JITTest.EscapedLazyStubStillCallable
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.EscapedLazyStubStillCallable
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.EscapedLazyStubStillCallable (3 ms)
[----------] 1 test from JITTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.EscapedLazyStubStillCallable

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NonLazyCompilationStillNeedsStubs (5384 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NonLazyCompilationStillNeedsStubs' FAILED ********************
Note: Google Test filter = JITTest.NonLazyCompilationStillNeedsStubs
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.NonLazyCompilationStillNeedsStubs
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.NonLazyCompilationStillNeedsStubs (4 ms)
[----------] 1 test from JITTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (4 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.NonLazyCompilationStillNeedsStubs

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NoStubs (5386 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NoStubs' FAILED ********************
Note: Google Test filter = JITTest.NoStubs
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.NoStubs
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.NoStubs (3 ms)
[----------] 1 test from JITTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.NoStubs

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled (5387 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled' FAILED ********************
Note: Google Test filter = LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from LazyLoadedJITTest
[ RUN      ] LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
JITTest.cpp:690: Failure
Failed
target does not support JIT code generation
JITTest.cpp:715: Failure
Value of: TheJIT.get()
  Actual: false
Expected: true
Failed to create JIT.
[  FAILED  ] LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled (7 ms)
[----------] 1 test from LazyLoadedJITTest (7 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (7 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.ModuleDeletion (5388 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.ModuleDeletion' FAILED ********************
Note: Google Test filter = JITTest.ModuleDeletion
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.ModuleDeletion
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.ModuleDeletion (3 ms)
[----------] 1 test from JITTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.ModuleDeletion

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NonLazyLeaksNoStubs (5389 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NonLazyLeaksNoStubs' FAILED ********************
Note: Google Test filter = JITTest.NonLazyLeaksNoStubs
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.NonLazyLeaksNoStubs
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.NonLazyLeaksNoStubs (3 ms)
[----------] 1 test from JITTest (4 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.NonLazyLeaksNoStubs

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FarCallToKnownFunction (5390 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FarCallToKnownFunction' FAILED ********************
Note: Google Test filter = JITTest.FarCallToKnownFunction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.FarCallToKnownFunction
JITTest.cpp:202: Failure
Value of: TheJIT.get() != NULL
  Actual: false
Expected: true
target does not support JIT code generation
[  FAILED  ] JITTest.FarCallToKnownFunction (3 ms)
[----------] 1 test from JITTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JITTest.FarCallToKnownFunction

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.EagerCompiledRecursionThroughGhost (5391 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.EagerCompiledRecursionThroughGhost' FAILED ********************
Note: Google Test filter = LazyLoadedJITTest.EagerCompiledRecursionThroughGhost
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from LazyLoadedJITTest
[ RUN      ] LazyLoadedJITTest.EagerCompiledRecursionThroughGhost
JITTest.cpp:690: Failure
Failed
target does not support JIT code generation
JITTest.cpp:754: Failure
Value of: TheJIT.get()
  Actual: false
Expected: true
Failed to create JIT.
[  FAILED  ] LazyLoadedJITTest.EagerCompiledRecursionThroughGhost (10 ms)
[----------] 1 test from LazyLoadedJITTest (10 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (11 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] LazyLoadedJITTest.EagerCompiledRecursionThroughGhost

 1 FAILED TEST
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/MultiJitTest.JitPool (5395 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/MultiJitTest.JitPool' FAILED ********************
Note: Google Test filter = MultiJitTest.JitPool
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MultiJitTest
[ RUN      ] MultiJitTest.JitPool
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.MatchesMachineCodeInfo (5406 of 5497)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.MatchesMachineCodeInfo' FAILED ********************
Note: Google Test filter = JITEventListenerTest.MatchesMachineCodeInfo
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITEventListenerTest
[ RUN      ] JITEventListenerTest.MatchesMachineCodeInfo
WARNING: This target JIT is not designed for the host you are running.  If bad things happen, please choose a different -march switch.

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 236.75s
********************
Unexpected Passing Tests (1):
    LLVM :: Transforms/SimplifyLibCalls/floor.ll

********************
Failing Tests (676):
    LLVM :: Analysis/BasicAA/phi-and-select.ll
    LLVM :: Analysis/BasicAA/pure-const-dce.ll
    LLVM :: Analysis/CallGraph/2008-09-09-DirectCall.ll
    LLVM :: Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
    LLVM :: Analysis/ScalarEvolution/and-xor.ll
    LLVM :: Analysis/ScalarEvolution/avoid-smax-1.ll
    LLVM :: Analysis/ScalarEvolution/nsw.ll
    LLVM :: Analysis/ScalarEvolution/sext-inreg.ll
    LLVM :: Analysis/ScalarEvolution/sext-iv-0.ll
    LLVM :: Analysis/ScalarEvolution/sext-iv-1.ll
    LLVM :: Analysis/ScalarEvolution/smax.ll
    LLVM :: Analysis/ScalarEvolution/trip-count5.ll
    LLVM :: Assembler/2007-12-11-AddressSpaces.ll
    LLVM :: Assembler/2008-09-02-FunctionNotes.ll
    LLVM :: Assembler/AutoUpgradeIntrinsics.ll
    LLVM :: Assembler/aggregate-constant-values.ll
    LLVM :: Assembler/huge-array.ll
    LLVM :: Assembler/insertextractvalue.ll
    LLVM :: Assembler/vector-shift.ll
    LLVM :: CodeGen/ARM/2007-05-07-tailmerge-1.ll
    LLVM :: CodeGen/ARM/2007-05-09-tailmerge-2.ll
    LLVM :: CodeGen/ARM/2007-05-22-tailmerge-3.ll
    LLVM :: CodeGen/ARM/2009-07-18-RewriterBug.ll
    LLVM :: CodeGen/ARM/aliases.ll
    LLVM :: CodeGen/ARM/bits.ll
    LLVM :: CodeGen/ARM/cse-libcalls.ll
    LLVM :: CodeGen/ARM/fcopysign.ll
    LLVM :: CodeGen/ARM/hello.ll
    LLVM :: CodeGen/ARM/ifcvt1.ll
    LLVM :: CodeGen/ARM/ifcvt3.ll
    LLVM :: CodeGen/ARM/ifcvt4.ll
    LLVM :: CodeGen/ARM/ifcvt6.ll
    LLVM :: CodeGen/ARM/ifcvt7.ll
    LLVM :: CodeGen/ARM/ifcvt8.ll
    LLVM :: CodeGen/ARM/insn-sched1.ll
    LLVM :: CodeGen/ARM/ldr_post.ll
    LLVM :: CodeGen/ARM/ldr_pre.ll
    LLVM :: CodeGen/ARM/long-setcc.ll
    LLVM :: CodeGen/ARM/mul.ll
    LLVM :: CodeGen/ARM/mulhi.ll
    LLVM :: CodeGen/ARM/mvn.ll
    LLVM :: CodeGen/ARM/neon_ld1.ll
    LLVM :: CodeGen/ARM/neon_ld2.ll
    LLVM :: CodeGen/ARM/select_xform.ll
    LLVM :: CodeGen/ARM/smul.ll
    LLVM :: CodeGen/ARM/stack-frame.ll
    LLVM :: CodeGen/ARM/stm.ll
    LLVM :: CodeGen/ARM/str_pre.ll
    LLVM :: CodeGen/ARM/str_trunc.ll
    LLVM :: CodeGen/ARM/sxt_rot.ll
    LLVM :: CodeGen/ARM/trunc_ldr.ll
    LLVM :: CodeGen/ARM/unord.ll
    LLVM :: CodeGen/ARM/uxt_rot.ll
    LLVM :: CodeGen/ARM/uxtb.ll
    LLVM :: CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
    LLVM :: CodeGen/Alpha/add.ll
    LLVM :: CodeGen/Alpha/cmpbge.ll
    LLVM :: CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
    LLVM :: CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll
    LLVM :: CodeGen/CellSPU/and_ops.ll
    LLVM :: CodeGen/CellSPU/bigstack.ll
    LLVM :: CodeGen/CellSPU/call.ll
    LLVM :: CodeGen/CellSPU/call_indirect.ll
    LLVM :: CodeGen/CellSPU/ctpop.ll
    LLVM :: CodeGen/CellSPU/dp_farith.ll
    LLVM :: CodeGen/CellSPU/eqv.ll
    LLVM :: CodeGen/CellSPU/extract_elt.ll
    LLVM :: CodeGen/CellSPU/fcmp32.ll
    LLVM :: CodeGen/CellSPU/fdiv.ll
    LLVM :: CodeGen/CellSPU/fneg-fabs.ll
    LLVM :: CodeGen/CellSPU/i64ops.ll
    LLVM :: CodeGen/CellSPU/icmp16.ll
    LLVM :: CodeGen/CellSPU/icmp32.ll
    LLVM :: CodeGen/CellSPU/icmp64.ll
    LLVM :: CodeGen/CellSPU/icmp8.ll
    LLVM :: CodeGen/CellSPU/immed16.ll
    LLVM :: CodeGen/CellSPU/immed32.ll
    LLVM :: CodeGen/CellSPU/immed64.ll
    LLVM :: CodeGen/CellSPU/int2fp.ll
    LLVM :: CodeGen/CellSPU/intrinsics_branch.ll
    LLVM :: CodeGen/CellSPU/intrinsics_float.ll
    LLVM :: CodeGen/CellSPU/intrinsics_logical.ll
    LLVM :: CodeGen/CellSPU/mul_ops.ll
    LLVM :: CodeGen/CellSPU/nand.ll
    LLVM :: CodeGen/CellSPU/or_ops.ll
    LLVM :: CodeGen/CellSPU/rotate_ops.ll
    LLVM :: CodeGen/CellSPU/select_bits.ll
    LLVM :: CodeGen/CellSPU/shift_ops.ll
    LLVM :: CodeGen/CellSPU/sp_farith.ll
    LLVM :: CodeGen/CellSPU/stores.ll
    LLVM :: CodeGen/CellSPU/struct_1.ll
    LLVM :: CodeGen/CellSPU/trunc.ll
    LLVM :: CodeGen/CellSPU/vec_const.ll
    LLVM :: CodeGen/CellSPU/vecinsert.ll
    LLVM :: CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
    LLVM :: CodeGen/Generic/addr-label.ll
    LLVM :: CodeGen/Generic/asm-large-immediate.ll
    LLVM :: CodeGen/MSP430/2009-05-17-Shift.ll
    LLVM :: CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
    LLVM :: CodeGen/Mips/2008-06-05-Carry.ll
    LLVM :: CodeGen/Mips/2008-07-03-SRet.ll
    LLVM :: CodeGen/Mips/2008-07-05-ByVal.ll
    LLVM :: CodeGen/Mips/2008-07-07-Float2Int.ll
    LLVM :: CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
    LLVM :: CodeGen/Mips/2008-07-15-InternalConstant.ll
    LLVM :: CodeGen/Mips/2008-07-15-SmallSection.ll
    LLVM :: CodeGen/Mips/2008-07-16-SignExtInReg.ll
    LLVM :: CodeGen/Mips/2008-07-22-Cstpool.ll
    LLVM :: CodeGen/Mips/2008-07-23-fpcmp.ll
    LLVM :: CodeGen/Mips/2008-07-29-icmp.ll
    LLVM :: CodeGen/Mips/2008-07-31-fcopysign.ll
    LLVM :: CodeGen/Mips/2008-08-01-AsmInline.ll
    LLVM :: CodeGen/Mips/2008-08-03-fabs64.ll
    LLVM :: CodeGen/Mips/2008-08-04-Bitconvert.ll
    LLVM :: CodeGen/Mips/2008-08-06-Alloca.ll
    LLVM :: CodeGen/Mips/2008-08-07-FPRound.ll
    LLVM :: CodeGen/Mips/2008-08-08-bswap.ll
    LLVM :: CodeGen/Mips/2008-08-08-ctlz.ll
    LLVM :: CodeGen/PIC16/C16-15.ll
    LLVM :: CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
    LLVM :: CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
    LLVM :: CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
    LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
    LLVM :: CodeGen/PowerPC/2007-09-04-AltivecDST.ll
    LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll
    LLVM :: CodeGen/PowerPC/atomic-1.ll
    LLVM :: CodeGen/PowerPC/atomic-2.ll
    LLVM :: CodeGen/PowerPC/branch-opt.ll
    LLVM :: CodeGen/PowerPC/buildvec_canonicalize.ll
    LLVM :: CodeGen/PowerPC/calls.ll
    LLVM :: CodeGen/PowerPC/constants.ll
    LLVM :: CodeGen/PowerPC/eqv-andc-orc-nor.ll
    LLVM :: CodeGen/PowerPC/extsh.ll
    LLVM :: CodeGen/PowerPC/fma.ll
    LLVM :: CodeGen/PowerPC/fp-branch.ll
    LLVM :: CodeGen/PowerPC/fp_to_uint.ll
    LLVM :: CodeGen/PowerPC/hidden-vis-2.ll
    LLVM :: CodeGen/PowerPC/i128-and-beyond.ll
    LLVM :: CodeGen/PowerPC/mulhs.ll
    LLVM :: CodeGen/PowerPC/rlwimi.ll
    LLVM :: CodeGen/PowerPC/rlwimi2.ll
    LLVM :: CodeGen/PowerPC/rlwinm.ll
    LLVM :: CodeGen/PowerPC/rlwinm2.ll
    LLVM :: CodeGen/PowerPC/rotl-2.ll
    LLVM :: CodeGen/PowerPC/rotl.ll
    LLVM :: CodeGen/PowerPC/shift128.ll
    LLVM :: CodeGen/PowerPC/subc.ll
    LLVM :: CodeGen/PowerPC/unsafe-math.ll
    LLVM :: CodeGen/PowerPC/vcmp-fold.ll
    LLVM :: CodeGen/PowerPC/vec_shuffle.ll
    LLVM :: CodeGen/PowerPC/vec_splat.ll
    LLVM :: CodeGen/SPARC/xnor.ll
    LLVM :: CodeGen/SystemZ/01-RetImm.ll
    LLVM :: CodeGen/SystemZ/02-RetAndImm.ll
    LLVM :: CodeGen/SystemZ/02-RetNeg.ll
    LLVM :: CodeGen/SystemZ/02-RetOrImm.ll
    LLVM :: CodeGen/SystemZ/03-RetAddImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetAddSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetAndImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetAndSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetArgSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetNegImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetOrImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetOrSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetSubImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetSubSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetXorImmSubreg.ll
    LLVM :: CodeGen/SystemZ/03-RetXorSubreg.ll
    LLVM :: CodeGen/SystemZ/04-RetShifts.ll
    LLVM :: CodeGen/SystemZ/05-LoadAddr.ll
    LLVM :: CodeGen/SystemZ/05-MemImmStores.ll
    LLVM :: CodeGen/SystemZ/05-MemLoadsStores.ll
    LLVM :: CodeGen/SystemZ/05-MemLoadsStores16.ll
    LLVM :: CodeGen/SystemZ/05-MemRegLoads.ll
    LLVM :: CodeGen/SystemZ/06-CallViaStack.ll
    LLVM :: CodeGen/SystemZ/06-FrameIdxLoad.ll
    LLVM :: CodeGen/SystemZ/06-LocalFrame.ll
    LLVM :: CodeGen/SystemZ/07-BrCond.ll
    LLVM :: CodeGen/SystemZ/07-BrCond32.ll
    LLVM :: CodeGen/SystemZ/07-CmpImm.ll
    LLVM :: CodeGen/SystemZ/07-CmpImm32.ll
    LLVM :: CodeGen/SystemZ/08-DivRem.ll
    LLVM :: CodeGen/SystemZ/08-DivRemMemOp.ll
    LLVM :: CodeGen/SystemZ/08-SimpleMuls.ll
    LLVM :: CodeGen/SystemZ/09-Globals.ll
    LLVM :: CodeGen/SystemZ/10-FuncsPic.ll
    LLVM :: CodeGen/SystemZ/10-GlobalsPic.ll
    LLVM :: CodeGen/SystemZ/2009-06-02-And32Imm.ll
    LLVM :: CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll
    LLVM :: CodeGen/Thumb/long-setcc.ll
    LLVM :: CodeGen/Thumb/long.ll
    LLVM :: CodeGen/Thumb/mul.ll
    LLVM :: CodeGen/Thumb/select.ll
    LLVM :: CodeGen/Thumb/stack-frame.ll
    LLVM :: CodeGen/Thumb/unord.ll
    LLVM :: CodeGen/Thumb/vargs.ll
    LLVM :: CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
    LLVM :: CodeGen/Thumb2/cross-rc-coalescing-2.ll
    LLVM :: CodeGen/Thumb2/thumb2-ldr_ext.ll
    LLVM :: CodeGen/Thumb2/thumb2-ldr_post.ll
    LLVM :: CodeGen/Thumb2/thumb2-ldr_pre.ll
    LLVM :: CodeGen/Thumb2/thumb2-mulhi.ll
    LLVM :: CodeGen/X86/2004-02-12-Memcpy.ll
    LLVM :: CodeGen/X86/2004-02-13-FrameReturnAddress.ll
    LLVM :: CodeGen/X86/2006-01-19-ISelFoldingBug.ll
    LLVM :: CodeGen/X86/2006-04-27-ISelFoldingBug.ll
    LLVM :: CodeGen/X86/2006-11-17-IllegalMove.ll
    LLVM :: CodeGen/X86/2006-11-28-Memcpy.ll
    LLVM :: CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
    LLVM :: CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
    LLVM :: CodeGen/X86/2007-09-17-ObjcFrameEH.ll
    LLVM :: CodeGen/X86/2007-10-29-ExtendSetCC.ll
    LLVM :: CodeGen/X86/2007-12-18-LoadCSEBug.ll
    LLVM :: CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
    LLVM :: CodeGen/X86/2008-03-18-CoalescerBug.ll
    LLVM :: CodeGen/X86/2008-05-12-tailmerge-5.ll
    LLVM :: CodeGen/X86/2008-05-21-CoalescerBug.ll
    LLVM :: CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
    LLVM :: CodeGen/X86/2008-06-13-VolatileLoadStore.ll
    LLVM :: CodeGen/X86/2008-06-16-SubregsBug.ll
    LLVM :: CodeGen/X86/2008-07-19-movups-spills.ll
    LLVM :: CodeGen/X86/2008-08-23-X86-64AsmBug.ll
    LLVM :: CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll
    LLVM :: CodeGen/X86/2008-08-31-EH_RETURN32.ll
    LLVM :: CodeGen/X86/2008-08-31-EH_RETURN64.ll
    LLVM :: CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
    LLVM :: CodeGen/X86/2008-09-25-sseregparm-1.ll
    LLVM :: CodeGen/X86/2008-10-06-x87ld-nan-2.ll
    LLVM :: CodeGen/X86/2008-10-27-StackRealignment.ll
    LLVM :: CodeGen/X86/2008-11-29-DivideConstant16bit.ll
    LLVM :: CodeGen/X86/2008-11-29-ULT-Sign.ll
    LLVM :: CodeGen/X86/2008-12-02-dagcombine-1.ll
    LLVM :: CodeGen/X86/2008-12-02-dagcombine-2.ll
    LLVM :: CodeGen/X86/2008-12-02-dagcombine-3.ll
    LLVM :: CodeGen/X86/2008-12-16-dagcombine-4.ll
    LLVM :: CodeGen/X86/2008-12-22-dagcombine-5.ll
    LLVM :: CodeGen/X86/2008-12-23-crazy-address.ll
    LLVM :: CodeGen/X86/2008-12-23-dagcombine-6.ll
    LLVM :: CodeGen/X86/2009-02-05-CoalescerBug.ll
    LLVM :: CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
    LLVM :: CodeGen/X86/2009-02-21-ExtWeakInitializer.ll
    LLVM :: CodeGen/X86/2009-04-12-picrel.ll
    LLVM :: CodeGen/X86/2009-04-25-CoalescerBug.ll
    LLVM :: CodeGen/X86/2009-06-05-VZextByteShort.ll
    LLVM :: CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
    LLVM :: CodeGen/X86/SwitchLowering.ll
    LLVM :: CodeGen/X86/aliases.ll
    LLVM :: CodeGen/X86/all-ones-vector.ll
    LLVM :: CodeGen/X86/alloca-align-rounding-32.ll
    LLVM :: CodeGen/X86/alloca-align-rounding.ll
    LLVM :: CodeGen/X86/anyext.ll
    LLVM :: CodeGen/X86/atomic_op.ll
    LLVM :: CodeGen/X86/avoid-loop-align-2.ll
    LLVM :: CodeGen/X86/bitcast2.ll
    LLVM :: CodeGen/X86/break-anti-dependencies.ll
    LLVM :: CodeGen/X86/bswap.ll
    LLVM :: CodeGen/X86/bt.ll
    LLVM :: CodeGen/X86/byval2.ll
    LLVM :: CodeGen/X86/byval3.ll
    LLVM :: CodeGen/X86/byval4.ll
    LLVM :: CodeGen/X86/byval5.ll
    LLVM :: CodeGen/X86/change-compare-stride-0.ll
    LLVM :: CodeGen/X86/change-compare-stride-1.ll
    LLVM :: CodeGen/X86/cmp-test.ll
    LLVM :: CodeGen/X86/cmp2.ll
    LLVM :: CodeGen/X86/coalescer-commute2.ll
    LLVM :: CodeGen/X86/coalescer-commute3.ll
    LLVM :: CodeGen/X86/coalescer-remat.ll
    LLVM :: CodeGen/X86/combine-lds.ll
    LLVM :: CodeGen/X86/commute-two-addr.ll
    LLVM :: CodeGen/X86/compare_folding.ll
    LLVM :: CodeGen/X86/compiler_used.ll
    LLVM :: CodeGen/X86/complex-fca.ll
    LLVM :: CodeGen/X86/constant-pool-remat-0.ll
    LLVM :: CodeGen/X86/copysign-zero.ll
    LLVM :: CodeGen/X86/divrem.ll
    LLVM :: CodeGen/X86/extend.ll
    LLVM :: CodeGen/X86/extern_weak.ll
    LLVM :: CodeGen/X86/extmul128.ll
    LLVM :: CodeGen/X86/extmul64.ll
    LLVM :: CodeGen/X86/extractps.ll
    LLVM :: CodeGen/X86/fabs.ll
    LLVM :: CodeGen/X86/fast-isel-fneg.ll
    LLVM :: CodeGen/X86/fast-isel-mem.ll
    LLVM :: CodeGen/X86/fastcc-2.ll
    LLVM :: CodeGen/X86/fastcc-byval.ll
    LLVM :: CodeGen/X86/field-extract-use-trunc.ll
    LLVM :: CodeGen/X86/fildll.ll
    LLVM :: CodeGen/X86/fold-call-2.ll
    LLVM :: CodeGen/X86/fold-pcmpeqd-0.ll
    LLVM :: CodeGen/X86/fold-pcmpeqd-1.ll
    LLVM :: CodeGen/X86/fold-pcmpeqd-2.ll
    LLVM :: CodeGen/X86/fold-sext-trunc.ll
    LLVM :: CodeGen/X86/fp-stack-ret.ll
    LLVM :: CodeGen/X86/fp-stack-set-st1.ll
    LLVM :: CodeGen/X86/fsxor-alignment.ll
    LLVM :: CodeGen/X86/full-lsr.ll
    LLVM :: CodeGen/X86/ga-offset.ll
    LLVM :: CodeGen/X86/h-register-addressing-32.ll
    LLVM :: CodeGen/X86/h-register-addressing-64.ll
    LLVM :: CodeGen/X86/h-register-store.ll
    LLVM :: CodeGen/X86/h-registers-1.ll
    LLVM :: CodeGen/X86/h-registers-2.ll
    LLVM :: CodeGen/X86/h-registers-3.ll
    LLVM :: CodeGen/X86/hidden-vis-2.ll
    LLVM :: CodeGen/X86/i128-and-beyond.ll
    LLVM :: CodeGen/X86/i128-immediate.ll
    LLVM :: CodeGen/X86/i256-add.ll
    LLVM :: CodeGen/X86/imul-lea-2.ll
    LLVM :: CodeGen/X86/inline-asm-tied.ll
    LLVM :: CodeGen/X86/ins_subreg_coalesce-3.ll
    LLVM :: CodeGen/X86/isint.ll
    LLVM :: CodeGen/X86/iv-users-in-other-loops.ll
    LLVM :: CodeGen/X86/lea-4.ll
    LLVM :: CodeGen/X86/lea-recursion.ll
    LLVM :: CodeGen/X86/legalizedag_vec.ll
    LLVM :: CodeGen/X86/long-setcc.ll
    LLVM :: CodeGen/X86/loop-strength-reduce3.ll
    LLVM :: CodeGen/X86/loop-strength-reduce5.ll
    LLVM :: CodeGen/X86/lsr-normalization.ll
    LLVM :: CodeGen/X86/lsr-sort.ll
    LLVM :: CodeGen/X86/masked-iv-safe.ll
    LLVM :: CodeGen/X86/masked-iv-unsafe.ll
    LLVM :: CodeGen/X86/memset.ll
    LLVM :: CodeGen/X86/memset64-on-x86-32.ll
    LLVM :: CodeGen/X86/mmx-arg-passing.ll
    LLVM :: CodeGen/X86/mmx-arg-passing2.ll
    LLVM :: CodeGen/X86/mmx-bitcast-to-i64.ll
    LLVM :: CodeGen/X86/mmx-pinsrw.ll
    LLVM :: CodeGen/X86/mmx-punpckhdq.ll
    LLVM :: CodeGen/X86/mul-remat.ll
    LLVM :: CodeGen/X86/mul128.ll
    LLVM :: CodeGen/X86/mul64.ll
    LLVM :: CodeGen/X86/nancvt.ll
    LLVM :: CodeGen/X86/narrow_op-1.ll
    LLVM :: CodeGen/X86/neg_fp.ll
    LLVM :: CodeGen/X86/opt-ext-uses.ll
    LLVM :: CodeGen/X86/optimize-max-2.ll
    LLVM :: CodeGen/X86/peep-test-1.ll
    LLVM :: CodeGen/X86/peep-vector-extract-insert.ll
    LLVM :: CodeGen/X86/phi-immediate-factoring.ll
    LLVM :: CodeGen/X86/phys_subreg_coalesce-2.ll
    LLVM :: CodeGen/X86/pmul.ll
    LLVM :: CodeGen/X86/postalloc-coalescing.ll
    LLVM :: CodeGen/X86/powi.ll
    LLVM :: CodeGen/X86/pr1489.ll
    LLVM :: CodeGen/X86/pr1505b.ll
    LLVM :: CodeGen/X86/pr2182.ll
    LLVM :: CodeGen/X86/pr2656.ll
    LLVM :: CodeGen/X86/pr2659.ll
    LLVM :: CodeGen/X86/pre-split2.ll
    LLVM :: CodeGen/X86/pre-split6.ll
    LLVM :: CodeGen/X86/red-zone2.ll
    LLVM :: CodeGen/X86/remat-constant.ll
    LLVM :: CodeGen/X86/ret-i64-0.ll
    LLVM :: CodeGen/X86/rodata-relocs.ll
    LLVM :: CodeGen/X86/rot64.ll
    LLVM :: CodeGen/X86/rotate.ll
    LLVM :: CodeGen/X86/rotate2.ll
    LLVM :: CodeGen/X86/scalar-min-max-fill-operand.ll
    LLVM :: CodeGen/X86/scalar_sse_minmax.ll
    LLVM :: CodeGen/X86/select-zero-one.ll
    LLVM :: CodeGen/X86/setoeq.ll
    LLVM :: CodeGen/X86/sext-ret-val.ll
    LLVM :: CodeGen/X86/shift-and.ll
    LLVM :: CodeGen/X86/shift-codegen.ll
    LLVM :: CodeGen/X86/shift-double.ll
    LLVM :: CodeGen/X86/shift-folding.ll
    LLVM :: CodeGen/X86/sincos.ll
    LLVM :: CodeGen/X86/small-byval-memcpy.ll
    LLVM :: CodeGen/X86/smul-with-overflow-2.ll
    LLVM :: CodeGen/X86/smul-with-overflow-3.ll
    LLVM :: CodeGen/X86/smul-with-overflow.ll
    LLVM :: CodeGen/X86/split-select.ll
    LLVM :: CodeGen/X86/split-vector-rem.ll
    LLVM :: CodeGen/X86/sse-align-1.ll
    LLVM :: CodeGen/X86/sse-align-10.ll
    LLVM :: CodeGen/X86/sse-align-2.ll
    LLVM :: CodeGen/X86/sse-align-3.ll
    LLVM :: CodeGen/X86/sse-align-4.ll
    LLVM :: CodeGen/X86/sse-align-5.ll
    LLVM :: CodeGen/X86/sse-align-6.ll
    LLVM :: CodeGen/X86/sse-align-7.ll
    LLVM :: CodeGen/X86/sse-align-8.ll
    LLVM :: CodeGen/X86/sse-align-9.ll
    LLVM :: CodeGen/X86/sse_reload_fold.ll
    LLVM :: CodeGen/X86/store-global-address.ll
    LLVM :: CodeGen/X86/sub-with-overflow.ll
    LLVM :: CodeGen/X86/subreg-to-reg-0.ll
    LLVM :: CodeGen/X86/subreg-to-reg-1.ll
    LLVM :: CodeGen/X86/switch-crit-edge-constant.ll
    LLVM :: CodeGen/X86/switch-zextload.ll
    LLVM :: CodeGen/X86/tailcall1.ll
    LLVM :: CodeGen/X86/tailcallbyval.ll
    LLVM :: CodeGen/X86/testl-commute.ll
    LLVM :: CodeGen/X86/tls15.ll
    LLVM :: CodeGen/X86/twoaddr-coalesce.ll
    LLVM :: CodeGen/X86/twoaddr-remat.ll
    LLVM :: CodeGen/X86/uint_to_fp-2.ll
    LLVM :: CodeGen/X86/vec_align.ll
    LLVM :: CodeGen/X86/vec_extract-sse4.ll
    LLVM :: CodeGen/X86/vec_extract.ll
    LLVM :: CodeGen/X86/vec_i64.ll
    LLVM :: CodeGen/X86/vec_ins_extract-1.ll
    LLVM :: CodeGen/X86/vec_insert-2.ll
    LLVM :: CodeGen/X86/vec_insert-3.ll
    LLVM :: CodeGen/X86/vec_insert-4.ll
    LLVM :: CodeGen/X86/vec_insert-9.ll
    LLVM :: CodeGen/X86/vec_insert.ll
    LLVM :: CodeGen/X86/vec_logical.ll
    LLVM :: CodeGen/X86/vec_return.ll
    LLVM :: CodeGen/X86/vec_set-2.ll
    LLVM :: CodeGen/X86/vec_set-3.ll
    LLVM :: CodeGen/X86/vec_set-4.ll
    LLVM :: CodeGen/X86/vec_set-5.ll
    LLVM :: CodeGen/X86/vec_set-6.ll
    LLVM :: CodeGen/X86/vec_set-7.ll
    LLVM :: CodeGen/X86/vec_set-9.ll
    LLVM :: CodeGen/X86/vec_set-B.ll
    LLVM :: CodeGen/X86/vec_set-C.ll
    LLVM :: CodeGen/X86/vec_set-F.ll
    LLVM :: CodeGen/X86/vec_set.ll
    LLVM :: CodeGen/X86/vec_shift3.ll
    LLVM :: CodeGen/X86/vec_shuffle-14.ll
    LLVM :: CodeGen/X86/vec_shuffle-16.ll
    LLVM :: CodeGen/X86/vec_shuffle-18.ll
    LLVM :: CodeGen/X86/vec_shuffle-25.ll
    LLVM :: CodeGen/X86/vec_shuffle-26.ll
    LLVM :: CodeGen/X86/vec_shuffle-27.ll
    LLVM :: CodeGen/X86/vec_shuffle-28.ll
    LLVM :: CodeGen/X86/vec_shuffle-30.ll
    LLVM :: CodeGen/X86/vec_shuffle-31.ll
    LLVM :: CodeGen/X86/vec_shuffle-34.ll
    LLVM :: CodeGen/X86/vec_shuffle-35.ll
    LLVM :: CodeGen/X86/vec_shuffle.ll
    LLVM :: CodeGen/X86/vec_splat-2.ll
    LLVM :: CodeGen/X86/vec_splat-3.ll
    LLVM :: CodeGen/X86/vec_splat-4.ll
    LLVM :: CodeGen/X86/vec_zero_cse.ll
    LLVM :: CodeGen/X86/vector-intrinsics.ll
    LLVM :: CodeGen/X86/vector-rem.ll
    LLVM :: CodeGen/X86/vector-variable-idx.ll
    LLVM :: CodeGen/X86/volatile.ll
    LLVM :: CodeGen/X86/x86-64-disp.ll
    LLVM :: CodeGen/X86/x86-64-mem.ll
    LLVM :: CodeGen/X86/x86-64-ret0.ll
    LLVM :: CodeGen/X86/x86-frameaddr2.ll
    LLVM :: CodeGen/XCore/bitrev.ll
    LLVM :: CodeGen/XCore/cos.ll
    LLVM :: CodeGen/XCore/exp.ll
    LLVM :: CodeGen/XCore/exp2.ll
    LLVM :: CodeGen/XCore/fneg.ll
    LLVM :: CodeGen/XCore/getid.ll
    LLVM :: CodeGen/XCore/load.ll
    LLVM :: CodeGen/XCore/log.ll
    LLVM :: CodeGen/XCore/log10.ll
    LLVM :: CodeGen/XCore/log2.ll
    LLVM :: CodeGen/XCore/pow.ll
    LLVM :: CodeGen/XCore/powi.ll
    LLVM :: CodeGen/XCore/sin.ll
    LLVM :: CodeGen/XCore/sqrt.ll
    LLVM :: CodeGen/XCore/store.ll
    LLVM :: CodeGen/XCore/trap.ll
    LLVM :: CodeGen/XCore/unaligned_load.ll
    LLVM :: CodeGen/XCore/unaligned_store.ll
    LLVM :: CodeGen/XCore/unaligned_store_combine.ll
    LLVM :: DebugInfo/2010-04-06-NestedFnDbgInfo.ll
    LLVM :: DebugInfo/2010-04-13-PubType.ll
    LLVM :: DebugInfo/2010-04-25-CU-entry_pc.ll
    LLVM :: DebugInfo/2010-05-10-MultipleCU.ll
    LLVM :: DebugInfo/2010-08-04-StackVariable.ll
    LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
    LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll
    LLVM :: ExecutionEngine/2003-01-04-LoopTest.ll
    LLVM :: ExecutionEngine/2003-01-04-PhiTest.ll
    LLVM :: ExecutionEngine/2003-01-09-SARTest.ll
    LLVM :: ExecutionEngine/2003-01-10-FUCOM.ll
    LLVM :: ExecutionEngine/2003-01-15-AlignmentTest.ll
    LLVM :: ExecutionEngine/2003-05-06-LivenessClobber.ll
    LLVM :: ExecutionEngine/2003-05-07-ArgumentTest.ll
    LLVM :: ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
    LLVM :: ExecutionEngine/2003-06-04-bzip2-bug.ll
    LLVM :: ExecutionEngine/2003-06-05-PHIBug.ll
    LLVM :: ExecutionEngine/2003-08-15-AllocaAssertion.ll
    LLVM :: ExecutionEngine/2003-08-21-EnvironmentTest.ll
    LLVM :: ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
    LLVM :: ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
    LLVM :: ExecutionEngine/2005-12-02-TailCallBug.ll
    LLVM :: ExecutionEngine/hello.ll
    LLVM :: ExecutionEngine/hello2.ll
    LLVM :: ExecutionEngine/simplesttest.ll
    LLVM :: ExecutionEngine/simpletest.ll
    LLVM :: ExecutionEngine/stubs.ll
    LLVM :: ExecutionEngine/test-arith.ll
    LLVM :: ExecutionEngine/test-branch.ll
    LLVM :: ExecutionEngine/test-call.ll
    LLVM :: ExecutionEngine/test-cast.ll
    LLVM :: ExecutionEngine/test-constantexpr.ll
    LLVM :: ExecutionEngine/test-fp.ll
    LLVM :: ExecutionEngine/test-loadstore.ll
    LLVM :: ExecutionEngine/test-logical.ll
    LLVM :: ExecutionEngine/test-loop.ll
    LLVM :: ExecutionEngine/test-malloc.ll
    LLVM :: ExecutionEngine/test-phi.ll
    LLVM :: ExecutionEngine/test-ret.ll
    LLVM :: ExecutionEngine/test-setcond-fp.ll
    LLVM :: ExecutionEngine/test-setcond-int.ll
    LLVM :: ExecutionEngine/test-shift.ll
    LLVM :: Feature/md_on_instruction.ll
    LLVM :: Feature/weak_constant.ll
    LLVM :: TableGen/DefmInherit.td
    LLVM :: TableGen/DefmInsideMultiClass.td
    LLVM :: TableGen/LetInsideMultiClasses.td
    LLVM :: TableGen/MultiClass.td
    LLVM :: TableGen/MultiClassDefName.td
    LLVM :: TableGen/MultiClassInherit.td
    LLVM :: TableGen/Slice.td
    LLVM :: TableGen/TargetInstrSpec.td
    LLVM :: TableGen/cast.td
    LLVM :: TableGen/foreach.td
    LLVM :: TableGen/if.td
    LLVM :: TableGen/nameconcat.td
    LLVM :: TableGen/subst.td
    LLVM :: Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
    LLVM :: Transforms/ArgumentPromotion/byval-2.ll
    LLVM :: Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
    LLVM :: Transforms/DeadArgElim/deadretval2.ll
    LLVM :: Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
    LLVM :: Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
    LLVM :: Transforms/FunctionAttrs/2008-12-31-NoCapture.ll
    LLVM :: Transforms/GVN/2008-02-24-NonDominatedMemcpy.ll
    LLVM :: Transforms/GVN/2008-02-26-MemCpySize.ll
    LLVM :: Transforms/GVN/2008-12-09-SelfRemove.ll
    LLVM :: Transforms/GVN/calls-nonlocal.ll
    LLVM :: Transforms/GVN/calls-readonly.ll
    LLVM :: Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
    LLVM :: Transforms/GlobalOpt/2008-02-16-NestAttr.ll
    LLVM :: Transforms/GlobalOpt/2009-03-06-Anonymous.ll
    LLVM :: Transforms/GlobalOpt/alias-resolve.ll
    LLVM :: Transforms/GlobalOpt/globalsra-unknown-index.ll
    LLVM :: Transforms/IPConstantProp/return-constant.ll
    LLVM :: Transforms/IndVarSimplify/2008-09-02-IVType.ll
    LLVM :: Transforms/IndVarSimplify/ada-loops.ll
    LLVM :: Transforms/IndVarSimplify/addrec-gep.ll
    LLVM :: Transforms/IndVarSimplify/ashr-tripcount.ll
    LLVM :: Transforms/IndVarSimplify/complex-scev.ll
    LLVM :: Transforms/IndVarSimplify/eliminate-max.ll
    LLVM :: Transforms/IndVarSimplify/gep-with-mul-base.ll
    LLVM :: Transforms/IndVarSimplify/iv-sext.ll
    LLVM :: Transforms/IndVarSimplify/lftr-promote.ll
    LLVM :: Transforms/IndVarSimplify/masked-iv.ll
    LLVM :: Transforms/IndVarSimplify/max-pointer.ll
    LLVM :: Transforms/IndVarSimplify/pointer.ll
    LLVM :: Transforms/IndVarSimplify/preserve-gep-nested.ll
    LLVM :: Transforms/IndVarSimplify/preserve-gep.ll
    LLVM :: Transforms/IndVarSimplify/preserve-signed-wrap.ll
    LLVM :: Transforms/IndVarSimplify/signed-trip-count.ll
    LLVM :: Transforms/Inline/2008-09-02-NoInline.ll
    LLVM :: Transforms/InstCombine/2006-10-26-VectorReassoc.ll
    LLVM :: Transforms/InstCombine/2006-12-15-Range-Test.ll
    LLVM :: Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
    LLVM :: Transforms/InstCombine/2007-12-28-IcmpSub2.ll
    LLVM :: Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll
    LLVM :: Transforms/InstCombine/2008-02-16-SDivOverflow.ll
    LLVM :: Transforms/InstCombine/2008-03-13-IntToPtr.ll
    LLVM :: Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
    LLVM :: Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
    LLVM :: Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
    LLVM :: Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll
    LLVM :: Transforms/InstCombine/2008-06-08-ICmpPHI.ll
    LLVM :: Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll
    LLVM :: Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll
    LLVM :: Transforms/InstCombine/2008-06-19-UncondLoad.ll
    LLVM :: Transforms/InstCombine/2008-07-08-AndICmp.ll
    LLVM :: Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
    LLVM :: Transforms/InstCombine/2008-11-20-DivMulRem.ll
    LLVM :: Transforms/InstCombine/2009-01-08-AlignAlloca.ll
    LLVM :: Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
    LLVM :: Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
    LLVM :: Transforms/InstCombine/add-shrink.ll
    LLVM :: Transforms/InstCombine/add3.ll
    LLVM :: Transforms/InstCombine/addnegneg.ll
    LLVM :: Transforms/InstCombine/adjust-for-sminmax.ll
    LLVM :: Transforms/InstCombine/align-2d-gep.ll
    LLVM :: Transforms/InstCombine/and-compare.ll
    LLVM :: Transforms/InstCombine/and-fcmp.ll
    LLVM :: Transforms/InstCombine/and-not-or.ll
    LLVM :: Transforms/InstCombine/and-or-not.ll
    LLVM :: Transforms/InstCombine/and-or.ll
    LLVM :: Transforms/InstCombine/and-xor-merge.ll
    LLVM :: Transforms/InstCombine/apint-and-compare.ll
    LLVM :: Transforms/InstCombine/apint-and-xor-merge.ll
    LLVM :: Transforms/InstCombine/apint-shift-simplify.ll
    LLVM :: Transforms/InstCombine/bitcast-vec-canon.ll
    LLVM :: Transforms/InstCombine/bswap.ll
    LLVM :: Transforms/InstCombine/fp-ret-bitcast.ll
    LLVM :: Transforms/InstCombine/loadstore-alignment.ll
    LLVM :: Transforms/InstCombine/lshr-phi.ll
    LLVM :: Transforms/InstCombine/or-fcmp.ll
    LLVM :: Transforms/InstCombine/or-to-xor.ll
    LLVM :: Transforms/InstCombine/phi-merge-gep.ll
    LLVM :: Transforms/InstCombine/select-2.ll
    LLVM :: Transforms/InstCombine/stack-overalign.ll
    LLVM :: Transforms/InstCombine/stacksaverestore.ll
    LLVM :: Transforms/InstCombine/udiv-simplify-bug-0.ll
    LLVM :: Transforms/InstCombine/udiv-simplify-bug-1.ll
    LLVM :: Transforms/InstCombine/udiv_select_to_select_shift.ll
    LLVM :: Transforms/InstCombine/zero-point-zero-add.ll
    LLVM :: Transforms/InstCombine/zext-fold.ll
    LLVM :: Transforms/InstCombine/zext-or-icmp.ll
    LLVM :: Transforms/Internalize/2008-05-09-AllButMain.ll
    LLVM :: Transforms/Internalize/2009-01-05-InternalizeAliases.ll
    LLVM :: Transforms/JumpThreading/no-irreducible-loops.ll
    LLVM :: Transforms/LICM/2003-12-11-SinkingToPHI.ll
    LLVM :: Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll
    LLVM :: Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll
    LLVM :: Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll
    LLVM :: Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll
    LLVM :: Transforms/LoopSimplify/indirectbr.ll
    LLVM :: Transforms/LoopSimplify/merge-exits.ll
    LLVM :: Transforms/LoopSimplify/phi-node-simplify.ll
    LLVM :: Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
    LLVM :: Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll
    LLVM :: Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll
    LLVM :: Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll
    LLVM :: Transforms/LoopStrengthReduce/dead-phi.ll
    LLVM :: Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
    LLVM :: Transforms/LoopStrengthReduce/pr2570.ll
    LLVM :: Transforms/LoopStrengthReduce/related_indvars.ll
    LLVM :: Transforms/LoopStrengthReduce/share_code_in_preheader.ll
    LLVM :: Transforms/LoopStrengthReduce/share_ivs.ll
    LLVM :: Transforms/LoopUnswitch/2008-11-03-Invariant.ll
    LLVM :: Transforms/LowerSwitch/feature.ll
    LLVM :: Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
    LLVM :: Transforms/Mem2Reg/ConvertDebugInfo2.ll
    LLVM :: Transforms/MemCpyOpt/form-memset2.ll
    LLVM :: Transforms/MemCpyOpt/memcpy.ll
    LLVM :: Transforms/MergeFunc/fold-weak.ll
    LLVM :: Transforms/PruneEH/2008-09-05-CGUpdate.ll
    LLVM :: Transforms/Reassociate/mulfactor.ll
    LLVM :: Transforms/Reassociate/mulfactor2.ll
    LLVM :: Transforms/Reassociate/shift-factor.ll
    LLVM :: Transforms/Reassociate/subtest2.ll
    LLVM :: Transforms/SCCP/2008-01-27-UndefCorrelate.ll
    LLVM :: Transforms/SRETPromotion/basictest.ll
    LLVM :: Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll
    LLVM :: Transforms/SimplifyCFG/SpeculativeExec.ll
    LLVM :: Transforms/SimplifyCFG/branch-branch-dbginfo.ll
    LLVM :: Transforms/SimplifyCFG/branch-fold.ll
    LLVM :: Transforms/SimplifyCFG/duplicate-phis.ll
    LLVM :: Transforms/SimplifyCFG/switch_switch_fold.ll
    LLVM :: Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
    LLVM :: Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll
    LLVM :: Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
    LLVM :: Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll
    LLVM :: Transforms/SimplifyLibCalls/exp2.ll
    LLVM :: Transforms/StripSymbols/2007-01-15-llvm.used.ll
    LLVM :: Transforms/TailCallElim/dont_reorder_load.ll
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JIT.GlobalInFunction
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.MatchesMachineCodeInfo
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.MultipleListenersDontInterfere
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITEventListenerTest.Simple
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.EscapedLazyStubStillCallable
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FarCallToKnownFunction
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionIsRecompiledAndRelinked
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionPointersOutliveTheirCreator
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.ModuleDeletion
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NoStubs
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NonLazyCompilationStillNeedsStubs
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.NonLazyLeaksNoStubs
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.EagerCompiledRecursionThroughGhost
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
    LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/MultiJitTest.JitPool

  Expected Passes    : 4247
  Expected Failures  : 28
  Unsupported Tests  : 545
  Unexpected Passes  : 1
  Unexpected Failures: 676
make[1]: *** [check-local-lit] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.8/test'
make: *** [check] Error 2
