shiltian wrote: > The underlying intrinsic is `llvm_any_ty`, so I just went with the 32-bit > case. I could potentially do custom type-checking for this, would that be > preferable?
IIRC @yxsamliu has a PR that changes the some kind of compiler builtins, not this one though, to accept any type, and the compiler does the split. I'm not sure that is a good idea. https://github.com/llvm/llvm-project/pull/185302 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
