I'm getting libcalls for 64 bit shifts; any way I can get LLVM to expand all these guys? Doesn't look like it, but I wanted to sanity check before I go any further... Thanks, Dan
On Monday 27 October 2008 19:06:41 Daniel M Gessel wrote:> 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? Ciao, Duncan.
Yep, definitely. On Oct 27, 2008, at 3:56 PM, Duncan Sands wrote:> On Monday 27 October 2008 19:06:41 Daniel M Gessel wrote: >> 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? > > Ciao, > > Duncan.