[llvm-commits] [llvm] r160223 - in /llvm/trunk/include/llvm/ADT: APInt.h APSInt.h

Eric Christopher echristo at apple.com
Sat Jul 14 17:28:56 PDT 2012


On Jul 14, 2012, at 5:27 PM, Chandler Carruth <chandlerc at google.com> wrote:

> If you're doing this inside of APInt and APSInt, you could do it much more cheaply by actually comparing the values rather than building a larger zext'ed copy and then using the existing operator== logic...

Hmm... that's fair. I'll try to get that tomorrow.

-eric



More information about the llvm-commits mailing list