search for: basicmath

Displaying 20 results from an estimated 24 matches for "basicmath".

2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
For compile and link Basicmath files (using shell script): llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc llvm-gcc -emit-llvm cubic.c -c -o cubic.bc llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc llvm-link basicmath_small.bc cubic.bc isqrt.bc rad2deg.bc -o basicmath.bc...
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
...t.bc -o file.opt.s* * * I configured the LLVM with --build=mipsel, mips and --enable-targets=mipsel, mips For some benchmarks from Mibench, this process worked, but for others it doesn't worked. For example: BITCOUNT, BLOWFISH, QSORT, DIJKSTRA, PATRICIA - (OK) SUSAN and BASICMATH ( Not OK) The output generated with BASICMATH and SUSAN CORNERS with llc was: llc 0x08a35738 Stack dump: 0. Program arguments: llc -march=mipsel basicmath.strip.bc -o basicmath.strip.s 1. Running pass 'Function Pass Manager' on module 'basicmath.strip.bc'. 2. Runnin...
2012 Mar 06
0
[LLVMdev] Assembly Mips from bitecode llvm
Ok. And what does llvm-gcc --version show? --- With best regards, Anton Korobeynikov On Mar 6, 2012 5:22 PM, "Rafael Parizi" <parizi.computacao at gmail.com> wrote: > > For compile and link Basicmath files (using shell script): > > llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc > llvm-gcc -emit-llvm cubic.c -c -o cubic.bc > llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc > llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc > llvm-link basicmath_small.bc cubic.bc isqrt.b...
2014 May 27
2
[LLVMdev] Compiling MiBench to MIPS
Hi, I'm trying to compile the basicmath benchmark from the MiBench suite to the MIPS target. However, when I call llc with the linked llvm bitcode, the compilation gives an error apparently related to some unsupported feature. The same error occurs when I select -march=arm, but it works for X86. In details: Commands I used to compile ba...
2012 Mar 06
0
[LLVMdev] Assembly Mips from bitecode llvm
Hello > For this, for example, initially I compile the sources How have you made this step? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
...ton at korobeynikov.info > wrote: > Ok. And what does llvm-gcc --version show? > > --- > > With best regards, > Anton Korobeynikov > On Mar 6, 2012 5:22 PM, "Rafael Parizi" <parizi.computacao at gmail.com> > wrote: > > > > For compile and link Basicmath files (using shell script): > > > > llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc > > llvm-gcc -emit-llvm cubic.c -c -o cubic.bc > > llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc > > llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc > > llvm-link basic...
2015 Feb 26
5
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
Hi all, I've started looking at the GlobalMerge pass, enabled by default on ARM and AArch64. I think we should reconsider that, at least for AArch64. As is, the pass just merges all globals together, in groups of 4KB (AArch64, 128B on ARM). At the time it was enabled, the general thinking was "it's almost free, it doesn't affect performance much, we might as well use it".
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...arks/MiBench/consumer-jpeg/consumer-jpeg | * | * | MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | * | * | MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | * | * | MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | * | * | MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | * | * | MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | * | * | MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 |...
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...0.24 | 1.05 1.00 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1560 32092 0.1639 * 0.1594 | 0.17 0.20 0.20 * 0.38 | 0.85 0.85 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0290 5776 0.0376 * 0.0361 | 0.96 0.96 0.93 * 0.98 | 1.00 1.03 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0322 4208 0.0205 * 0.0205 | 0...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...0.50 | 1.28 1.26 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1720 31428 0.2400 * 0.2160 | 0.25 0.26 0.26 * 0.57 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0400 5456 0.0520 * 0.0480 | 1.77 1.75 1.68 * 1.82 | 1.01 1.05 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0400 4112 0.0280 * 0.0240 | 0...
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers, The 2.2 prerelease is now available for testing: http://llvm.org/prereleases/2.2/ If anyone can help test this release, I ask that you do the following: 1) Build llvm and llvm-gcc (or use a binary). You may build release (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both. 2) Run 'make check'. 3) In llvm-test, run 'make TEST=nightly report'. 4) When
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...0.24 | 1.05 1.00 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1469 31412 0.1580 * 0.1515 | 0.14 0.17 0.20 * 0.37 | 0.82 0.70 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0270 5464 0.0320 * 0.0313 | 1.04 1.05 1.03 * 1.08 | 0.99 1.01 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0391 4120 0.0251 * 0.0189 | 0...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...0.28 | 1.00 0.96 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.0670 33052 0.1002 * 0.0880 | 0.08 0.08 0.11 * 0.20 | - - n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0120 6020 0.0186 * 0.0310 | 0.46 0.48 0.48 * 0.50 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0148 4356 0.0101 * 0.0099 | 0...
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
...589| 0.16| 156137176| 0|0.066105489| 0.63| 156137176| 0| |MultiSource/Benchmarks/McCat/18-imp/imp.test | 356|0.037911597| 413739243|0.036002649| 5.3| 402732049| 2.73|0.036023493| 5.24| 402732049| 2.73| |MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath.test | 149|0.191687238| 1618428282|0.191739184| -0.03| 1618428285| 0|0.191648113| 0.02| 1618428284| 0| |MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.test | 327| 0.04921461| 545726446|0.049273993| -0.12| 545726446| 0|0.049319623| -0...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...ostream&<unnamed>::CWriter::printSimpleType(llvm::formatted_raw_ostream&, > const llvm::Type*, bool, const std::string&): Assertion `NumBits <= 128 && > "Bit widths > 128 not implemented yet"' failed. > MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | > 0.0200 4816     0.0300      *                0.0400      |    0.40    0.39 >  0.39 *           0.44 | 1.03    1.03    n/a          n/a > MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount   | > 0.0300 3540     0.0200      *                0.0...
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
Hi Tanya, > 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a > pre-compiled llvm-gcc or re-compile it yourself. I compiled llvm and llvm-gcc with separate objects directories. Platform is x86_64-linux-gnu. > 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...;<unnamed>::CWriter::printSimpleType > (llvm::formatted_raw_ostream&, const llvm::Type*, bool, const > std::string&): Assertion `NumBits <= 128 && "Bit widths > 128 not > implemented yet"' failed. > MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive- > basicmath | 0.0200 4816 0.0300 * 0.0400 > | 0.40 0.39 0.39 * 0.44 | 1.03 1.03 n/ > a n/a > MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive- > bitcount | 0.0300 3540 0.0200 *...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers, The 2.1 pre-release (version 1) is available for testing: http://llvm.org/prereleases/2.1/version1/ I'm looking for members of the LLVM community to test the 2.1 release. There are 2 ways you can help: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check,
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
LLVMers, The 2.5 pre-release is available for testing: http://llvm.org/prereleases/2.5/ If you have time, I'd appreciate anyone who can help test the release. Please do the following: 1) Download/compile llvm source, and either compile llvm-gcc source or use llvm-gcc binary (please compile llvm-gcc with fortran if you can). 2) Run make check, send me the testrun.log 3) Run "make