> >> 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.