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-allmodconfig in repository toolchain/ci/llvm-project.
from 9e9bda2e8f5b [InstCombine] try to narrow shifted bswap-of-zext adds 985888411da9 [analyzer] Refactor makeNull to makeNullWithWidth (NFC) adds 5269dd7f4877 [ThinLTO] Work around buggy FileCheck pattern; NFC adds 2881696b4062 [tests] Force (some) X86-specific tests to use an explicit triple adds d7681d9f77e0 [NVPTX] Avoid a crash when 'llc' is called with '-filetype=null' adds 568404e89753 [tests] Make 'object-emission' imply 'default_triple' adds c344d97a125b [NVPTX][tests] Do not run tests that require direct object [...] adds afb526b3f49e [LICM] Handle store of pointer to itself (PR54495) adds 91ea247039db [Debugify] Use DebugifyLevel in Debugify original mode adds 60820e53ec9d [InstCombine] try to canonicalize logical shift after bswap
No new revisions were added by this update.
Summary of changes: .../Core/PathSensitive/SValBuilder.h | 16 +++-- .../StaticAnalyzer/Checkers/CastValueChecker.cpp | 6 +- .../lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 4 +- .../RetainCountChecker/RetainCountChecker.cpp | 3 +- .../StaticAnalyzer/Checkers/SmartPtrModeling.cpp | 31 +++++++--- .../lib/StaticAnalyzer/Checkers/StreamChecker.cpp | 5 +- clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp | 5 +- clang/lib/StaticAnalyzer/Core/RegionStore.cpp | 2 +- clang/lib/StaticAnalyzer/Core/SValBuilder.cpp | 6 +- clang/test/Analysis/cast-value-notes.cpp | 33 +++++++++- llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 21 ++++--- .../Transforms/InstCombine/InstCombineCalls.cpp | 18 ++++++ llvm/lib/Transforms/Scalar/LICM.cpp | 6 +- llvm/lib/Transforms/Utils/Debugify.cpp | 55 +++++++++-------- llvm/test/CodeGen/NVPTX/filetype-null.ll | 4 ++ llvm/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll | 3 +- llvm/test/CodeGen/X86/GC/alloc_loop.ll | 4 +- llvm/test/CodeGen/X86/GC/cg-O0.ll | 3 +- llvm/test/CodeGen/X86/GC/lower_gcroot.ll | 3 +- llvm/test/CodeGen/X86/dbg-distringtype-uint.ll | 2 +- llvm/test/DebugInfo/Generic/lit.local.cfg | 2 +- .../DebugInfo/X86/dwarfdump-generic_subrange.ll | 2 +- .../X86/dwarfdump-generic_subrange_const.ll | 2 +- .../X86/dwarfdump-generic_subrange_count.ll | 2 +- llvm/test/DebugInfo/X86/dwarfdump-rankConst.ll | 2 +- llvm/test/DebugInfo/X86/dwarfdump-rankExp.ll | 2 +- llvm/test/DebugInfo/X86/dwarfdump-signed_const.ll | 2 +- llvm/test/DebugInfo/X86/global-constants.ll | 2 +- .../test/DebugInfo/X86/invalid-global-constants.ll | 2 +- llvm/test/DebugInfo/X86/objc_direct.ll | 3 +- llvm/test/DebugInfo/attr-btf_type_tag.ll | 2 +- llvm/test/DebugInfo/cross-cu-scope.ll | 2 +- llvm/test/DebugInfo/debuglineinfo-path.ll | 3 +- llvm/test/DebugInfo/dwarfdump-immutable.ll | 2 +- llvm/test/DebugInfo/dwo.ll | 2 +- llvm/test/DebugInfo/omit-empty.ll | 2 +- llvm/test/DebugInfo/skeletoncu.ll | 3 +- .../InstrProfiling/debug-info-correlate.ll | 2 +- llvm/test/LTO/X86/Inputs/remangle_intrinsics.ll | 2 + llvm/test/LTO/X86/remangle_intrinsics.ll | 4 +- llvm/test/Linker/subprogram-linkonce-weak.ll | 3 +- llvm/test/Linker/type-unique-odr-a.ll | 2 +- llvm/test/Linker/type-unique-simple-a.ll | 2 +- llvm/test/Linker/type-unique-simple2-a.ll | 2 +- llvm/test/Linker/type-unique-simple2.ll | 2 +- llvm/test/Linker/type-unique-type-array-a.ll | 2 +- llvm/test/MC/AsmParser/debug-empty-source.s | 2 +- llvm/test/MC/AsmParser/debug-no-source.s | 2 +- llvm/test/MC/ELF/cfi-version.ll | 2 +- llvm/test/MC/ELF/dwarf-file0.s | 2 +- llvm/test/MC/ELF/dwarf-loc0.s | 2 +- llvm/test/Transforms/InstCombine/bswap-fold.ll | 46 ++++++++------ llvm/test/Transforms/LICM/pr54495.ll | 31 ++++++++++ .../Util/Debugify/loc-only-original-mode.ll | 71 ++++++++++++++++++++++ llvm/test/lit.cfg.py | 7 +-- .../test/tools/gold/X86/thinlto_weak_resolution.ll | 1 + llvm/test/tools/llvm-mc/lit.local.cfg | 2 +- 57 files changed, 321 insertions(+), 135 deletions(-) create mode 100644 llvm/test/CodeGen/NVPTX/filetype-null.ll create mode 100644 llvm/test/Transforms/LICM/pr54495.ll create mode 100644 llvm/test/Transforms/Util/Debugify/loc-only-original-mode.ll