[LLVMdev] 64 bit shifts on 32 bit machines

Duncan Sands baldrick at free.fr
Mon Oct 27 14:00:28 PDT 2008


> >> I'm getting libcalls for 64 bit shifts; any way I can get LLVM to
> >> expand all these guys?
> >
> > Shifts by a non-constant amount, right?
>
> Yep, definitely.

Are you sure expanding into inline code is a good idea?
That could be quite a lot of code.

Ciao,

Duncan.



More information about the llvm-dev mailing list