[llvm-bugs] [Bug 50009] clang -Os crash in llvm/lib/Transforms/Vectorize/VPlan.cpp:269: llvm::Value* llvm::VPTransformState::get(llvm::VPValue*, const llvm::VPIteration&): Assertion `hasVectorValue(Def, Instance.Part)' failed
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 4 14:39:50 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50009
Florian Hahn <florian_hahn at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed By Commit(s)| |ccebf7a1096a
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #4 from Florian Hahn <florian_hahn at apple.com> ---
(In reply to Haoxin Tu from comment #3)
> This bug cannot be reproduced in the current trunk, should we mark it as
> fixed?
I'm not aware of a fix in trunk (perhaps the IR slightly changed due some
unrelated changes for your example so the problem is not exposed in an
end-to-end compilation of the original source) , but I just landed a fix:
https://reviews.llvm.org/rGccebf7a1096a
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210504/7f3c3ee2/attachment.html>
More information about the llvm-bugs
mailing list