[PATCH] D85091: [Sema, CodeGen] Implement [[likely]] and [[unlikely]] in IfStmt
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 09:10:42 PDT 2020
Mordante updated this revision to Diff 289979.
Mordante marked an inline comment as done.
Mordante added a comment.
Addresses review comments, mainly:
- Improving the documentation
- Removing the AST bits since they're no longer required
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85091/new/
https://reviews.llvm.org/D85091
Files:
clang/include/clang/AST/Stmt.h
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/Stmt.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Sema/SemaStmt.cpp
clang/lib/Sema/SemaStmtAttr.cpp
clang/test/CodeGenCXX/attr-likelihood-if-branch-weights.cpp
clang/test/Preprocessor/has_attribute.cpp
clang/test/Sema/attr-likelihood.c
clang/test/SemaCXX/attr-likelihood.cpp
clang/www/cxx_status.html
llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85091.289979.patch
Type: text/x-patch
Size: 31739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200904/f564c942/attachment-0001.bin>
More information about the cfe-commits
mailing list