[llvm-bugs] [Bug 44351] CodeGenPrepare: An asserting value handle still pointed to this value!

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 28 17:01:01 PDT 2020


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

Jessica Clarke <jrtc27 at jrtc27.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |37b96d51d0cfc82a64598aaae2a
                   |                            |567fa77e44de9
             Status|NEW                         |RESOLVED

--- Comment #2 from Jessica Clarke <jrtc27 at jrtc27.com> ---
Yeah, that test case with an old compiler gives:

> While deleting: i32* %t12
> An asserting value handle still pointed to this value!
> UNREACHABLE executed at /local/scratch/jrtc4/cheri/llvm-project/llvm/lib/IR/Value.cpp:1008!

This bug report was for:

> While deleting: i8* %tmp11

where %tmp11 is:

> %tmp11 = getelementptr %struct.ham, %struct.ham* %tmp10, i32 0, i32 6

so this was also a dead GEP like 37b96d51d0.

-- 
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/20200729/1afc460b/attachment.html>


More information about the llvm-bugs mailing list