[llvm-commits] [patch] Use the range metadata in CodeGen

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sat Mar 31 13:49:07 PDT 2012


I have committed a change so that CodeGen's computeMaskedBits can use
the range metadata. With that in, this patch simplifies as it is not
necessary to produce an extLoad anymore.

I aso changed isTruncateOf a bit to avoid calling ComputeMaskedBits
twice on the same value.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dag.patch
Type: application/octet-stream
Size: 3452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120331/a64f71dd/attachment.obj>


More information about the llvm-commits mailing list