[llvm] Attempt to fix [CGData][MachineOutliner] Global Outlining (#90074) (PR #108037)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 12:02:24 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-expensive-checks-debian` running on `gribozavr4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/16/builds/5074
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/AArch64/O3-pipeline.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 | grep -v "Verify generated machine code" | /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/FileCheck /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure -o /dev/null
+ grep -v 'Verify generated machine code'
+ /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/FileCheck /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
/b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll:19:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: Module summary info
^
<stdin>:13:34: note: scanning from here
Default Regalloc Priority Advisor
^
<stdin>:34:2: note: possible intended match here
Module Verifier
^
Input file: <stdin>
Check file: /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
8: Type-Based Alias Analysis
9: Scoped NoAlias Alias Analysis
10: Create Garbage Collector Module Metadata
11: Machine Branch Probability Analysis
12: Default Regalloc Eviction Advisor
13: Default Regalloc Priority Advisor
next:19'0 X error: no match found
14: ModulePass Manager
next:19'0 ~~~~~~~~~~~~~~~~~~~~
15: Pre-ISel Intrinsic Lowering
next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16: FunctionPass Manager
next:19'0 ~~~~~~~~~~~~~~~~~~~~~~
17: Expand large div/rem
next:19'0 ~~~~~~~~~~~~~~~~~~~~~~
18: Expand large fp convert
next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
.
29: Lazy Block Frequency Analysis
...
```
</details>
https://github.com/llvm/llvm-project/pull/108037
More information about the llvm-commits
mailing list