Skip to content

Attempt to fix [CGData][MachineOutliner] Global Outlining (#90074) #108037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

kyulee-com
Copy link
Contributor

No description provided.

@kyulee-com kyulee-com merged commit bf68403 into llvm:main Sep 10, 2024
8 of 10 checks passed
@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

LLVM Buildbot has detected a new failure on builder ml-opt-rel-x86-64 running on ml-opt-rel-x86-64-b1 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
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/ml-opt-rel-x86-64-b1/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /b/ml-opt-rel-x86-64-b1/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/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
/b/ml-opt-rel-x86-64-b1/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/ml-opt-rel-x86-64-b1/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 
...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

LLVM Buildbot has detected a new failure on builder ml-opt-dev-x86-64 running on ml-opt-dev-x86-64-b1 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
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/ml-opt-dev-x86-64-b1/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ grep -v 'Verify generated machine code'
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure -o /dev/null
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
/b/ml-opt-dev-x86-64-b1/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/ml-opt-dev-x86-64-b1/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 
...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

LLVM Buildbot has detected a new failure on builder ml-opt-devrel-x86-64 running on ml-opt-devrel-x86-64-b2 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
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/ml-opt-devrel-x86-64-b1/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ grep -v 'Verify generated machine code'
+ /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /b/ml-opt-devrel-x86-64-b1/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure -o /dev/null
/b/ml-opt-devrel-x86-64-b1/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/ml-opt-devrel-x86-64-b1/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 
...

kyulee-com pushed a commit to kyulee-com/llvm-project that referenced this pull request Sep 10, 2024
kyulee-com added a commit that referenced this pull request Sep 10, 2024
…0074) #108037 (#108047)

The previous `attempt to fix [CGData][MachineOutliner] Global Outlining
(#90074) #108037` was incomplete because the
`ImmutableModuleSummaryIndexWrapperPass` is now optional for the
MachineOutliner pass.

With this fix, the test file `CodeGen/AArch64/O3-pipeline.ll` shows no
changes compared to its state before `[CGData][MachineOutliner] Global
Outlining (#90074)`.

Co-authored-by: Kyungwoo Lee <[email protected]>
@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

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

Here is the relevant piece of the build log for the reference
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 
...

kyulee-com added a commit that referenced this pull request Sep 10, 2024
The previous `Fix for Attempt to fix [CGData][MachineOutliner] Global
Outlining (#90074) #108037 (#108047)` somehow dropped this file.
@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

LLVM Buildbot has detected a new failure on builder lld-x86_64-ubuntu-fast running on as-builder-4 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
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: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure -o /dev/null
+ grep -v 'Verify generated machine code'
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/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/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/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 
...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

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

Here is the relevant piece of the build log for the reference
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 
...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

LLVM Buildbot has detected a new failure on builder clang-x86_64-debian-fast 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/56/builds/6980

Here is the relevant piece of the build log for the reference
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/clang-x86_64-debian-fast/llvm.obj/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure -o /dev/null
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ grep -v 'Verify generated machine code'
/b/1/clang-x86_64-debian-fast/llvm.src/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/clang-x86_64-debian-fast/llvm.src/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 
...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

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

Here is the relevant piece of the build log for the reference
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 
...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Sep 10, 2024

LLVM Buildbot has detected a new failure on builder llvm-x86_64-debian-dylib running on gribozavr4 while building llvm at step 7 "test-build-unified-tree-check-llvm".

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

Here is the relevant piece of the build log for the reference
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/AArch64/O3-pipeline.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /b/1/llvm-x86_64-debian-dylib/build/bin/llc --debugify-and-strip-all-safe=0 -mtriple=arm64-- -O3 -debug-pass=Structure < /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll -o /dev/null 2>&1 |      grep -v "Verify generated machine code" | /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+ /b/1/llvm-x86_64-debian-dylib/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-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/AArch64/O3-pipeline.ll
/b/1/llvm-x86_64-debian-dylib/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-x86_64-debian-dylib/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 
...

@kyulee-com
Copy link
Contributor Author

All these failures related to O3-pipeline.ll have been already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants