Displaying 2 results from an estimated 2 matches for "52b83751".
2008 Sep 05
0
[LLVMdev] A simple case about SDiv
> Any ideas?
Most likely it is the gcc folder doing it.
This gcc optimization is run in llvm-gcc
because it's basically impossible to turn
it off! You can check by passing
-mllvm -disable-llvm-optzns
to llvm-gcc along with -O2. If the
optimization still occurs then it was
gcc that did it.
Ciao,
Duncan.
2008 Sep 04
2
[LLVMdev] A simple case about SDiv
Hi Duncan,
Thanks for your help.
But seems "opt -std-compile-opts" can't do this simplication :(
Any ideas?
Sheng.
2008/9/4 Duncan Sands <baldrick at free.fr>
> > I tried several passes, like -instcombine, -simplifycfg, -gcse -globaldce
> > -globalopt -adce , but all failed to do this transform.
>
> Try "opt -std-compile-opts