[PATCH] D91253: [Matrix] Update mangling to use paramterized vendor ext type syntax.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 11 05:56:21 PST 2020
fhahn created this revision.
fhahn added reviewers: rjmccall, rsmith, Bigcheese.
Herald added a subscriber: tschuett.
Herald added a project: clang.
fhahn requested review of this revision.
The Itanium CXX ABI grammer has been extended to support parameterized
vendor extended types [1].
This patch updates Clang's mangling for matrix types to use the new
extension.
[1] https://github.com/itanium-cxx-abi/cxx-abi/commit/b359d28971bdb961dd9b61bd0ef8c884452b4740
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91253
Files:
clang/lib/AST/ItaniumMangle.cpp
clang/test/CodeGenCXX/matrix-type-builtins.cpp
clang/test/CodeGenCXX/matrix-type-operators.cpp
clang/test/CodeGenCXX/matrix-type.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91253.304496.patch
Type: text/x-patch
Size: 24698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201111/7bb731b6/attachment-0001.bin>
More information about the cfe-commits
mailing list