Displaying 9 results from an estimated 9 matches for "isqrt".
Did you mean:
sqrt
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
otms="disable-opt#adce#always-inline#argpromotion#block-placement#....."
IFS=#
for i in $otms
do
printf "\n$i ::::::: "
opt -$i basicmat...
2004 Sep 11
4
Cancor
Dear R's!
I am strugling with cancor procedure in R. I cannot figure out the
meaning of xcoef and of yxcoef.
Are these:
1. standardized coefficients
2. structural coefficients
3. something else?
I have tried to simulate canonical correlation analysis by checking the
eigenstructure of the expression:
Sigma_xx %*% Sigma_xy %*% Sigma_yy %*% t(Sigma_xy).
The resulting eigenvalues were the same
2012 Mar 06
0
[LLVMdev] Assembly Mips from bitecode llvm
...012 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.bc rad2deg.bc -o basicmath.bc
>
> otms="disable-opt#adce#always-inline#argpromotion#block-placement#....."
> IFS=#
> for i in $otms
> do
> printf "...
2014 May 27
2
[LLVMdev] Compiling MiBench to MIPS
...hen 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 basicmath:
clang -static -O3 basicmath_small.c rad2deg.c cubic.c isqrt.c -c -emit-llvm
llvm-link basicmath_small.bc rad2deg.bc cubic.bc isqrt.bc -o basicmath.bc
llc basicmath.bc -march=mipsel -relocation-model=static -o basicmath
The error is:
llc: /home/ronaldo/llvm/include/llvm/Target/TargetLowering.h:302: virtual
const llvm::TargetRegisterClass*
llvm::TargetLower...
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
Hi,
I'm trying to compile the benchmarks from Mibench suite with the
application of the all LLVM's tranformation passes.
Moreover, I'm trying to generate assembly code for Mips architecture for
extraction of energy and performance metrics.
For this, for example, initially I compile the sources and link them
generating a bitecode file. After, I apply each optimization using opt tool:
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
...ot; <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.bc rad2deg.bc -o
> basicmath.bc
> >
> > otms="disable-opt#adce#always-inline#argpromotion#block-placement#....."
> > IFS=#
> > for i i...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...6790
IOtestB.ll 9 7975 1 0.01 7775 * * *
IOtestC.ll 9 8086 1 0.01 7885 * * *
IOtest.ll 10 8062 0 0.01 8037 0 0.01 8158
irred.ll 10 115710 0 0.02 115680 0 0.02 115680
iscan.ll 8 168960 0 0.02 168936 0 0.02 168936
is.ll 6 44696 0 0.01 44673 0 0.01 44673
ispell.ll 9 179504 0 0.02 179473 0 0.03 179473
isqrt.ll 1 3774 0 0.01 3736 0 0.01 3736
item.ll 3 3871 0 0.01 3851 0 0.01 3851
ItemNameUtils.ll 5 20927 1 0.01 18555 1 0.01 18555
itop.ll 1 5520 0 0.01 5493 0 0.01 5493
iutil.ll 10 55529 0 0.01 55505 0 0.01 55505
jacobi-1d-imper.ll 12 18897 0 0.01 18852 0 0.01 18852
jacobi-2d-imper.ll 12 25281 0 0.01 252...