[clang] [X86] Fix Wrong type in builtin prototype (PR #182242)

via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 22 20:09:20 PST 2026


mahesh-attarde wrote:

> Is this a case where it makes more sense to make tablegen smarter about vector types (so this kind of mistake is caught and we don't decompose to less type information with `void *`) than to switch to `void *`?
> 
> Marking as requesting changes given there's quite a few questions around this PR at the moment.

If i understand correctly you are in favour of making `Vector<size, type> *` style in tablegen which provides more information of type of pointer, and current `Vector<size, type *>` carries not semantic meaning by design. is that correct?

https://github.com/llvm/llvm-project/pull/182242


More information about the cfe-commits mailing list