Adding IRBuilder::getHalfTy() to IRBuilder.h

Amara Emerson amara.emerson at gmail.com
Wed Jul 2 02:37:29 PDT 2014


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
>




More information about the llvm-commits mailing list