This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allyesconfig in repository toolchain/ci/llvm-monorepo.
from 9ea8dced10b [X86] Add custom type legalization for v2i32/v4i16/v8i8->mm [...] adds 0fed64377ef [X86] Simplify LowerBITCAST code for v2i32/v4i16/v8i8/i64-> [...] adds 8a40f4f48e5 [ValueTracking] add helper function for testing implied con [...] adds ce071c6d86e [DAGCombiner] guard against an oversized shift crash adds adc35b88df3 [SelectionDAG] fold constant with undef vector per element adds 83efbcd37e0 [ValueTracking] Support funnel shifts in computeKnownBits() adds 3a6228fd513 Add dump tests for ArrayInitLoopExpr and ArrayInitIndexExpr adds ae6ad8c92e1 Fix whitespace adds aae21161c7c [test] Fix BugPoint/compile-custom.ll to use detected python exec adds 918622cd0c8 [test] Fix ScalarEvolution test to allow __func__ with prototype adds 360bf253a32 [test] Fix use of 'sort -b' in SimpleLoopUnswitch on NetBSD adds f43459443a4 Remove unecessary methods adds a6ce714fef4 Extend the CommentVisitor with parameter types adds a192e5b0f51 Replace FullComment member being visited with parameter adds 92518d4f355 [X86] Fix bad comment. NFC adds d01f3efc388 [X86] Add a DAG combine to turn stores of vXi1 on pre-avx51 [...] adds 2ff0cfb3afa [gn build] Add build files for llvm/lib/Analysis and llvm/l [...] adds 5c7506441d7 [gn build] Slightly simplify write_cmake_config. adds 736f403bfca [gn build] Fix cosmetic bug in write_cmake_config.py adds 0c9ea51d453 [NFC] [PowerPC] add an routine in PPCTargetLowering to dete [...] adds ec6dcfd58ed [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same ins [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/AST/CommentVisitor.h | 29 +- clang/lib/AST/ASTDumper.cpp | 96 +- clang/test/AST/ast-dump-array.cpp | 10 + llvm/include/llvm/Analysis/ValueTracking.h | 6 + llvm/lib/Analysis/InstructionSimplify.cpp | 41 +- llvm/lib/Analysis/ValueTracking.cpp | 53 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 23 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 26 +- llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 19 +- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 29 + llvm/lib/Target/PowerPC/PPCISelLowering.h | 3 + llvm/lib/Target/PowerPC/PPCInstrInfo.cpp | 16 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 45 +- llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 33 +- .../Analysis/ScalarEvolution/solve-quadratic.ll | 246 +- llvm/test/BugPoint/compile-custom.ll | 2 +- .../CodeGen/PowerPC/convert-rr-to-ri-p9-vector.mir | 162 + llvm/test/CodeGen/X86/fp-undef.ll | 20 +- llvm/test/CodeGen/X86/vector-compare-results.ll | 6403 ++------------------ .../exponential-nontrivial-unswitch-nested.ll | 6 +- .../exponential-nontrivial-unswitch-nested2.ll | 6 +- .../exponential-switch-unswitch.ll | 6 +- llvm/unittests/Analysis/ValueTrackingTest.cpp | 48 + llvm/utils/gn/build/write_cmake_config.py | 51 +- llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn | 112 + .../gn/secondary/llvm/lib/ProfileData/BUILD.gn | 17 + 26 files changed, 1265 insertions(+), 6243 deletions(-) create mode 100644 clang/test/AST/ast-dump-array.cpp create mode 100644 llvm/test/CodeGen/PowerPC/convert-rr-to-ri-p9-vector.mir create mode 100644 llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn create mode 100644 llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn