search for: s1421

Displaying 11 results from an estimated 11 matches for "s1421".

Did you mean: 1421
2012 Oct 05
4
[LLVMdev] TSVC/Equivalencing-dbl
...l" <hfinkel at anl.gov> > Cc: llvmdev at cs.uiuc.edu > Sent: Friday, October 5, 2012 12:10:03 PM > Subject: Re: TSVC/Equivalencing-dbl > > Oops, I ran the testsuite wrong: read clang output for dragonegg > output. Okay, can you resummarize? Do you mean that? gcc -O0: S1421 0.00 16000 gcc -O0 under valgrind: S1421 0.00 17208.404325315 clang: S1421 0.00 17208.404325315 This is all on Darwin, right? I would certainly tend to suspect an 80-bit-intermediate issue, but, both gcc and clang give 16000 on PowerP...
2012 Oct 05
2
[LLVMdev] TSVC/Equivalencing-dbl
Hi Hal, I was looking into why this fails with dragonegg, and noticed the following: if I compile with GCC (-O0) then I get as output: Running each loop 3125 times... Loop Time(Sec) Checksum S421 0.00 32010.620068485 S1421 0.00 16000 S422 0.00 3.7377231414078 S423 0.00 32000.736895702 S424 0.00 32822.36069424 This is the same as the reference output. If I run exactly the same program under valgrind then I get: Running each loop 3125 times... Loop Time(Sec) Checksum S421 0.00 32010.620068485 S14...
2012 Oct 05
2
[LLVMdev] TSVC/Equivalencing-dbl
...y, October 5, 2012 12:10:03 PM > >> Subject: Re: TSVC/Equivalencing-dbl > >> > >> Oops, I ran the testsuite wrong: read clang output for dragonegg > >> output. > > > > Okay, can you resummarize? Do you mean that? > > > > gcc -O0: > > S1421 0.00 16000 > > > > gcc -O0 under valgrind: > > S1421 0.00 17208.404325315 > > > > clang: > > S1421 0.00 17208.404325315 > > exactly. For "clang" this is only when building like the tes...
2012 Oct 05
0
[LLVMdev] TSVC/Equivalencing-dbl
...: llvmdev at cs.uiuc.edu >> Sent: Friday, October 5, 2012 12:10:03 PM >> Subject: Re: TSVC/Equivalencing-dbl >> >> Oops, I ran the testsuite wrong: read clang output for dragonegg >> output. > > Okay, can you resummarize? Do you mean that? > > gcc -O0: > S1421 0.00 16000 > > gcc -O0 under valgrind: > S1421 0.00 17208.404325315 > > clang: > S1421 0.00 17208.404325315 exactly. For "clang" this is only when building like the testsuite does (i.e. with link-time optimiz...
2012 Oct 07
0
[LLVMdev] TSVC/Equivalencing-dbl
...y, October 5, 2012 12:10:03 PM > >> Subject: Re: TSVC/Equivalencing-dbl > >> > >> Oops, I ran the testsuite wrong: read clang output for dragonegg > >> output. > > > > Okay, can you resummarize? Do you mean that? > > > > gcc -O0: > > S1421 0.00 16000 > > > > gcc -O0 under valgrind: > > S1421 0.00 17208.404325315 > > > > clang: > > S1421 0.00 17208.404325315 > > exactly. For "clang" this is only when building like the tes...
2012 Oct 05
0
[LLVMdev] TSVC/Equivalencing-dbl
Oops, I ran the testsuite wrong: read clang output for dragonegg output.
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...6.01 6.24 7.25 7.20 S343 2.04 2.16 2.16 2.01 S351 46.63 48.65 21.82 46.46 S1351 49.37 51.28 33.68 49.06 S352 57.64 58.44 57.68 57.64 S353 8.21 8.44 8.34 8.19 S421 24.26 25.29 20.62 22.46 S1421 25.18 26.16 15.85 24.76 S422 80.08 81.51 79.22 78.99 S423 155.02 155.21 154.56 154.38 S424 22.62 23.35 11.42 22.36 S431 57.22 59.82 27.59 57.16 S441 13.27 14.23 12.88 12.81 S442 5.99 6.13 6.96 6....
2012 Oct 05
0
[LLVMdev] TSVC/Equivalencing-dbl
PS: Here's how I can reproduce with clang on linux: clang -S -o tsc.ll -O0 -flto -std=gnu99 tsc.c ; clang -S -o dummy.ll -O0 -flto -std=gnu99 dummy.c ; opt -std-compile-opts tsc.ll -S -o tsc.1.ll ; opt -std-compile-opts dummy.ll -S -o dummy.1.ll ; llvm-link tsc.1.ll dummy.1.ll -S -o total.ll ; opt -std-link-opts total.ll -S -o total.1.ll ; llc total.1.ll ; gcc -o z total.1.s The program
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...6.01 6.09 7.25 7.20 S343 2.04 2.06 2.16 2.01 S351 46.61 47.34 21.82 46.46 S1351 49.28 50.35 33.68 49.06 S352 57.65 58.04 57.68 57.64 S353 8.21 8.38 8.34 8.19 S421 42.94 43.34 20.62 22.46 S1421 25.15 25.81 15.85 24.76 S422 87.39 87.53 79.22 78.99 S423 155.01 155.29 154.56 154.38 S424 36.51 37.51 11.42 22.36 S431 57.10 60.66 27.59 57.16 S441 14.04 13.29 12.88 12.81 S442 6.00 6.00 6.96 6....
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...> S343 2.14 2.06 2.16 2.01 > S351 49.26 47.34 21.82 46.46 > S1351 50.85 50.35 33.68 49.06 > S352 58.14 58.04 57.68 57.64 > S353 8.35 8.38 8.34 8.19 > S421 43.13 43.34 20.62 22.46 > S1421 25.25 25.81 15.85 24.76 > S422 88.36 87.53 79.22 78.99 > S423 155.13 155.29 154.56 154.38 > S424 37.11 37.51 11.42 22.36 > S431 58.22 60.66 27.59 57.16 > S441 14.05 13.29 12.88 12.81 > S442...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...6.02 6.09 7.25 7.20 S343 2.14 2.06 2.16 2.01 S351 49.26 47.34 21.82 46.46 S1351 50.85 50.35 33.68 49.06 S352 58.14 58.04 57.68 57.64 S353 8.35 8.38 8.34 8.19 S421 43.13 43.34 20.62 22.46 S1421 25.25 25.81 15.85 24.76 S422 88.36 87.53 79.22 78.99 S423 155.13 155.29 154.56 154.38 S424 37.11 37.51 11.42 22.36 S431 58.22 60.66 27.59 57.16 S441 14.05 13.29 12.88 12.81 S442 6.08 6.00 6.96 6....