[PATCH] D71692: [WIP] Prototype outlined assumptions and operand bundle information attachment
pre-merge checks [bot] via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 01:35:15 PST 2019
merge_guards_bot added a comment.
{icon times-circle color=red} Unit tests: fail. 60920 tests passed, 47 failed and 726 were skipped.
failed: LLVM-Unit.Transforms/Utils/_/UtilsTests/CodeExtractor.ExitStub
failed: LLVM-Unit.Transforms/Utils/_/UtilsTests/CodeExtractor.StoreOutputInvokeResultAfterEHPad
failed: Clang.CodeGen/align_value.cpp
failed: Clang.CodeGen/alloc-align-attr.c
failed: Clang.CodeGen/builtin-assume-aligned.c
failed: Clang.CodeGen/builtin-assume.c
failed: Clang.CodeGen/catch-alignment-assumption-attribute-align_value-on-lvalue.cpp
failed: Clang.CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp
failed: Clang.CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function.cpp
failed: Clang.CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp
failed: Clang.CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp
failed: Clang.CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp
failed: Clang.CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params.cpp
failed: Clang.CodeGen/catch-alignment-assumption-builtin_assume_aligned-two-params.cpp
failed: Clang.CodeGen/catch-alignment-assumption-openmp.cpp
failed: Clang.OpenMP/distribute_simd_codegen.cpp
failed: Clang.OpenMP/parallel_master_taskloop_simd_codegen.cpp
failed: Clang.OpenMP/simd_codegen.cpp
failed: Clang.OpenMP/simd_metadata.c
failed: Clang.OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
failed: Clang-Unit.Frontend/_/FrontendTests/FrontendOutputTests.TestOutputStream
failed: LLVM.Other/opt-O0-pipeline.ll
failed: LLVM.Other/opt-O2-pipeline.ll
failed: LLVM.Other/opt-O3-pipeline.ll
failed: LLVM.Other/opt-Os-pipeline.ll
failed: LLVM.Other/pass-pipelines.ll
failed: LLVM.Transforms/BlockExtractor/extract-blocks-with-groups.ll
failed: LLVM.Transforms/BlockExtractor/extract-blocks.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineAnd.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineAttributes.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineDebug.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineHighCost.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineInvokeProducesOutVal.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineOrAnd.ll
failed: LLVM.Transforms/CodeExtractor/PartialInlineVarArgsDebug.ll
failed: LLVM.Transforms/CodeExtractor/X86/InheritTargetAttributes.ll
failed: LLVM.Transforms/DCE/guards.ll
failed: LLVM.Transforms/EarlyCSE/guards.ll
failed: LLVM.Transforms/HotColdSplit/duplicate-phi-preds-crash.ll
failed: LLVM.Transforms/HotColdSplit/phi-with-distinct-outlined-values.ll
failed: LLVM.Transforms/HotColdSplit/split-phis-in-exit-blocks.ll
failed: LLVM.Transforms/HotColdSplit/succ-block-with-self-edge.ll
failed: LLVM.Transforms/InstCombine/assume-redundant.ll
failed: LLVM.Transforms/InstCombine/assume.ll
failed: LLVM.Transforms/InstCombine/select.ll
failed: LLVM.Transforms/LICM/pr32129.ll
failed: LLVM.Transforms/LoopUnswitch/guards.ll
{icon times-circle color=red} clang-tidy: fail. Please fix clang-tidy findings <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/clang-tidy.txt>.
{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-615/clang-format.patch>.
Build artifacts <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615>: diff.json <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/diff.json>, clang-tidy.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/clang-tidy.txt>, clang-format.patch <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/clang-format.patch>, CMakeCache.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/CMakeCache.txt>, console-log.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/console-log.txt>, test-results.xml <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-615/test-results.xml>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71692/new/
https://reviews.llvm.org/D71692
More information about the llvm-commits
mailing list