Adding IRBuilder::getHalfTy() to IRBuilder.h

Puyan Lotfi puyan at puyan.org
Wed Jul 2 10:01:02 PDT 2014


Yep, agreed. Alright, will submit.

-Puyan

On Wed, Jul 2, 2014 at 2:37 AM, Amara Emerson <amara.emerson at gmail.com>
wrote:

> Hi Puyan,
>
> LGTM. I'd just move it before getFloatTy() to keep the bit-width
> ordering consistent.
>
> Amara
>
> On 2 July 2014 09:07, Puyan Lotfi <plotfi at apple.com> wrote:
> > 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
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> >
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140702/c48c9106/attachment.html>


More information about the llvm-commits mailing list