Started 1 yr 2 mo ago
Took 2 hr 34 min

Build #2159 (Jan 18, 2022 6:16:41 AM)

Changes
  1. [Zorg] Honor clean_obj in WebUI. (details / githubweb)
  2. [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite (details / githubweb)
Changes
  1. [AIX] Support of Big archive (read) (details)
  2. [mlir][Linalg] NFC - Drop vectorization reliance on ConvolutionOpInterface (details)
  3. [libc++] [test] Improve the tests for std::assignable_from. (details)
  4. [mlir][Linalg] Relax PadTensor tiling constraints and expose it to strategies. (details)
  5. [test] Use opt -passes syntax in DeadArgElim lit tests. NFC (details)
  6. [AArch64] Revive optimize add/sub with immediate through MIPeepholeOpt (details)
  7. [DebugInfo] ValueMapper impl for DIArgList respects IgnoreMissingLocals (details)
  8. [AMDGPU][MC] Corrected disassembly of s_waitcnt (details)
  9. [AMDGPU][GFX10][MC] Updated symbolic names of internal HW registers (details)
  10. [mlir][Linalg] NFC - Cleanup conv1d generators (details)
  11. [AsyncToLLVM] Align frames to 64 bytes (details)
  12. [ELF] Change std::vector<InputSectionBase *> to SmallVector (details)
  13. [libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <vector> (details)
  14. [libc++][P2321R2] Add specializations of basic_common_reference and common_type for tuple (details)
  15. [Aarch64] Customer lowering of COPYSIGN to SIMD should check for NEON availability (details)
  16. [X86] Add test case for PR53247 (details)
  17. [libc++] [doc] Fix a Sphinx error in ReleaseNotes.rst (I hope) (details)
  18. [libc++] [bench] Stop using uniform_int_distribution<char> in benchmarks. (details)
  19. [libc++] Introduce __debug_db_insert_i() (details)
  20. Revert "[mlir][Linalg] NFC - Drop vectorization reliance on ConvolutionOpInterface" (details)
  21. [LoopDeletion] Revert 3af8a11 and add test coverage for breakage (details)
  22. [clang-tidy] Fix `readability-redundant-declaration` false positive for template friend declaration (details)
  23. [Support] Fix -Wreturn-type in LLVM_ENABLE_THREADS=OFF build after D116846 (details)
  24. [pstl][cmake] Use `GNUInstallDirs` to support custom installation dirs (details)
  25. [libc++] Install clang-tidy in docker containers (details)
  26. [clang-tidy] Fix false positives involving type aliases in `misc-unconventional-assign-operator` check (details)
  27. [LoopDeletion] Add back statistic update lost in 523573e (details)
  28. [AArch64][x86] add tests for bswap demanded bits; NFC (details)
  29. [AsyncToLLVM] aligned_alloc requires the size to be a multiple of aignment, so round up (details)
  30. [PowerPC][AIX] Fallback to DAG-ISEL if global has toc-data attribute. (details)
  31. [lldb] [gdb-remote] Support client fallback for servers without reg defs (details)
  32. [gn build] Port e69a3d18f48b (details)
  33. [libc++] [test] UNSUPPORTED my new uniform_int_distribution test on MinGW. (details)
  34. [libc++] [API BREAK] Change `fs::path::iterator::iterator_category` to `input_iterator_tag`. (details)
  35. [ELF] EhInputSection::split: remove unneeded check (details)
  36. [Libomptarget] Add `cold` to KeepAlive attributes (details)
  37. [RISCV] Legalize fixed length (insert_subvector undef, X, 0) to a scalable insert. (details)
  38. [RISCV] When expanding CONCAT_VECTORS, don't create INSERT_SUBVECTORS for undef subvectors. (details)
  39. [test] precommit new test for D117503 (details)
  40. [GlobalOpt] Generalize malloc-to-global for any allocation function (details)
  41. Pass options by const ref in TestLinalgCodegenStrategy (NFC) (details)
  42. [SDAG] add demanded bits transform for bswap (details)
  43. [NFC][SDNode] Use `StringSwitch` instead of `if` (details)
  44. [ORC] Fix a stale comment: lookupInitSymbolsAsync does not build a result map. (details)
  45. [lld] Fix typo. NFC (details)
  46. [RISCV] Add patterns for vector widening floating-point add/subtract instructions (details)
  47. [RISCV] Make SplatOperand start from 0. (details)
  48. [RISCV] Provide VLOperand in td. (details)
  49. [ORC] Add Platform::teardownJITDylib method. (details)
  50. Enable useDefault{Type/Attribute}PrinterParser by default in ODS Dialect definition (details)
  51. [libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom installation dirs (details)
  52. Use more references in MLIR Diagnostic handling (NFC) (details)
  53. Use reference for large object passed by value at the moment in MLIR TableGen (NFC) (details)
  54. [RISCV] Add patterns for vector widening floating-point multiply (details)
  55. Fix flang build after MLIR API change (details)
  56. [AMDGPU] Autogenerate wqm.ll (details)
  57. [clang][dataflow] Replace initValueInStorageLocation with createValue (details)
  58. [RISCV] Add instruction schedule for Zbc extension and Zbs extension (details)
  59. [AMDGPU] Disable optimizeEndCf at -O0 (details)
  60. [clang] Add include path for cppwinrt on Windows SDK 10.0.17134+ (details)
  61. [SimplifyCFG] Fix assertion failure when reusing table switch comparison (details)
  62. Revert "[CodeGen][AArch64] Ensure isSExtCheaperThanZExt returns true for negative constants" (details)
  63. [clangd] Remove redundant check for renamed symbol origin (details)
  64. [DwarfDebug] Restore code that make comments stay aligned in DwarfDebug::emitDebugLocEntry (details)
  65. [Chrono] Add missing include <ratio>. (details)
  66. [CVP] Add test for select with assumes (NFC) (details)
  67. [LVI] Consistently intersect assumes (details)
  68. [clangd] Bring back early-claim approach to fix a selection-tree regression. (details)
  69. [mlir] fix crash in PybindAdaptors.h (details)
  70. [mlir][Linalg] Drop deprecated convolution vectorization patterns (details)
  71. [lldb/python] Use PythonObject in LLDBSwigPython functions (details)
  72. [LegalizeTypes][VP] Add splitting support for vp.reduction.* (details)
  73. [mlir][Linalg] NFC - Drop vectorization reliance on ConvolutionOpInterface (details)
  74. [lldb] Fix compiler warning in CommunicationTest (details)
  75. [lldb] s/dyn_cast/isa in TypeSystemClang (details)
  76. [LVI] Compute SPF range even if one operands is overdefined (details)
  77. [LVI] Handle commuted SPF min/max operands (details)
  78. Revert "[DAG] Extend SearchForAndLoads with any_extend handling" (details)
  79. [CVP] Add tests for icmp of trunc implication (NFC) (details)
  80. [LegalizeTypes][VP] Add widening support for vp.reduce.* (details)
  81. [LVI] Handle implication from icmp of trunc (PR51867) (details)
  82. [VE] vp_select+vectorBinOp passthru isel and tests (details)
  83. [VE] VECustomDAG builder class (details)
  84. [AttrBuilder] Add string attribute getter (NFC) (details)
  85. [clang][dataflow] Add transfer function for addrof (details)
  86. [LoopVectorize][AArch64] Use get.active.lane.mask intrinsic when SVE is enabled (details)
  87. Revert "[AIX] Support of Big archive (read)" (details)
Changes
  1. [Zorg] Honor clean_obj in WebUI. (details)
  2. [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite (details)

Started by upstream project relay-lldb build number 126
originally caused by:

This run spent:

  • 53 min waiting;
  • 2 hr 34 min build duration;
  • 2 hr 34 min total from scheduled to completion.
Revision: 8201011aefd8c603a5d0ea04f8858c95eac1c80c
Repository: https://github.com/llvm/llvm-zorg.git
  • refs/remotes/origin/main
Revision: 1b9d323a266c9cc125e1993be56db97d71f25d39
Repository: http://labmaster3.local/git/llvm-project.git
  • detached
Revision: 8201011aefd8c603a5d0ea04f8858c95eac1c80c
Repository: http://labmaster3.local/git/llvm-zorg.git
  • refs/remotes/origin/main
Test Result (no failures)