[llvm-bugs] [Bug 47390] [LoopVectorize] Assertion `isa<PHINode>(UI) && "Expected LCSSA form"' failed.

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 3 19:16:40 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=47390

Mindong Chen <chenmindong120 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |---
             Status|RESOLVED                    |REOPENED

--- Comment #2 from Mindong Chen <chenmindong120 at gmail.com> ---
(In reply to Florian Hahn from comment #1)
> I cannot reproduce the issue with a clang build from recent trunk.
> 
> When built with `clang -O3`, the loop gets removed entirely. I also cannot
> reproduce with Clang 10/Clang 10.1 https://godbolt.org/z/r89vo9
> 
> Please re-open with more details on how to reproduce the crash.

Sorry I forgot to post the command here, please compile with -Os:

$ clang -Os reproducer.c

-- 
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/20200904/db2b62b4/attachment.html>


More information about the llvm-bugs mailing list