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

listm...@philipreames.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |listm...@philipreames.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from listm...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to