[PATCH] D51650: Implement target_clones multiversioning

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 11 09:23:43 PST 2021


erichkeane updated this revision to Diff 386542.
erichkeane marked 5 inline comments as done.
erichkeane added a comment.

Did all the things Aaron asked for, but required adding 'lambda not supported yet' logic for this.


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/DiagnosticGroups.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.386542.patch
Type: text/x-patch
Size: 47165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211111/231f8652/attachment-0001.bin>


More information about the cfe-commits mailing list