[PATCH] D89899: [CodeGen] Implement [[likely]] and [[unlikely]] for the iteration statements

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 31 09:52:04 PDT 2020


This revision was automatically updated to reflect the committed changes.
Mordante marked an inline comment as done.
Closed by commit rGb46fddf75fc2: [CodeGen] Implement [[likely]] and [[unlikely]] for while and for loop. (authored by Mordante).

Changed prior to commit:
  https://reviews.llvm.org/D89899?vs=301332&id=302100#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89899/new/

https://reviews.llvm.org/D89899

Files:
  clang/include/clang/AST/Stmt.h
  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/test/CodeGenCXX/attr-likelihood-if-branch-weights.cpp
  clang/test/CodeGenCXX/attr-likelihood-iteration-stmt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89899.302100.patch
Type: text/x-patch
Size: 10290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201031/2f5088df/attachment.bin>


More information about the cfe-commits mailing list