[llvm-commits] [patch][pr12251] Add range metadata to llvm. Make clang produce it.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Mar 23 08:13:49 PDT 2012


The attached llvm patch adds documentation and verification for the
range metadata. I will send a patch with optimzation and analysis once
this one is in.

The clang patch makes it produce the metadata for boolean and enum
loads. CCIng dgregor to make sure I got the enum ranges right. I
particular I am not sure what is the correct way to check for fixed
underlying types. Should I use the isFIxed method or look in
IntegerType?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: text/x-patch
Size: 6667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120323/aa787f5b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: text/x-patch
Size: 6781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120323/aa787f5b/attachment-0001.bin>


More information about the llvm-commits mailing list