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-aarch64-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from fde8eb00e14 [InstCombine] visitMaskedMerge(): when unfolding, sanitize [...] adds 52e98f620ca [Alignment] Remove unnecessary getValueOrABITypeAlignment c [...] adds f88c7fe46b3 [MLIR][cmake][NFC] Update linkage checker for mlir-opt adds 37ce8d6ade2 [MLIR] Fix linkage for libMLIR.so adds 5f65faef2c6 ValueMapper does not preserve inline assembly dialect when [...] adds 051452bdb10 Remove spurious semicolon after function definition (NFC) adds ffc6e593d27 Replace dyn_cast with isa when the result isn't used (NFC) adds 8697d443ab2 Fix warning "defined but not used" for debug function (NFC) adds d6b3b8a1a3c [MLIR][cmake] Fix unittest/Tablegen by special casing LLVMM [...] adds 455ccde1377 [PowerPC] add more high latency opcodes for machinecombiner - NFC adds a7abe8dd297 [llvm-objcopy][MachO] Fix code formatting adds 7ee479a760e [RISCV] Fix passing two floating-point values in complex se [...] adds 521b2160943 [TargetLibraryInfo] memcpy and memset have optimized codegen.
No new revisions were added by this update.
Summary of changes: clang/lib/CodeGen/TargetInfo.cpp | 3 +- clang/test/CodeGen/riscv64-lp64-abi.c | 21 ++++++++ clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c | 29 ++++++++++ llvm/include/llvm/Analysis/TargetLibraryInfo.h | 1 + llvm/include/llvm/IR/Instructions.h | 6 +-- llvm/lib/Analysis/Loads.cpp | 3 +- llvm/lib/Analysis/VectorUtils.cpp | 9 +--- llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 +- llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp | 2 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 +- llvm/lib/Target/X86/X86FastISel.cpp | 4 +- .../Instrumentation/DataFlowSanitizer.cpp | 7 +-- .../Transforms/Scalar/AlignmentFromAssumptions.cpp | 9 +--- llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 35 +++--------- llvm/lib/Transforms/Scalar/SROA.cpp | 62 +++++++--------------- llvm/lib/Transforms/Utils/ValueMapper.cpp | 3 +- .../Transforms/Vectorize/LoadStoreVectorizer.cpp | 13 +---- .../Vectorize/LoopVectorizationLegality.cpp | 8 +-- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 28 ++++------ llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 13 ++--- llvm/test/CodeGen/PowerPC/machine-combiner.ll | 28 ++++++++++ llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 4 +- mlir/cmake/modules/AddMLIR.cmake | 2 +- .../lib/Conversion/LinalgToStandard/CMakeLists.txt | 5 +- mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp | 2 +- .../Dialect/StandardOps/Transforms/CMakeLists.txt | 2 - mlir/lib/ExecutionEngine/CMakeLists.txt | 1 - mlir/lib/IR/AffineMap.cpp | 2 +- mlir/lib/IR/CMakeLists.txt | 1 - mlir/lib/Support/CMakeLists.txt | 6 --- mlir/lib/TableGen/CMakeLists.txt | 20 +++---- mlir/tools/mlir-opt/CMakeLists.txt | 2 +- 33 files changed, 164 insertions(+), 176 deletions(-)