[PATCH] Enable vararg support for intrinsics

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Aug 27 14:09:27 PDT 2013


Which intrinsic do you want to use this for?

Please clang-format the patch. Please also include a test of the
verifier changes.

+/// VerifyIntrinsicIsVarArg - Verify if the intrinsic has variable arguments.

Please don't repeat the name of the function. Starting it with a
lowercase letter would probably also be better.


On 26 August 2013 16:28, Juergen Ributzka <juergen at apple.com> wrote:
> Hi @ll,
>
> this small patch enables vararg support for intrinsic.
>
> Cheers,
> Juergen
>
>
> _______________________________________________
> 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