[llvm-bugs] [Bug 33010] Crash in statepoint lowering after 297695

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 9 15:28:33 PDT 2019


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

listmail at philipreames.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |listmail at philipreames.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from listmail at philipreames.com ---

r360090 | reames | 2019-05-06 15:09:31 -0700 (Mon, 06 May 2019) | 7 lines

Fix pr33010, a 2 year old crashing regression

The problem was that we were creating a CMOV64rr <TargetFrameIndex>,
<TargetFrameIndex>.  The entire point of a TFI is that address code is not
generated, so there's no way to legalize/lower this.  Instead, simply prevent
it's creation.

Arguably, we shouldn't be using *Target*FrameIndices in StatepointLowering at
all, but that's a much deeper change.

-- 
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/20190509/11a19a45/attachment.html>


More information about the llvm-bugs mailing list