[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 10:49:26 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `premerge-monolithic-linux` running on `premerge-linux-1` while building `llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/8417
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/O3-pipeline.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /build/buildbot/premerge-monolithic-linux/build/bin/llc -mtriple=riscv32 -O3 -debug-pass=Structure < /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll -o /dev/null 2>&1 | grep -v "Verify generated machine code" | /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll --check-prefixes=CHECK
+ /build/buildbot/premerge-monolithic-linux/build/bin/llc -mtriple=riscv32 -O3 -debug-pass=Structure -o /dev/null
+ grep -v 'Verify generated machine code'
+ /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll --check-prefixes=CHECK
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll:23: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>:31:2: note: possible intended match here
Module Verifier
^
Input file: <stdin>
Check file: /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/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:23'0 X error: no match found
14: ModulePass Manager
next:23'0 ~~~~~~~~~~~~~~~~~~~~
15: Pre-ISel Intrinsic Lowering
next:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16: FunctionPass Manager
next:23'0 ~~~~~~~~~~~~~~~~~~~~~~
17: Expand large div/rem
next:23'0 ~~~~~~~~~~~~~~~~~~~~~~
18: Expand large fp convert
next:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
.
26: Scalar Evolution Analysis
...
```
</details>
https://github.com/llvm/llvm-project/pull/108037
More information about the llvm-commits
mailing list