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-defconfig in repository toolchain/ci/llvm-project.
from 090cf4591fb Revert rGca18ce1a00cd8b7cb7ce0e130440f5ae1ffe86ee "GlobPatt [...] adds 8120562ba61 test commit adds 74bcb00e00f [ASTMatchers] Added BinaryOperator hasOperands matcher adds a39faacca1e Add missing include Host.h in llvm-mc-* fuzzers. NFC. adds 39beeeff205 [LVI] Don't use dominator tree in isValidAssumeForContext() adds a055e3856f8 DebugInfo: Reduce long-distance dependence on what will/won [...] adds fde8eb00e14 [InstCombine] visitMaskedMerge(): when unfolding, sanitize [...] adds 52e98f620ca [Alignment] Remove unnecessary getValueOrABITypeAlignment c [...] new f88c7fe46b3 [MLIR][cmake][NFC] Update linkage checker for mlir-opt new 37ce8d6ade2 [MLIR] Fix linkage for libMLIR.so
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: clang/docs/LibASTMatchersReference.html | 12 +++++ clang/include/clang/ASTMatchers/ASTMatchers.h | 17 ++++++ clang/lib/ASTMatchers/Dynamic/Registry.cpp | 1 + .../ASTMatchers/ASTMatchersTraversalTest.cpp | 11 ++++ llvm/include/llvm/IR/Instructions.h | 6 +-- llvm/lib/Analysis/LazyValueInfo.cpp | 11 ++-- llvm/lib/Analysis/Loads.cpp | 3 +- llvm/lib/Analysis/VectorUtils.cpp | 9 +--- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 7 +-- llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 +- llvm/lib/Target/X86/X86FastISel.cpp | 4 +- .../Transforms/InstCombine/InstCombineAndOrXor.cpp | 3 ++ .../Instrumentation/DataFlowSanitizer.cpp | 7 +-- .../Transforms/Scalar/AlignmentFromAssumptions.cpp | 9 +--- llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 35 +++--------- llvm/lib/Transforms/Scalar/SROA.cpp | 62 +++++++--------------- .../Transforms/Vectorize/LoadStoreVectorizer.cpp | 13 +---- .../Vectorize/LoopVectorizationLegality.cpp | 8 +-- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 28 ++++------ llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 13 ++--- .../unfold-masked-merge-with-const-mask-vector.ll | 10 ++-- .../llvm-mc-assemble-fuzzer.cpp | 1 + .../llvm-mc-disassemble-fuzzer.cpp | 1 + mlir/cmake/modules/AddMLIR.cmake | 2 +- .../lib/Conversion/LinalgToStandard/CMakeLists.txt | 5 +- .../Dialect/StandardOps/Transforms/CMakeLists.txt | 2 - mlir/lib/ExecutionEngine/CMakeLists.txt | 1 - mlir/lib/IR/CMakeLists.txt | 1 - mlir/lib/Support/CMakeLists.txt | 6 --- mlir/tools/mlir-opt/CMakeLists.txt | 2 +- 31 files changed, 126 insertions(+), 171 deletions(-)