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-monorepo.
from 2574c8af54d5 [AST] Only store the needed data in IfStmt adds 1ae5bfaeaef4 Revert r344172: [LV] Add a new reduction pattern match adds 30347e8e4fcf [utils] Fix _run_benchmark in collect_and_build_with_pgo.py adds 82cc4d961e12 [utils] collect_and_build_with_pgo.py: revert part already [...] adds 26621462c14c [X86] Add test cases showing missed opportunities for opti [...] adds ce37eb8f0345 [DAGCombiner] Better constant vector support for FCOPYSIGN. adds de2cbbe06f6f Reapply Pass the nopie flag to the linker when linking with -pg. adds 8b3bed702ea1 [XRay] Refcount backing store for buffers new e72bae4bba5e [AST] Don't store data for GNU range case statement if not needed
The 1 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/include/clang/AST/Stmt.h | 220 +++++-- clang/lib/AST/ASTDumper.cpp | 7 + clang/lib/AST/ASTImporter.cpp | 4 +- clang/lib/AST/Stmt.cpp | 27 +- clang/lib/Driver/ToolChains/OpenBSD.cpp | 2 +- clang/lib/Sema/SemaStmt.cpp | 6 +- clang/lib/Serialization/ASTReaderStmt.cpp | 11 +- clang/lib/Serialization/ASTWriterStmt.cpp | 7 +- clang/test/Driver/openbsd.c | 2 +- clang/test/Import/switch-stmt/test.cpp | 4 - clang/test/Misc/ast-dump-color.cpp | 2 - compiler-rt/lib/xray/xray_buffer_queue.cc | 61 +- compiler-rt/lib/xray/xray_buffer_queue.h | 14 +- llvm/include/llvm/Analysis/IVDescriptors.h | 7 +- llvm/lib/Analysis/IVDescriptors.cpp | 71 +-- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +- llvm/test/CodeGen/X86/sse1-fcopysign.ll | 72 +++ llvm/test/Transforms/LoopVectorize/if-reduction.ll | 666 --------------------- llvm/utils/collect_and_build_with_pgo.py | 9 +- 19 files changed, 366 insertions(+), 834 deletions(-) create mode 100644 llvm/test/CodeGen/X86/sse1-fcopysign.ll delete mode 100644 llvm/test/Transforms/LoopVectorize/if-reduction.ll