[PATCH] D51650: Implement target_clones multiversioning
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 10 09:30:40 PST 2021
erichkeane updated this revision to Diff 386205.
erichkeane marked an inline comment as done.
erichkeane added a comment.
For the rest of multiversioning we count on the optimizer to remove variants made irrelevant, but I'm not sure opt can do anything like that yet :) But nit made.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51650/new/
https://reviews.llvm.org/D51650
Files:
clang/include/clang/AST/Decl.h
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Decl.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/CodeGen/attr-target-clones.c
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/test/Sema/attr-cpuspecific.c
clang/test/Sema/attr-target-clones.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51650.386205.patch
Type: text/x-patch
Size: 44250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211110/d1c65318/attachment-0001.bin>
More information about the cfe-commits
mailing list