[llvm-commits] PATCH: Add 64-bit architecture predicate to llvm::Triple

Chandler Carruth chandlerc at gmail.com
Mon Jan 30 09:57:14 PST 2012


Updated patch, now with 64bit, 32bit, and 16bit. Also with unit tests to
ensure this works, and continues to work. I've added a tiny blurb about why
I used 3 predicates rather than exposing the bitwidth as an integer. I want
these to be used as coarse categories, not precise architectural details.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120130/5d6997f4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: triple-predicates2.patch
Type: application/octet-stream
Size: 4449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120130/5d6997f4/attachment.obj>


More information about the llvm-commits mailing list