[PATCH] D123678: [polly] migrate -polly-show to the new pass manager
YangKeao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 06:29:27 PDT 2022
YangKeao added a comment.
In D123678#3538963 <https://reviews.llvm.org/D123678#3538963>, @phosek wrote:
> `Polly :: ScopDetect/dot-scops-npm.ll` test has been flaking on our bots since this change landed with the following test error:
>
> Script:
> --
> : 'RUN: at line 1'; /opt/s/w/ir/x/w/staging/llvm_build/bin/opt -polly-process-unprofitable -polly-remarks-minimal -polly-use-llvm-names -polly-import-jscop-dir=/opt/s/w/ir/x/w/llvm-llvm-project/polly/test/ScopDetect -polly-codegen-verify "-passes=polly-scop-printer" -disable-output < /opt/s/w/ir/x/w/llvm-llvm-project/polly/test/ScopDetect/dot-scops-npm.ll
> : 'RUN: at line 2'; /opt/s/w/ir/x/w/staging/llvm_build/bin/FileCheck /opt/s/w/ir/x/w/llvm-llvm-project/polly/test/ScopDetect/dot-scops-npm.ll -input-file=scops.func.dot
> --
> Exit Code: 2
>
> Command Output (stderr):
> --
> Writing 'scops.func.dot'...
> FileCheck error: 'scops.func.dot' is empty.
> FileCheck command line: /opt/s/w/ir/x/w/staging/llvm_build/bin/FileCheck /opt/s/w/ir/x/w/llvm-llvm-project/polly/test/ScopDetect/dot-scops-npm.ll -input-file=scops.func.dot
>
> --
>
> Would it be possible to take a look?
@phosek Where can I find more information about the test execution? I want to know the platform, architecture, compiler...
I tried to execute the same command (with the latest llvm and polly) several times, but none of them produce this error.
@Meinersbur Do you have any idea about why it could fail or how to debug this problem 🤔 ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123678/new/
https://reviews.llvm.org/D123678
More information about the llvm-commits
mailing list