[PATCH] D79830: Add support of __builtin_expect_with_probability
Zhi Zhuang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 21:00:37 PDT 2020
LukeZhuang updated this revision to Diff 269408.
LukeZhuang added a comment.
**updated: 06/08/2020**
(1) update llvm side test for intrinsic llvm.expect.with.probability, which mimics test for llvm.expect
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79830/new/
https://reviews.llvm.org/D79830
Files:
clang/include/clang/Basic/Builtins.def
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/builtin-expect-with-probability-template.cpp
clang/test/CodeGen/builtin-expect-with-probability.c
clang/test/Sema/builtin-expect-with-probability-avr.cpp
clang/test/Sema/builtin-expect-with-probability.cpp
llvm/docs/BranchWeightMetadata.rst
llvm/docs/LangRef.rst
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
llvm/test/Transforms/LowerExpectIntrinsic/expect-with-probability.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79830.269408.patch
Type: text/x-patch
Size: 31346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200609/4d73b718/attachment-0001.bin>
More information about the cfe-commits
mailing list