[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 09:13:27 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ppc64le-lld-multistage-test` running on `ppc64le-lld-multistage-test` while building `llvm` at step 7 "test-build-stage1-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/168/builds/3150

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (test-build-stage1-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: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/llc -mtriple=riscv32 -O3 -debug-pass=Structure < /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll -o /dev/null 2>&1 |    grep -v "Verify generated machine code" |    /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll --check-prefixes=CHECK
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/llc -mtriple=riscv32 -O3 -debug-pass=Structure -o /dev/null
+ grep -v 'Verify generated machine code'
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/O3-pipeline.ll --check-prefixes=CHECK
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/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: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/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 
...
Step 13 (test-build-stage2-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: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure -o /dev/null
+ grep -v 'Verify generated machine code'
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/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: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/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