Started 2 yr 8 mo ago
Took 5 hr 41 min

Build #1575 (Jun 24, 2020 8:05:45 PM)

Changes
  1. added scripts to debug running deployment (details / githubweb)
  2. [buildbot] Use paths instead of env vars for ml bots (details / githubweb)
Changes
  1. [ARM] Describe defs/uses of VLLDM and VLSTM (details)
  2. [MLIR][SPIRVToLLVM] Implementation of spv.func conversion, and return ops (details)
  3. Fix test added by D79830 (details)
  4. [MLIR][SPIRV] Extend automation script to generate coverage report. (details)
  5. [openmp] Add missing dependencies for OMP.h.inc after d90443b (details)
  6. [ObjectYAML][ELF] Add support for emitting the .debug_pubtypes section. (details)
  7. [PhaseOrdering] add test for missed vectorization; NFC (PR43745) (details)
  8. [ObjectYAML][DWARF] Remove unused context. NFC. (details)
  9. [lldb/Lua] Use the debugger's output and error file for Lua's I/O library. (details)
  10. [X86][AVX] Add PR46249 test case (details)
  11. WithColor.h - reduce CommandLine.h include to forward declaration. NFC. (details)
  12. [lldb/Lua] Require Lua 5.3 (details)
  13. Remove strcmp fuzz from CMakeList since it breaks build. (details)
  14. [NewPM] Attempt to run opt passes specified via -foo-pass under NPM (details)
  15. [X86][AVX] Add v16f32 variant of PR46249 test case (details)
  16. Revert "[mlir] make the bitwidth of device side index computations configurable" (details)
  17. [X86][AVX] Attempt to lower v16i32/v16f32 shuffles with lowerShuffleAsRepeatedMaskAndLanePermute (details)
  18. [debugserver] Initial support for Apple Silicon. (details)
  19. [Coroutines] Fix a few failing tests (details)
  20. [mlir] Added the dialect inliner to the SCF dialect (details)
  21. [lldb][NFC] Add some more tests for edge cases LLDB's builtin formatters (details)
  22. [SVE] Remove calls to VectorType::getNumElements from FuzzMutate (details)
  23. Fix incorrect "REQUIRE" (default_target->default_triple) introduced in 59f45a1cdb3 (details)
  24. [MLIR][LLVMDialect] Added bitreverse and ctpop intrinsics (details)
  25. [vscode] set default values for terminateDebuggee for the disconnect request (details)
  26. [ELF] Resolve relocations in .debug_* referencing (discarded symbols or ICF folded section symbols) to tombstone values (details)
  27. Change CMake so that we only look for Z3 when LLVM_ENABLE_Z3_SOLVER is enabled (details)
  28. [AMDGPU/MemOpsCluster] Implement new heuristic for computing max mem ops cluster size (details)
  29. [mlir] Avoid pontentially ambiguous class name (details)
  30. [Host] Check for TARGET_OS_EMBEDDED instead of listing architectures. (details)
  31. [ObjectFileMachO] Check for TARGET_EMBEDDED instead of listing architectures. (details)
  32. Generalize TestFormattersBoolRefPtr to work on Apple Silicon. (details)
  33. Redo of Add terminateCommands to lldb-vscode protocol (details)
  34. [LLD][PowerPC] Add support for R_PPC64_PCREL34 (details)
  35. [DSE,MSSA] Treat `store 0` after calloc as noop stores. (details)
  36. [libc][Obvious] Fix few typos in tests. (details)
  37. [IR] Remove unnecessary uint64_t casts (NFC) (details)
  38. [SVE] Remove calls to VectorType::getNumElements from Bitcode (details)
  39. [IR] Remove MSVC warning workaround (NFC) (details)
  40. fix test failure for clang/test/CodeGen/builtin-expect-with-probability.cpp (details)
  41. Add missing string conversions to fix a compile error in Local.h (details)
  42. Preserve GlobalsAA analysis result in InjectTLIMappings (details)
  43. test/msan/sigwait: Don't silently ignore assertion failures (details)
  44. [lldb/Lua] Fix typo: s/stdout/stderr/ (details)
  45. [ASan][MSan] Remove EmptyAsm and set the CallInst to nomerge to avoid from merging. (details)
  46. [ARM] Cortex-M4 integer instructions scheduler info test. NFC (details)
  47. [SVE] Remove calls to VectorType::getNumElements from AsmParser (details)
  48. [mlir] [VectorOps] Improve vector.create_mask lowering (details)
  49. When performing a substitution into a dependent alias template, mark the (details)
  50. [ARM] Mark more integer instructions as not having side effects. (details)
  51. [flang] add RTBuilder.h (details)
  52. [RISCV][NFC] Add tests for folds of ADDIs into load/stores (details)
  53. [lldb] Fix the modules build (details)
  54. [clang][driver] allow macOS 11 OS version in the driver (details)
  55. Remove clang::Codegen::EHPadEndScope as unused (details)
  56. [mlir] [integration-test] Let target check-mlir imply target check-mlir-integration too (details)
  57. [WebAssembly] Fix for use of uninitialized member in WasmObjectWriter.cpp (details)
  58. Move late-parsed class member attribute handling adjacent to all the (details)
  59. [AMDGPU] Update AMD GPU processor information (details)
  60. [ELF] Add -z start-stop-visibility= to set __start_/__stop_ symbol visibility (details)
  61. [lld][ELF][AArch64] Handle R_AARCH64_PLT32 relocation (details)
  62. [IR] Prefer scalar type for struct indexes in GEP constant expressions. (details)
  63. [AArch64][SVE] Add legalization support for i32/i64 vector srem/urem (details)
  64. [NFC] Remove outdated comment in llvm-symbolizer test case. (details)
  65. DR458: Search template parameter scopes in the right order. (details)
  66. [clang codegen] Fix alignment of "Address" for incomplete array pointer. (details)
  67. [MLIR] [NFC] Add new line and empty line before printing modified loop (details)
  68. [WebAssebmly] Fully disable 'protected' visibility (details)
  69. AMDGPU/GlobalISel: Fix fixed ABI special VGPR function arguments (details)
  70. [SimplifyCFG] Drop debug loc in SpeculativelyExecuteBB (details)
  71. Remove GlobalValue::getAlignment(). (details)
  72. [AArch64][GlobalISel] Improve codegen for some constant vectors by using constant pool loads. (details)
  73. [PowerPC] Add support for vector bool __int128 for Power10 (details)
  74. [BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles. (details)
  75. Add option to symbolize inline frames for InternalSymbolizer (details)
  76. [NFC][MLIR] Undo anonymous namespace change from https://reviews.llvm.org/D82417 (details)
  77. [cmake] configure the host triple on an Apple Silicon machine correctly (details)
  78. [clang][driver] set macOS as the target OS for -arch arm64 when clang (details)
  79. test fix: add missing system-darwin REQUIRES (details)
  80. [lldb/Test] Temporarily disable TestSimulatorPlatform.py (details)
  81. [X86] Add mayLoad/mayStore flags to some X87 instructions that don't have isel patterns to infer them from. (details)
  82. [libc] Add long double flavors of the floating point manipulation functions. (details)
  83. [libc][Obvious] Remove a debug #include of iostream. (details)
  84. [X86] Speculatively fix to X86AvoidStoreForwardingBlocks not deference a machine mem operand if there isn't one present. (details)
  85. [libc] Enable copysignl, frexpl, logbl and modfl on aarch64. (details)
  86. [VE] Clang toolchain for VE (details)
  87. [AST][RecoveryExpr] Fix a crash: don't attach error-type base specifiers. (details)
  88. [gn build] Port 96d4ccf00c8 (details)
  89. [AST][RecoveryExpr] Populate error-bit from Type to Expr. (details)
  90. [ARM][BFloat] Legalize bf16 type even without fullfp16. (details)
  91. [AMDGPU] Enable compare operations to be selected by divergence (details)
  92. [DSE,MSSA] Precommit small test changes for D72631. (details)
  93. [lldb] fix typo in docs: withing -> within (details)
  94. [ARM] Improve diagnostics message when Neon is unsupported (details)
  95. [AArch64][SVE] Add bfloat16 support to load intrinsics (details)
  96. [AArch64][SVE] Add bfloat16 support to perm and select intrinsics (details)
  97. [AArch64][SVE] Add bfloat16 support to svlen intrinsic (details)
  98. [AArch64][SVE2] Add bfloat16 support to whilerw/whilewr intrinsics (details)
  99. [libclang] Extend clang_Cursor_Evaluate(). (details)
  100. [llvm-readelf] - Don't crash when e_shstrndx==SHN_XINDEX, but there is no section header. (details)
  101. [clang-format] restore indent in conditionals when AlignOperands is DontAlign (details)
  102. Don't install clang-import-test (details)
  103. StackLifetime.h - remove unused AliasAnalysis.h include. NFC. (details)
  104. ObjCARC.h - remove unnecessary includes. NFC. (details)
  105. [OpenMP] NFC: Create OpenMP release notes file (details)
  106. [OpenMPOpt] ICV macro definitions (details)
  107. [DSE] Eliminate stores at the end of the function. (details)
  108. [LLD][PowerPC] Add support for R_PPC64_GOT_PCREL34 (details)
  109. Loads.h - reduce AliasAnalysis.h include to forward declarations. NFC. (details)
  110. [llvm-readobj] - Don't crash when a broken GNU hash table is dumped with --hash-symbols. (details)
  111. [DSE,MSSA] Add missing -enable-dse-memoryssa flag to test. (details)
  112. [AMDGPU] Avoid redundant mode register writes (details)
  113. [lldb] Refactor Scalar::TruncOrExtendTo (details)
  114. [AST][RecoveryExpr] Add error-bit TemplateArgument (details)
  115. Cloning.h - reduce AliasAnalysis.h include to forward declarations. NFC. (details)
  116. WebAssembly: Don't store MachineFunction in MachineFunctionInfo (details)
  117. [VectorCombine] add tests for extract + cmp + binop; NFC (details)
  118. [VectorCombine] give invalid index value a name; NFC (details)
  119. [llvm] Added support for stand-alone cmake object libraries. (details)
  120. [llvm] Release-mode ML InlineAdvisor (details)
  121. [NewPM] Handle -simplifycfg in opt (details)
  122. [NewPM] Add SimpleLoopUnswitchPass to PassRegistry.def (details)
  123. Revert "[AMDGPU] Enable compare operations to be selected by divergence" (details)
  124. [ELF] -r: don't parse @ (symbol versioning) for .symver inline asm in bitcode (details)
  125. [Hexagon] Reducing minimum alignment requirement (details)
  126. [clangd] Disable printing of Value for tag-types on hover (details)
  127. AMDGPU/GlobalISel: Invert parameter for div/rem lowering function (details)
  128. AMDGPU/GlobalISel: Legalize 64-bit G_SDIV/G_SREM (details)
  129. [AMDGPU] Make sure to fix implicit operands on insertBranch (details)
  130. Disable flaky lldb-vscode tests on aarch64 (details)
  131. [SLP] Precommit short load / wide math test for AArch64. (details)
  132. GlobalISel: Add unit tests for some utils functions (details)
  133. [SemaObjC] Fix a crash on invalid when 'auto' is used in a @property (details)
  134. [OpenMP] Adopt std::set in HostDataToTargetMap (details)
  135. Revert "[llvm] Added support for stand-alone cmake object libraries." (details)
  136. [llvm] Remove full stop frome error message (details)
  137. [libTooling] Delete deprecated `Stencil` combinators. (details)
  138. [MLIR] Fix affine loop fusion private memref alloc (details)
  139. LoopUtils.h - reduce AliasAnalysis.h include to forward declarations. NFC. (details)
  140. [gn build] (manually) port bdceefe95ba6a (details)
  141. [gn build] Port 4fb2116ee7f (details)
  142. Start adding support for generating CC1 command lines from CompilerInvocation (details)
  143. [gn build] Port 29125ddf132 (details)
  144. Fix coding style. NFC. (details)
  145. [X86] Replace PROC macros with an enum and a lookup table of processor information. (details)
  146. [WPD] Allow virtual calls to be analyzed with multiple type tests (details)
  147. Disable a flaky lldb-vscode test on aarch64 (details)
  148. [X86] Rename O3-pipeline.ll to opt-pipeline.ll and add O1/O2 command lines (details)
  149. [NVPTX] Fix for NVPTX module asm regression (details)
  150. [llvm-objcopy] Update help messages (details)
  151. [OpenMP][Docs] Mark TR8 `present` as claimed in docs (details)
  152. Local.h - reduce includes to forward declarations. NFC. (details)
  153. InstCombineInternal.h - reduce AliasAnalysis.h include to forward declaration. NFC. (details)
  154. [OpenMP][NFC] Remove hard-coded line numbers from test (details)
  155. [ObjC] Copy a block to the heap if it is passed as a variadic argument (details)
  156. [FileCheck][NFC] Fix typo in test comment (details)
  157. [docs] Fix typo (details)
  158. [SLP] Limit GEP lists based on width of index computation. (details)
  159. [Apple Silicon] Initial support for Rosetta (details)
  160. [Apple Silicon] Debugging of process under Rosetta is supported. (details)
  161. [lld-macho] Use namespace qualifiers (macho::) instead of `namespace lld { namespace macho {` (details)
  162. [llvm-objcopy] Update help message tests (details)
  163. Fix crash on XCore on unused inline in EmitTargetMetadata (details)
  164. Add --hot-func-list to llvm-profdata show for sample profiles (details)
  165. Fix a pair of wtype-limits and 3 wparentheses warnings from 29125ddf1 (details)
  166. [x86][AArch64] add tests for fmul-fma combine; NFC (details)
  167. [InlineCost] Added InlineCostCallAnalyzer::print() (details)
  168. [lldb][NFC] Use expect_expr in TestStructTypes.py (details)
  169. [NFCI][CostModel] Add const to Value*. (details)
  170. [ProcessGDBRemote] Placate the Windows buildbot. (details)
  171. [SVE] Remove calls to VectorType::getNumElements from IPO (details)
  172. [NFC][PowerPC] Fix some typos in MachineCombiner comments (details)
  173. [lld-macho] Remove using namespace llvm::MachO (details)
  174. [ProcessGDBRemote] Fix a typo in an ifdef from 58de2a3851391d (details)
  175. [PowerPC][Power10] Implement Count Leading/Trailing Zeroes Builtins under bit Mask in LLVM/Clang (details)
  176. Add a git hook script that can be manually setup to run some checks on every push (details)
  177. [InlineCost] InlineCostAnnotationWriterPass introduced (details)
  178. [ARM] Make cp10 and cp11 usage a warning (details)
  179. Revert "[BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles." (details)
  180. Use concrete natural type alignment for masked load/store operations instead of 0. (details)
  181. [TextAPI/MachO] Fix style issues. NFC (details)
  182. Remove Passes dependency on CodeGen (details)
  183. Revert "Use concrete natural type alignment for masked load/store operations instead of 0." (details)
  184. [NFCI] SCEV: promote ScalarEvolutionDivision into an publicly usable class (details)
  185. [InstCombine] visitBitCast(): do not crash on weird `bitcast <1 x i8*> to i8*` (details)
  186. [IR] GetUnderlyingObject(), stripPointerCastsAndOffsets(): don't crash on `bitcast <1 x i8*> to i8*` (details)
  187. [SROA] convertValue(): we can have <N x iK> to <M x iQ*> cast (details)
  188. [SROA] convertValue(): we can have <N x iK*> to <M x iQ> cast (details)
  189. [NFCI][InstSimplify] Add CHECK-LABEL to new icmp.ll test (details)
  190. [gn build] Port 1e2691fe238 (details)
  191. [MIR] Fix CFI_INSTRUCTION escape printing (details)
  192. [llvm-profdata] --hot-func-list: fix some style issues in D81800 (details)
  193. [clangd] Make background index thread count calculation clearer (details)
  194. [InlineCost] PrinterPass prints constants to which instructions are simplified (details)
  195. [unittest] Fix FrontendTests CanGenerateCC1CommandLineFlag when LLVM_DEFAULT_TARGET_TRIPLE is not normalized after D79796 (details)
  196. [lldb/API] Use std::make_unique<> (NFC) (details)
  197. [Apple Silicon] Handle macOS in PlatformDarwin (details)
  198. [HostInfoMacOS] Parse correctly the triple for Apple Silicon. (details)
  199. [MLIR][NFC] Adopt variadic isa<> (details)
  200. [DWARFYAML][debug_gnu_*] 'Descriptor' field should be 1-byte. NFC. (details)
  201. [mlir] Refactor OpInterface internals to be faster and factor out common bits. (details)
  202. Don't inline dynamic allocas that simplify to huge static allocas. (details)
  203. [mlir][spirv] Add TransposeOp (details)
  204. [mlir][DialectConversion][NFC] Add comment blocks and organize a bit of the code (details)
  205. [MLIR][SPIRVToLLVM] Implementation of SPIR-V module conversion pattern (details)
  206. [lldb] Use std::make_unique<> (NFC) (details)
  207. [Inliner] Handle 'no-signed-zeros-fp-math' function attribute. (details)
  208. [Hexagon][llvm-objcopy] Add missing check for SHN_HEXAGON_SCOMMON_1 (details)
  209. [NewPM][opt] Assert PassPipeline and Passes don't both contain passes (details)
  210. [X86][NFC] Pre-commit test case for the following patch. (details)
  211. Move explicit template class specialization out of the class to fix gcc builds (NFC) (details)
  212. [X86] Fix a typo error. (details)
  213. [VE] Add clang tests for VE (details)
  214. [X86] Emit a reg-reg copy for fast isel of vector bitcasts. (details)
  215. [InstCombine] Combine select & Phi by same condition (details)
  216. [Test] Add more tests for selects & phis (details)
Changes
  1. added scripts to debug running deployment (details)
  2. [buildbot] Use paths instead of env vars for ml bots (details)

Started by upstream project LLDB Incremental build number 21857
originally caused by:

  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer

This run spent:

  • 3 hr 30 min waiting;
  • 5 hr 41 min build duration;
  • 5 hr 41 min total from scheduled to completion.
Revision: d99cf8c14b7b1552c869a019e8533e1e3363aa4f
Repository: https://github.com/llvm/llvm-zorg.git
  • refs/remotes/origin/master
Revision: 4c6548222b3c41d024581d28f42b3f02510bcfe3
Repository: http://labmaster3.local/git/llvm-project.git
  • refs/remotes/origin/master
Revision: d99cf8c14b7b1552c869a019e8533e1e3363aa4f
Repository: http://labmaster3.local/git/llvm-zorg.git
  • refs/remotes/origin/master
Test Result (1 failure / ±0)

Identified problems

Regression test failed

This build failed because a regression test in the test suite FAILed. See the test report for details.
Indication 1

Ninja target failed

Below is a link to the first failed ninja target.
Indication 2