[PATCH] D50820: [VPlan] Implement initial vector code generation support for simple outer loops.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 07:23:22 PDT 2018
fhahn added a comment.
In https://reviews.llvm.org/D50820#1223015, @fhahn wrote:
> I just tried to build your patch, and it triggers
>
> lib/Transforms/Vectorize/LoopVectorize.cpp:1288: bool llvm::LoopVectorizationCostModel::isScalarAfterVectorization(llvm::Instruction*, unsigned int) const: Assertion `ScalarsPerVF != Scalars.end() && "Scalar values are not calculated for VF"' failed.
>
>
> for the vplan tests.
Nevermind, it was because the patch did not apply cleanly. Could you rebase the patch on latest trunk?
Repository:
rL LLVM
https://reviews.llvm.org/D50820
More information about the llvm-commits
mailing list