This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c64f919 Add the ability to get attribute values as Optional<T> new b213c3c [Hexagon] Fix some Clang-tidy modernize and Include What You [...] new c545336 [gold] Add datalayout to two tests where it was missing. new 61cd9ae [DAG] allow more select folding for targets that have 'and no [...]
The 3 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: include/llvm/Target/TargetLowering.h | 9 ++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 32 ++++- lib/Target/Hexagon/HexagonConstPropagation.cpp | 140 ++++++++------------ lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 100 +++++++-------- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 76 +++++------ lib/Target/Hexagon/HexagonGenExtract.cpp | 47 ++++--- lib/Target/Hexagon/HexagonGenInsert.cpp | 170 ++++++++++++------------- test/CodeGen/AArch64/arm64-icmp-opt.ll | 4 +- test/CodeGen/AArch64/selectcc-to-shiftand.ll | 19 +-- test/tools/gold/PowerPC/mtriple.ll | 3 + test/tools/gold/X86/stats.ll | 3 + 11 files changed, 299 insertions(+), 304 deletions(-)