[llvm-commits] [llvm] r160512 - /llvm/trunk/lib/Support/ConstantRange.cpp

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jul 23 09:55:38 PDT 2012


> reimplement truncate() to make it optimal.
> It is optimal at least up to 7 bits (I've tested all such cases)
> This change to truncate() allows a little simplification to the multiplication code,
> and it also makes multiplication optimal :)

testcase?

Cheers,
Rafael



More information about the llvm-commits mailing list