[llvm-commits] [llvm] r85478 - /llvm/trunk/lib/Analysis/MemoryBuiltins.cpp

Duncan Sands baldrick at free.fr
Thu Oct 29 02:29:53 PDT 2009


> this is an integer power: 2 to the power of Op1Int.  This shouldn't be done like
> this at all!  It's just a shift left for heavens sake - why the doubles?!  It
> can other be done in uint64_t, or using the APInt shift methods.

PS: I'm not blaming you - the original code was odd.



More information about the llvm-commits mailing list