This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2e3c262157 GlobalISel: Implement fewerElementsVector for shifts new df01cb5e337 [DAGCombiner] fold add/sub with bool operand based on targe [...] new d850ba3107c [HotColdSplit] With PGO add profile entry metadata to split [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 ++++++++++-- lib/Transforms/IPO/HotColdSplitting.cpp | 13 ++++++-- test/CodeGen/PowerPC/bool-math.ll | 11 +++---- test/CodeGen/PowerPC/signbit-shift.ll | 5 ++- test/Transforms/HotColdSplit/coldentrycount.ll | 43 ++++++++++++++++++++++++++ 5 files changed, 76 insertions(+), 15 deletions(-) create mode 100644 test/Transforms/HotColdSplit/coldentrycount.ll