We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opt /tmp/test.ll -polly-scops -polly-process-unprofitable -polly-allow-nonaffine-loops -analyze
Statements { Stmt_loop2__TO__loop Domain := { Stmt_loop2__TO__loop[i0] : i0 >= -1 }; Schedule := { Stmt_loop2__TO__loop[i0] -> [] }; ReadAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar_2__phi[] }; MayWriteAccess := [Reduction Type: NONE] [Scalar: 0] { Stmt_loop2__TO__loop[i0] -> MemRef_A[0] }; ReadAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar_next_3[] }; MayWriteAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar_3[] }; ReadAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar_next_3[] }; MayWriteAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar_3[] }; MayWriteAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar[] }; MayWriteAccess := [Reduction Type: NONE] [Scalar: 1] { Stmt_loop2__TO__loop[i0] -> MemRef_indvar[] };
However, there is no loop within the scop (except the one hidden in the non-affine region).
The text was updated successfully, but these errors were encountered:
Hi Johannes,
maybe this bug is easy for you. It is in an area where you wrote most of the code.
Sorry, something went wrong.
Fixed in r258802.
No branches or pull requests
Extended Description
opt /tmp/test.ll -polly-scops -polly-process-unprofitable -polly-allow-nonaffine-loops -analyze
However, there is no loop within the scop (except the one hidden in the non-affine region).
The text was updated successfully, but these errors were encountered: