[PATCH] D70767: [Attributor] Add an Attributor CG-SCC pass

pre-merge checks [bot] via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 16:21:31 PST 2020


merge_guards_bot added a comment.

{icon times-circle color=red} Unit tests: fail. 62144 tests passed, 19 failed and 811 were skipped.

  failed: LLVM-Unit.Analysis/_/AnalysisTests/CGSCCPassManagerTest.TestUpdateCGAndAnalysisManagerForPasses8
  failed: LLVM.Other/new-pm-thinlto-postlink-pgo-defaults.ll
  failed: LLVM.Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  failed: LLVM.Other/new-pm-thinlto-prelink-pgo-defaults.ll
  failed: LLVM.Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
  failed: LLVM.Transforms/Attributor/ArgumentPromotion/dbg.ll
  failed: LLVM.Transforms/Attributor/ArgumentPromotion/live_called_from_dead.ll
  failed: LLVM.Transforms/Attributor/ArgumentPromotion/nonzero-address-spaces.ll
  failed: LLVM.Transforms/Attributor/ArgumentPromotion/pr27568.ll
  failed: LLVM.Transforms/Attributor/ArgumentPromotion/reserve-tbaa.ll
  failed: LLVM.Transforms/Attributor/IPConstantProp/pthreads.ll
  failed: LLVM.Transforms/Attributor/liveness.ll
  failed: LLVM.Transforms/Attributor/noalias.ll
  failed: LLVM.Transforms/Attributor/range.ll
  failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
  failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
  failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
  failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
  failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

{icon times-circle color=red} clang-tidy: fail. clang-tidy found 0 errors and 2 warnings <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/clang-tidy.txt>. 0 of them are added as review comments below (why? <https://github.com/google/llvm-premerge-checks/blob/master/docs/clang_tidy.md#review-comments>).

{icon times-circle color=red} clang-format: fail. Please format your changes with clang-format by running `git-clang-format HEAD^` or applying this patch <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/clang-format.patch>.

Build artifacts <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591>: diff.json <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/diff.json>, clang-tidy.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/clang-tidy.txt>, clang-format.patch <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/clang-format.patch>, CMakeCache.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/CMakeCache.txt>, console-log.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/console-log.txt>, test-results.xml <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-1591/test-results.xml>

//Pre-merge checks is in beta. Report issue <https://github.com/google/llvm-premerge-checks/issues/new?assignees=&labels=bug&template=bug_report.md&title=Issue%20with%20build%20for%20D70767%20%28240028%29>. Please join beta <https://reviews.llvm.org/project/update/78/join/> or enable it for your project <https://github.com/google/llvm-premerge-checks/issues/new?assignees=&labels=enhancement&template=&title=enable%20checks%20for%20{PATH}>.//


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70767/new/

https://reviews.llvm.org/D70767





More information about the llvm-commits mailing list