Displaying 2 results from an estimated 2 matches for "lxj".
Did you mean:
lx
2013 Jun 20
0
[LLVMdev] -indvars issues?
...n 20, 2013 at 12:45 AM, Andrew Trick <atrick at apple.com> wrote:
>
> On Jun 19, 2013, at 1:04 AM, Eric Lu <eirc.lew at gmail.com> wrote:
>
> It seems the options still does not work, or I have misunderstood what you
> said.
>
> The command:
> clang -g -I/home/lxj/software/llvmsvn/include -emit-llvm $1.c -c -o
> $1.bc
> opt -debug --debug-pass=Structure -scalar-evolution -loop-rotate $1.bc -o
> $1-loop.bc
> opt -S $1-loop.bc -o $1-loop.ll
>
>
> 1) The source code:
>
> #include <stdio.h>
> #define N 100
> int main()
>...
2013 Jun 18
2
[LLVMdev] -indvars issues?
It seems there is no -enable-iv-rewrite now in llvm3.2, and it suggest
-enable-load-pre, but it still does not work.
So, how to active the transform?
--
View this message in context: http://llvm.1065342.n5.nabble.com/indvars-issues-tp4646p58587.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.