[llvm-testresults] Grawp i386 nightly tester results

Evan Cheng evan.cheng at apple.com
Tue May 12 14:51:12 PDT 2009


On May 12, 2009, at 2:43 PM, Dale Johannesen wrote:

>
> On May 12, 2009, at 11:38 AMPDT, Dale Johannesen wrote:
>
>>
>> On May 12, 2009, at 10:35 AMPDT, Evan Cheng wrote:
>>
>>> These are cbe failuers.
>>
>> The fhourstones problem is that (note final expression)
>>
>>   printf("%7d%c", works[i], (i&7)==7 ? '\n':'\t');
>>
>> has gotten munged into
>>
>> ltmp_291_2 = printf(((&LC218.array[((signed int )0u)])),  
>> llvm_cbe_tmp171954_2e_i, (((((((unsigned char ) 
>> llvm_cbe_indvar_2e_i8)) == ((unsigned char )-1))) ? (10u) : (9u))));
>>
>> Mishandling an i3 type maybe?  This is inside a loop but doesn't  
>> look loop-related.
>
> The IR is
>
> 	%indvar.i8 = phi i32 [ %indvar.next.i9, %bb16.i ], [ 0,  
> %bb12.loopexit.i ], [ 0, %hitRate.exit.i ]		; <i32> [#uses=3]
> 	%indvar20.i = trunc i32 %indvar.i8 to i3		; <i3> [#uses=1]
> 	%221 = icmp eq i3 %indvar20.i, -1		; <i1> [#uses=1]
> 	%iftmp.35.0.i = select i1 %221, i32 10, i32 9		; <i32> [#uses=1]
>
> perhaps a result of Dan's recent loop changes?  CBE falls over  
> totally on both the trunc and icmp; doesn't seem to be ready for  
> ints that don't correspond to a C type, except for i1.

That could be. I thought there is a bugzilla for this.

Evan

>
>>> Evan
>>>
>>> On May 12, 2009, at 4:35 AM, Apache wrote:
>>>
>>>> http://llvm.org/nightlytest/test.php?machine=423&night=10764
>>>> Name: grawp.apple.com
>>>> Nickname: Grawp
>>>> Buildstatus: OK
>>>>
>>>> New Test Passes:
>>>> Benchmarks/mediabench/gsm/toast/toast []
>>>> Benchmarks/MiBench/telecomm-gsm/telecomm-gsm []
>>>> SPEC/CFP2000/188.ammp/188.ammp []
>>>>
>>>>
>>>> New Test Failures:
>>>> Applications/lemon/lemon []
>>>> Applications/SPASS/SPASS []
>>>> Benchmarks/Fhourstones/fhourstones []
>>>> Benchmarks/Misc/ffbench []
>>>> Benchmarks/PAQ8p/paq8p []
>>>> Benchmarks/Stanford/Oscar []
>>>> Benchmarks/Trimaran/enc-pc1/enc-pc1 []
>>>> SPEC/CINT2000/164.gzip/164.gzip []
>>>> SPEC/CINT2000/186.crafty/186.crafty []
>>>>
>>>>
>>>> Added Tests:
>>>> test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
>>>> test/CodeGen/X86/2009-05-11-tailmerge-crash.ll for PR4188
>>>> test/CodeGen/X86/lea-neg.ll
>>>> test/CodeGen/X86/lsr-loop-exit-cond.ll
>>>> test/CodeGen/X86/remat-mov-1.ll
>>>> test/CodeGen/X86/scalarize-bitcast.ll for PR3886
>>>> test/Transforms/IndVarSimplify/ada-loops.ll for PR1301
>>>> test/Transforms/IndVarSimplify/iv-zext.ll
>>>> test/Transforms/IndVarSimplify/loop_evaluate_5.ll
>>>> test/Transforms/IndVarSimplify/loop_evaluate_6.ll
>>>>
>>>>
>>>> Removed Tests:
>>>> test/CodeGen/X86/remat-mov0.ll
>>>>
>>>>
>>>> Significant changes in test results:
>>>> Bytecode:
>>>> singlesource/Benchmarks/Adobe-C++/loop_unroll: -21.39% (293056 =>
>>>> 355728)
>>>> singlesource/Benchmarks/Adobe-C++/simple_types_loop_invariant:
>>>> -5.81% (130560 => 138144)
>>>> singlesource/Benchmarks/Adobe-C++/stepanov_abstraction: -7.70%
>>>> (32608 => 35120)
>>>> singlesource/Benchmarks/BenchmarkGame/fannkuch: -29.03% (1984 =>  
>>>> 2560)
>>>> singlesource/Benchmarks/BenchmarkGame/n-body: -25.50% (3200 =>  
>>>> 4016)
>>>> singlesource/Benchmarks/BenchmarkGame/puzzle: -5.13% (1248 => 1312)
>>>> singlesource/Benchmarks/BenchmarkGame/spectral-norm: 7.69% (2496 =>
>>>> 2304)
>>>> singlesource/Benchmarks/CoyoteBench/fftbench: -13.68% (13680 =>  
>>>> 15552)
>>>> singlesource/Benchmarks/CoyoteBench/huffbench: -14.25% (6064 =>  
>>>> 6928)
>>>> singlesource/Benchmarks/CoyoteBench/lpbench: -33.33% (3744 => 4992)
>>>> singlesource/Benchmarks/McGill/chomp: -18.27% (6304 => 7456)
>>>> singlesource/Benchmarks/McGill/exptree: -13.26% (4464 => 5056)
>>>> singlesource/Benchmarks/McGill/queens: -5.42% (3248 => 3424)
>>>> singlesource/Benchmarks/Misc-C++/oopack_v1p8: -10.12% (9328 =>  
>>>> 10272)
>>>> singlesource/Benchmarks/Misc-C++/stepanov_v1p2: -5.78% (7200 =>  
>>>> 7616)
>>>> singlesource/Benchmarks/Misc/ReedSolomon: -34.40% (8464 => 11376)
>>>> singlesource/Benchmarks/Misc/fbench: -8.44% (5120 => 5552)
>>>> singlesource/Benchmarks/Misc/ffbench: -33.47% (3776 => 5040)
>>>> singlesource/Benchmarks/Misc/himenobmtxpa: -26.81% (5312 => 6736)
>>>> singlesource/Benchmarks/Misc/oourafft: -67.64% (9344 => 15664)
>>>> singlesource/Benchmarks/Misc/salsa20: -9.09% (2464 => 2688)
>>>> singlesource/Benchmarks/Shootout-C++/ary2: -31.09% (3808 => 4992)
>>>> singlesource/Benchmarks/Shootout-C++/matrix: -15.42% (3424 => 3952)
>>>> singlesource/Benchmarks/Shootout/ary3: -10.61% (1056 => 1168)
>>>> singlesource/Benchmarks/Shootout/lists: -9.14% (2976 => 3248)
>>>> singlesource/Benchmarks/Shootout/matrix: -30.98% (2944 => 3856)
>>>> singlesource/Benchmarks/Stanford/Bubblesort: -5.62% (1424 => 1504)
>>>> singlesource/Benchmarks/Stanford/IntMM: -20.65% (1472 => 1776)
>>>> singlesource/Benchmarks/Stanford/Oscar: -52.35% (2720 => 4144)
>>>> singlesource/Benchmarks/Stanford/Perm: -16.39% (2928 => 3408)
>>>> singlesource/Benchmarks/Stanford/Puzzle: -17.24% (4176 => 4896)
>>>> singlesource/Benchmarks/Stanford/Queens: -27.42% (1984 => 2528)
>>>> singlesource/Benchmarks/Stanford/Quicksort: -21.80% (2128 => 2592)
>>>> singlesource/Benchmarks/Stanford/RealMM: -20.21% (1504 => 1808)
>>>> singlesource/Regression/C/2004-03-15-IndirectGoto: -7.14% (896 =>  
>>>> 960)
>>>> singlesource/Regression/C/DuffsDevice: -13.04% (1104 => 1248)
>>>> singlesource/Regression/C/badidx: -6.78% (944 => 1008)
>>>> singlesource/Regression/C/bigstack: 6.31% (3296 => 3088)
>>>> singlesource/Regression/C/matrixTranspose: -15.38% (1248 => 1440)
>>>> singlesource/Regression/C/sumarray: -10.34% (928 => 1024)
>>>> singlesource/Regression/C/sumarray2d: -18.18% (1056 => 1248)
>>>> singlesource/Regression/C/sumarraymalloc: -8.22% (1168 => 1264)
>>>> singlesource/Regression/C/test_indvars: -19.77% (1376 => 1648)
>>>> singlesource/UnitTests/2002-10-09-ArrayResolution: -6.98% (688 =>  
>>>> 736)
>>>> singlesource/UnitTests/2003-05-31-LongShifts: -10.17% (944 => 1040)
>>>> singlesource/UnitTests/2005-07-17-INT-To-FP: -6.78% (944 => 1008)
>>>> singlesource/UnitTests/2008-04-18-LoopBug: -7.46% (1072 => 1152)
>>>> singlesource/UnitTests/2008-04-20-LoopBug2: -5.88% (1088 => 1152)
>>>> singlesource/UnitTests/SignlessTypes/cast: -5.33% (2400 => 2528)
>>>> singlesource/UnitTests/SignlessTypes/cast-bug: -5.13% (624 => 656)
>>>> singlesource/UnitTests/Vector/SSE/sse.expandfft: -42.78% (6208 =>
>>>> 8864)
>>>> singlesource/UnitTests/Vector/SSE/sse.isamax: -6.35% (3024 => 3216)
>>>> singlesource/UnitTests/Vector/SSE/sse.stepfft: -64.19% (9248 =>  
>>>> 15184)
>>>> singlesource/UnitTests/Vector/multiplies: -9.00% (1600 => 1744)
>>>> singlesource/UnitTests/Vector/sumarray: -7.02% (912 => 976)
>>>> singlesource/UnitTests/printargs: -8.51% (752 => 816)
>>>> multisource/Applications/Burg/burg: -16.96% (104160 => 121824)
>>>> multisource/Applications/JM/ldecod/ldecod: -16.24% (599552 =>  
>>>> 696944)
>>>> multisource/Applications/JM/lencod/lencod: -16.72% (1311664 =>
>>>> 1531008)
>>>> multisource/Applications/SIBsim4/SIBsim4: -13.04% (78416 => 88640)
>>>> multisource/Applications/aha/aha: -17.86% (6720 => 7920)
>>>> multisource/Applications/d/make_dparser: -5.80% (345168 => 365184)
>>>> multisource/Applications/lemon/lemon: -7.32% (102672 => 110192)
>>>> multisource/Applications/minisat/minisat: -8.01% (41568 => 44896)
>>>> multisource/Applications/oggenc/oggenc: -6.61% (778176 => 829648)
>>>> multisource/Applications/sgefa/sgefa: -11.82% (16240 => 18160)
>>>> multisource/Applications/viterbi/viterbi: -38.28% (4848 => 6704)
>>>> multisource/Benchmarks/ASCI_Purple/SMG2000/smg2000: -29.41% (424016
>>>> => 548736)
>>>> multisource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk: -19.22% (12320 =>
>>>> 14688)
>>>> multisource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk: -62.39% (5488 =>  
>>>> 8912)
>>>> multisource/Benchmarks/BitBench/drop3/drop3: -5.21% (3376 => 3552)
>>>> multisource/Benchmarks/BitBench/uudecode/uudecode: -8.62% (2784 =>
>>>> 3024)
>>>> multisource/Benchmarks/BitBench/uuencode/uuencode: -6.10% (2624 =>
>>>> 2784)
>>>> multisource/Benchmarks/Fhourstones-3.1/fhourstones3.1: -11.54%  
>>>> (7072
>>>> => 7888)
>>>> multisource/Benchmarks/Fhourstones/fhourstones: -8.86% (9936 =>  
>>>> 10816)
>>>> multisource/Benchmarks/FreeBench/analyzer/analyzer: -11.81% (9216  
>>>> =>
>>>> 10304)
>>>> multisource/Benchmarks/FreeBench/fourinarow/fourinarow: -6.46%
>>>> (17328 => 18448)
>>>> multisource/Benchmarks/FreeBench/neural/neural: -23.37% (8352 =>
>>>> 10304)
>>>> multisource/Benchmarks/FreeBench/pcompress2/pcompress2: -14.49%
>>>> (9936 => 11376)
>>>> multisource/Benchmarks/FreeBench/pifft/pifft: -27.14% (53168 =>  
>>>> 67600)
>>>> multisource/Benchmarks/MallocBench/espresso/espresso: -11.40%
>>>> (401168 => 446896)
>>>> multisource/Benchmarks/McCat/01-qbsort/qbsort: -6.39% (3504 =>  
>>>> 3728)
>>>> multisource/Benchmarks/McCat/04-bisect/bisect: -19.13% (3680 =>  
>>>> 4384)
>>>> multisource/Benchmarks/McCat/05-eks/eks: -53.13% (6384 => 9776)
>>>> multisource/Benchmarks/McCat/08-main/main: -43.88% (10064 => 14480)
>>>> multisource/Benchmarks/McCat/18-imp/imp: -10.54% (19424 => 21472)
>>>> multisource/Benchmarks/MiBench/automotive-susan/automotive-susan:
>>>> -54.90% (50800 => 78688)
>>>> multisource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg: -8.30%
>>>> (191344 => 207232)
>>>> multisource/Benchmarks/MiBench/consumer-lame/consumer-lame: -13.95%
>>>> (311904 => 355424)
>>>> multisource/Benchmarks/MiBench/security-blowfish/security-blowfish:
>>>> -6.88% (29760 => 31808)
>>>> multisource/Benchmarks/MiBench/security-sha/security-sha: -6.29%
>>>> (4576 => 4864)
>>>> multisource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft: -20.07%
>>>> (4384 => 5264)
>>>> multisource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm: -7.93%
>>>> (74464 => 80368)
>>>> multisource/Benchmarks/NPB-serial/is/is: -9.77% (4912 => 5392)
>>>> multisource/Benchmarks/Olden/bh/bh: -10.57% (12864 => 14224)
>>>> multisource/Benchmarks/Olden/em3d/em3d: -14.52% (5840 => 6688)
>>>> multisource/Benchmarks/Olden/health/health: -9.45% (6944 => 7600)
>>>> multisource/Benchmarks/Olden/mst/mst: -5.47% (4096 => 4320)
>>>> multisource/Benchmarks/PAQ8p/paq8p: -6.03% (208592 => 221168)
>>>> multisource/Benchmarks/Prolangs-C++/city/city: -9.84% (14960 =>  
>>>> 16432)
>>>> multisource/Benchmarks/Prolangs-C++/life/life: -10.70% (5232 =>  
>>>> 5792)
>>>> multisource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc:  
>>>> -10.24%
>>>> (519616 => 572848)
>>>> multisource/Benchmarks/Prolangs-C/agrep/agrep: -9.00% (87472 =>  
>>>> 95344)
>>>> multisource/Benchmarks/Prolangs-C/allroots/allroots: -23.47% (3136
>>>> => 3872)
>>>> multisource/Benchmarks/Prolangs-C/bison/mybison: -9.09% (111584 =>
>>>> 121728)
>>>> multisource/Benchmarks/Prolangs-C/football/football: -9.00% (80208
>>>> => 87424)
>>>> multisource/Benchmarks/Prolangs-C/gnugo/gnugo: -8.50% (35184 =>  
>>>> 38176)
>>>> multisource/Benchmarks/Prolangs-C/simulator/simulator: -6.57%  
>>>> (60128
>>>> => 64080)
>>>> multisource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl: -9.76% (77504
>>>> => 85072)
>>>> multisource/Benchmarks/Ptrdist/anagram/anagram: -8.39% (7440 =>  
>>>> 8064)
>>>> multisource/Benchmarks/Ptrdist/yacr2/yacr2: -29.89% (42928 =>  
>>>> 55760)
>>>> multisource/Benchmarks/SciMark2-C/scimark2: -15.04% (14464 =>  
>>>> 16640)
>>>> multisource/Benchmarks/Trimaran/enc-3des/enc-3des: -5.36% (20896 =>
>>>> 22016)
>>>> multisource/Benchmarks/Trimaran/enc-rc4/enc-rc4: -10.34% (2320 =>
>>>> 2560)
>>>> multisource/Benchmarks/VersaBench/8b10b/8b10b: -6.77% (2128 =>  
>>>> 2272)
>>>> multisource/Benchmarks/VersaBench/beamformer/beamformer: -48.83%
>>>> (4784 => 7120)
>>>> multisource/Benchmarks/VersaBench/bmm/bmm: -18.18% (2640 => 3120)
>>>> multisource/Benchmarks/VersaBench/ecbdes/ecbdes: -9.17% (9248 =>
>>>> 10096)
>>>> multisource/Benchmarks/llubenchmark/llu: -6.22% (3344 => 3552)
>>>> multisource/Benchmarks/mafft/pairlocalalign: -17.83% (314720 =>
>>>> 370832)
>>>> multisource/Benchmarks/mediabench/g721/g721encode/encode: -7.84%
>>>> (12656 => 13648)
>>>> multisource/Benchmarks/mediabench/gsm/toast/toast: -7.93% (74464 =>
>>>> 80368)
>>>> multisource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg: -9.07%  
>>>> (161344
>>>> => 175984)
>>>> multisource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode:  
>>>> -5.79%
>>>> (92592 => 97952)
>>>> multisource/Benchmarks/sim/sim: -17.23% (27120 => 31792)
>>>> multisource/Benchmarks/tramp3d-v4/tramp3d-v4: -12.79% (1785664 =>
>>>> 2014048)
>>>> external/HMMER/hmmcalibrate: -20.58% (124992 => 150720)
>>>> external/Nurbs/nurbs: -17.77% (142048 => 167296)
>>>> external/Povray/povray: -5.18% (1533776 => 1613216)
>>>> external/SPEC/CFP2000/177.mesa/177.mesa: -9.17% (977504 => 1067184)
>>>> external/SPEC/CFP2000/179.art/179.art: -17.16% (23968 => 28080)
>>>> external/SPEC/CFP2000/183.equake/183.equake: -32.60% (23952 =>  
>>>> 31760)
>>>> external/SPEC/CFP2000/188.ammp/188.ammp: -6.91% (244304 => 261184)
>>>> external/SPEC/CFP2006/433.milc/433.milc: -15.16% (161952 => 186512)
>>>> external/SPEC/CFP2006/444.namd/444.namd: -7.24% (432528 => 463840)
>>>> external/SPEC/CFP2006/447.dealII/447.dealII: -6.10% (1443232 =>
>>>> 1531264)
>>>> external/SPEC/CFP2006/450.soplex/450.soplex: -9.63% (672432 =>  
>>>> 737200)
>>>> external/SPEC/CFP2006/470.lbm/470.lbm: -65.51% (15728 => 26032)
>>>> external/SPEC/CINT2000/175.vpr/175.vpr: -10.88% (253056 => 280576)
>>>> external/SPEC/CINT2000/181.mcf/181.mcf: -10.94% (20480 => 22720)
>>>> external/SPEC/CINT2000/197.parser/197.parser: -5.38% (267360 =>
>>>> 281744)
>>>> external/SPEC/CINT2000/252.eon/252.eon: -45.33% (484672 => 704368)
>>>> external/SPEC/CINT2000/254.gap/254.gap: -5.58% (1163408 => 1228320)
>>>> external/SPEC/CINT2000/256.bzip2/256.bzip2: -11.99% (61232 =>  
>>>> 68576)
>>>> external/SPEC/CINT2000/300.twolf/300.twolf: -11.25% (389216 =>  
>>>> 433008)
>>>> external/SPEC/CINT2006/401.bzip2/401.bzip2: -9.22% (128784 =>  
>>>> 140656)
>>>> external/SPEC/CINT2006/429.mcf/429.mcf: -10.36% (22864 => 25232)
>>>> external/SPEC/CINT2006/456.hmmer/456.hmmer: -12.71% (306752 =>  
>>>> 345744)
>>>> external/SPEC/CINT2006/458.sjeng/458.sjeng: -7.47% (209392 =>  
>>>> 225040)
>>>> external/SPEC/CINT2006/462.libquantum/462.libquantum: -19.93%  
>>>> (50896
>>>> => 61040)
>>>> external/SPEC/CINT2006/464.h264ref/464.h264ref: -21.19% (1035952 =>
>>>> 1255488)
>>>> external/SPEC/CINT2006/473.astar/473.astar: -8.54% (52064 => 56512)
>>>> LLC-BETA:
>>>> singlesource/Benchmarks/Adobe-C++/loop_unroll: -16.67% (1.38 =>  
>>>> 1.61)
>>>> singlesource/Benchmarks/Shootout/matrix: -6.97% (3.73 => 3.99)
>>>> multisource/Applications/hexxagon/hexxagon: -5.84% (8.05 => 8.52)
>>>> multisource/Applications/viterbi/viterbi: -10.37% (7.62 => 8.41)
>>>> multisource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk: -9.74%  
>>>> (8.83
>>>> => 9.69)
>>>> external/SPEC/CFP2000/179.art/179.art: -23.23% (0.99 => 1.22)
>>>> CBE:
>>>> singlesource/Benchmarks/Adobe-C++/simple_types_constant_folding:
>>>> 37.02% (2.35 => 1.48)
>>>> singlesource/Benchmarks/Adobe-C++/simple_types_loop_invariant:
>>>> 10.48% (4.77 => 4.27)
>>>> singlesource/Benchmarks/Misc-C++/stepanov_v1p2: 7.35% (11.29 =>  
>>>> 10.46)
>>>> singlesource/Benchmarks/Misc/oourafft: -6.72% (8.48 => 9.05)
>>>> singlesource/Benchmarks/Misc/salsa20: -12.93% (12.76 => 14.41)
>>>> singlesource/Benchmarks/Shootout/lists: 8.65% (7.17 => 6.55)
>>>> singlesource/Benchmarks/Shootout/matrix: -13.54% (3.84 => 4.36)
>>>> multisource/Applications/aha/aha: -18.33% (2.51 => 2.97)
>>>> multisource/Applications/hexxagon/hexxagon: 8.62% (9.28 => 8.48)
>>>> multisource/Applications/viterbi/viterbi: 31.07% (16.19 => 11.16)
>>>> multisource/Benchmarks/ASCI_Purple/SMG2000/smg2000: 15.92% (7.16 =>
>>>> 6.02)
>>>> multisource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk: -7.36%
>>>> (14.41 => 15.47)
>>>> multisource/Benchmarks/Olden/bh/bh: -8.18% (3.18 => 3.44)
>>>> external/SPEC/CINT2006/462.libquantum/462.libquantum: 20.85% (5.42
>>>> => 4.29)
>>>> LLC:
>>>> singlesource/Benchmarks/BenchmarkGame/n-body: -10.64% (1.88 =>  
>>>> 2.08)
>>>> multisource/Applications/hexxagon/hexxagon: -6.19% (8.08 => 8.58)
>>>> multisource/Applications/minisat/minisat: 5.18% (8.11 => 7.69)
>>>> multisource/Applications/viterbi/viterbi: -9.33% (7.61 => 8.32)
>>>> multisource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk: -7.40%  
>>>> (8.92
>>>> => 9.58)
>>>> external/SPEC/CFP2000/179.art/179.art: -23.47% (0.98 => 1.21)
>>>> external/SPEC/CINT2006/458.sjeng/458.sjeng: -5.45% (5.32 => 5.61)
>>>> JIT:
>>>> singlesource/Benchmarks/CoyoteBench/huffbench: -6.78% (17.40 =>  
>>>> 18.58)
>>>> singlesource/Benchmarks/McGill/chomp: 19.09% (1.10 => 0.89)
>>>> singlesource/Benchmarks/Shootout/lists: 11.61% (6.89 => 6.09)
>>>> singlesource/Benchmarks/Stanford/Perm: 89.58% (0.48 => 0.05)
>>>> multisource/Applications/aha/aha: -11.11% (2.70 => 3.00)
>>>> multisource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk: -9.35%  
>>>> (8.98
>>>> => 9.82)
>>>> multisource/Benchmarks/Fhourstones-3.1/fhourstones3.1: 16.55% (2.78
>>>> => 2.32)
>>>> multisource/Benchmarks/PAQ8p/paq8p: 15.96% (123.69 => 103.95)
>>>> multisource/Benchmarks/Trimaran/netbench-url/netbench-url: -23.22%
>>>> (2.67 => 3.29)
>>>> multisource/Benchmarks/VersaBench/dbms/dbms: 46.82% (3.14 => 1.67)
>>>> multisource/Benchmarks/mafft/pairlocalalign: 8.70% (37.22 => 33.98)
>>>> external/SPEC/CINT2000/252.eon/252.eon: -15.92% (1.57 => 1.82)
>>>> GCCAS:
>>>> multisource/Applications/ClamAV/clamscan: -5.54% (5.1061 => 5.3889)
>>>> multisource/Applications/JM/ldecod/ldecod: -16.98% (2.6448 =>  
>>>> 3.0938)
>>>> multisource/Applications/JM/lencod/lencod: -13.89% (5.6989 =>  
>>>> 6.4902)
>>>> multisource/Applications/oggenc/oggenc: -17.86% (1.5585 => 1.8368)
>>>> multisource/Applications/sqlite3/sqlite3: -5.52% (4.3594 => 4.6002)
>>>> multisource/Benchmarks/ASCI_Purple/SMG2000/smg2000: -22.62% (2.8781
>>>> => 3.5291)
>>>> multisource/Benchmarks/MiBench/consumer-lame/consumer-lame: -17.25%
>>>> (1.3598 => 1.5943)
>>>> multisource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc:  
>>>> -11.34%
>>>> (1.7794 => 1.9812)
>>>> multisource/Benchmarks/mafft/pairlocalalign: -15.19% (3.8738 =>
>>>> 4.4624)
>>>> multisource/Benchmarks/tramp3d-v4/tramp3d-v4: -5.90% (8.8470 =>
>>>> 9.3687)
>>>> external/HMMER/hmmcalibrate: -16.51% (2.3977 => 2.7936)
>>>> external/Povray/povray: -5.48% (6.2319 => 6.5732)
>>>> external/SPEC/CFP2000/177.mesa/177.mesa: -12.42% (3.8703 => 4.3511)
>>>> external/SPEC/CFP2006/444.namd/444.namd: -9.85% (2.0630 => 2.2663)
>>>> external/SPEC/CFP2006/447.dealII/447.dealII: -10.70% (27.9553 =>
>>>> 30.9459)
>>>> external/SPEC/CFP2006/450.soplex/450.soplex: -10.35% (2.8443 =>
>>>> 3.1386)
>>>> external/SPEC/CINT2000/254.gap/254.gap: -7.19% (4.2882 => 4.5965)
>>>> external/SPEC/CINT2006/456.hmmer/456.hmmer: -17.14% (2.4175 =>  
>>>> 2.8318)
>>>> external/SPEC/CINT2006/464.h264ref/464.h264ref: -15.87% (5.4665 =>
>>>> 6.3339)
>>>>
>>>> _______________________________________________
>>>> llvm-testresults mailing list
>>>> llvm-testresults at cs.uiuc.edu
>>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults
>>>
>>> _______________________________________________
>>> llvm-testresults mailing list
>>> llvm-testresults at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults
>>
>




More information about the llvm-testresults mailing list