[PATCH] D38596: Implement attribute target multiversioning
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 9 09:34:07 PDT 2017
erichkeane updated this revision to Diff 118218.
erichkeane added reviewers: rnk, rsmith.
erichkeane added a comment.
1 more const-auto. Also noticed I'd missed that removing the 'default' caused the function to fallthrough, so I added llvm_unreachable to the bottom.
https://reviews.llvm.org/D38596
Files:
include/clang/AST/Decl.h
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TargetInfo.h
include/clang/Sema/Sema.h
lib/Basic/Targets/X86.cpp
lib/Basic/Targets/X86.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Sema/SemaDecl.cpp
test/CodeGen/attr-target-multiversion.c
test/CodeGenCXX/attr-target-multiversion.cpp
test/Sema/attr-target-multiversion.c
test/SemaCXX/attr-target-multiversion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38596.118218.patch
Type: text/x-patch
Size: 50669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171009/08019100/attachment-0001.bin>
More information about the cfe-commits
mailing list