[PATCH] D93483: Add element-type to the Vector TypeLoc types.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 5 06:34:24 PST 2021
fhahn added inline comments.
================
Comment at: clang/include/clang/AST/TypeLoc.h:1756
+
+class VectorTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc, VectorTypeLoc,
+ VectorType, VectorTypeLocInfo> {
----------------
Can we reuse/unify this with `MatrixTypeLoc`? And then have `MatrixTypeLoc` just deal with the row/column operands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93483/new/
https://reviews.llvm.org/D93483
More information about the cfe-commits
mailing list