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-mainline-allnoconfig in repository toolchain/ci/llvm-monorepo.
from 85bd0739b73 [DAGCombiner] form 'not' ops ahead of shifts (PR39657) adds 743688264b3 [LegalizeVectorTypes] Have SplitVecOp_TruncateHelper fall b [...] adds d4de84cc4ec A __builtin_constant_p() returns 0 with a function type. adds 5b393fab45a [Object] Also treat STB_GNU_UNIQUE symbols as exported to o [...] adds 8867c4501b6 [LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelper i [...] adds cc6e363a667 [NFC] Add verification flags to tests adds 97e37e20a21 [LoopSimplifyCFG] Don't delete LCSSA Phis adds 53b50a475af [LLD][ELF] - Fix mistype. NFC. adds 55d802880ff Disable LoopSimplifyCFG terminator folding by default adds 5a6831d940c [ARM][NFC] codegen tests cleanup: remove dangling check prefixes adds ff5b997d604 [NFC] Add test that demonstrates buggy behavior on term fol [...] adds f36ca233368 [ThinLTO] Assembly representation of ReadOnly attribute adds a4af68d1487 Revert r343341 adds 5888ca1d019 Revert r343342 together with LLVM commit 347490. adds 1da9b1004ad Attempt to fix buildbot after r347489 adds 121543bf045 [llvm-mca][View] Improved Retire Control Unit Statistics. adds 6044d6f2e04 [ARM][AsmParser] Improve debug printing of parsed asm operands adds a62b6992f4a [clang-tidy] Ignore matches in template instantiations (cer [...] adds 64d62b9a402 Remove the optional dependency from libclang to clang-tidy/ [...] adds b67cb59762e [LLD][ELF] - Simplify. NFCI. adds dad9ea01853 [clangd] Add support for hierarchical documentSymbol adds 804dc25f0dd Revert r347490 as it breaks address sanitizer builds adds 5097d54f318 Revert r347491 as it's llvm counterpart breaks buildbots
No new revisions were added by this update.
Summary of changes: .../clang-tidy/cert/PostfixOperatorCheck.cpp | 3 +- clang-tools-extra/clangd/AST.cpp | 43 + clang-tools-extra/clangd/AST.h | 5 + clang-tools-extra/clangd/ClangdLSPServer.cpp | 55 +- clang-tools-extra/clangd/ClangdLSPServer.h | 7 +- clang-tools-extra/clangd/ClangdServer.cpp | 8 +- clang-tools-extra/clangd/ClangdServer.h | 2 +- clang-tools-extra/clangd/FindSymbols.cpp | 212 ++-- clang-tools-extra/clangd/FindSymbols.h | 3 +- clang-tools-extra/clangd/Protocol.cpp | 25 + clang-tools-extra/clangd/Protocol.h | 39 + .../clangd/clients/clangd-vscode/package.json | 6 +- clang-tools-extra/test/clang-tidy/basic.cpp | 1 - .../test/include-fixer/yamldb_plugin.cpp | 25 - .../unittests/clangd/FindSymbolsTests.cpp | 203 +++- clang-tools-extra/unittests/clangd/SyncAPI.cpp | 6 +- clang-tools-extra/unittests/clangd/SyncAPI.h | 4 +- clang/lib/CodeGen/CGBuiltin.cpp | 2 +- clang/test/CodeGen/builtin-constant-p.c | 26 + clang/tools/libclang/CIndex.cpp | 13 - clang/tools/libclang/CMakeLists.txt | 9 - lld/ELF/InputSection.cpp | 11 +- lld/ELF/InputSection.h | 1 - lld/docs/ld.lld.1 | 2 +- llvm/docs/CommandGuide/llvm-mca.rst | 4 + llvm/include/llvm/Object/ELFObjectFile.h | 7 +- llvm/lib/AsmParser/LLLexer.cpp | 1 + llvm/lib/AsmParser/LLParser.cpp | 92 +- llvm/lib/AsmParser/LLParser.h | 1 + llvm/lib/AsmParser/LLToken.h | 1 + .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 17 +- llvm/lib/IR/AsmWriter.cpp | 4 +- llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 58 +- llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 11 +- llvm/test/Assembler/thinlto-summary.ll | 20 +- .../thinlto-function-summary-callgraph-relbf.ll | 2 +- .../Bitcode/thinlto-function-summary-refgraph.ll | 4 +- llvm/test/CodeGen/ARM/CGP/arm-cgp-phis-ret.ll | 8 +- .../GlobalISel/arm-select-globals-ropi-rwpi.mir | 12 +- llvm/test/CodeGen/ARM/float-helpers.s | 16 +- llvm/test/CodeGen/ARM/ldrd.ll | 2 +- llvm/test/CodeGen/ARM/smml.ll | 2 +- llvm/test/CodeGen/ARM/softfp-fabs-fneg.ll | 4 +- llvm/test/CodeGen/ARM/tls-models.ll | 4 +- llvm/test/CodeGen/ARM/vector-DAGCombine.ll | 13 +- llvm/test/CodeGen/NVPTX/f16x2-instructions.ll | 12 +- llvm/test/CodeGen/X86/avg.ll | 1136 +++++++------------- llvm/test/CodeGen/X86/avx512-trunc-widen.ll | 130 +-- llvm/test/CodeGen/X86/avx512-trunc.ll | 130 +-- llvm/test/CodeGen/X86/min-legal-vector-width.ll | 22 +- .../LoopSimplifyCFG/constant-fold-branch.ll | 6 +- llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll | 52 + .../LoopSimplifyCFG/phi_with_duplicating_inputs.ll | 29 + .../tools/llvm-mca/X86/BdVer2/rcu-statistics.s | 4 + .../tools/llvm-mca/X86/BtVer2/rcu-statistics.s | 4 + llvm/test/tools/llvm-mca/X86/option-all-stats-1.s | 4 + llvm/test/tools/llvm-mca/X86/option-all-stats-2.s | 4 + llvm/test/tools/llvm-mca/X86/option-all-views-1.s | 4 + llvm/test/tools/llvm-mca/X86/option-all-views-2.s | 4 + .../llvm-mca/Views/RetireControlUnitStatistics.cpp | 44 +- .../llvm-mca/Views/RetireControlUnitStatistics.h | 29 +- llvm/tools/llvm-mca/llvm-mca.cpp | 2 +- 62 files changed, 1324 insertions(+), 1286 deletions(-) delete mode 100644 clang-tools-extra/test/include-fixer/yamldb_plugin.cpp create mode 100644 llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll create mode 100644 llvm/test/Transforms/LoopSimplifyCFG/phi_with_duplicating_inputs.ll