Adding IRBuilder::getHalfTy() to IRBuilder.h

Puyan Lotfi plotfi at apple.com
Wed Jul 2 01:07:01 PDT 2014


I noticed that we don’t have a getHalfTy() method on IRBuilder, but we have one for float and double.
So I figured it should just be there for completeness (since all the other ones do is trivially call Type::get.*Type). 

Any suggestions or objections?

-Puyan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: IRBuilder_getHalfTy.patch
Type: application/octet-stream
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140702/0135c432/attachment.obj>


More information about the llvm-commits mailing list