[llvm-commits] [llvm] r85478 - /llvm/trunk/lib/Analysis/MemoryBuiltins.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Thu Oct 29 02:30:32 PDT 2009
Yeah, I know.
2009/10/29 Duncan Sands <baldrick at free.fr>:
>> 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