[LLVMdev] Overloaded intrinsics: name explosion

Ramkumar Ramachandra artagnon at gmail.com
Thu Jan 15 19:21:52 PST 2015


Philip Reames wrote:
>> 1. Introduce aAny.
>
> Having a generic any type seems fine.  I assume you'd create something like
> an llvm_any_type in Intrinsics.td?

That's precisely what ifavpAny is about: integer, float, array,
vector, pointer Any. aAny is meant for array-Any, and I wonder why so
few people care about arrays. I'll go ahead with Any and
llvm_any_type.



More information about the llvm-dev mailing list