[PATCH] D21591: [Polly] Fix assertion due to buildMemoryAccess.
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 16:30:22 PDT 2016
Hey Michael,
The current trunk I am using is up-to-date, git commit id
b1db6fae50da2c222f98aea982a9685352cd88ff
Author: Tobias Grosser <tobias at grosser.es>
Date: Tue Jul 5 15:26:33 2016 +0000
cmake: do not check-format anything in lib/External
The command line pass just fine "opt -polly -polly-process-unprofitable
-polly-codegen -polly-allow-nonaffine-loops -polly-allow-nonaffine
-debug-only=polly-dependence
test/DependenceInfo/nonaffine-condition-buildMemoryAccess.ll "
I didn't see any failure with this test case. I will join the polly
discuss tomorrow morning to see what's the problem?
I can add the comment back, once we figure out the problem with this
test case.
Thanks!
-Huihui
On 2016-07-05 07:48, Michael Kruse wrote:
> Meinersbur added a comment.
>
> When applying to the current trunk, polly-check fails with
>
> opt: Unknown command line argument '-debug-only=polly-dependence'.
> Try: 'opt -help'
>
> Can you rebase to the current trunk? Also, add the information that
> were there in the version before the last update, specifically the
> information why getFirstNonBoxedLoopFor is needed an that
> getSCEVForScope should not be called on its output.
>
>
> Repository:
> rL LLVM
>
> http://reviews.llvm.org/D21591
More information about the llvm-commits
mailing list