[PATCH] D86187: [X86] Add support 'tune' in target attribute
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 19 11:39:12 PDT 2020
craig.topper added inline comments.
================
Comment at: clang/include/clang/AST/Attr.h:346
+ Tune == Other.Tune &&
+ BranchProtection == Other.BranchProtection &&
+ Features == Other.Features;
----------------
Was it a bug that BranchProtection wasn't in the original code?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86187/new/
https://reviews.llvm.org/D86187
More information about the cfe-commits
mailing list