This function returns a struct BuiltinVectorTypeInfo that contains
the builtin vector's element type, element count and number of vectors
(used for vector tuples).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, just one minor nit but seems like a nice improvement
clang/include/clang/AST/ASTContext.h | ||
---|---|---|
1318 | nit: not sure on the name here since it's returning more than the element type, how about getBuiltinVectorTypeInfo? |
clang/include/clang/AST/ASTContext.h | ||
---|---|---|
1318 | Thanks, you're right that was a misnomer. I've taken your suggestion (and also updated the comment). |
nit: not sure on the name here since it's returning more than the element type, how about getBuiltinVectorTypeInfo?