[libc-commits] [clang] [libc] [RFC][clang][libc] Extend the ext_vector_type attribute to support the scalable vector sizes (PR #183307)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sat Feb 28 07:45:35 PST 2026
jhuber6 wrote:
That makes sense to me, it keeps the same name but makes it a distinct type. This is also somewhat interesting that we could potentially use it as an overloadable parameter in helpers. Like dynamic dispatch based on whether or not the size is completely known at runtime. This would probably require that LLVM vscale vectors codegen fine on architectures without them, but I don't know the full extent of that.
https://github.com/llvm/llvm-project/pull/183307
More information about the libc-commits
mailing list