[LLVMbugs] [Bug 18600] [InstCombine] assert "Value::replaceAllUsesWith(<null>) is invalid!"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 24 11:03:16 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18600

Benjamin Kramer <benny.kra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |benny.kra at gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> ---
Fixed in r200028.

The expressions don't get folded while building because casting a <16 x i8> to
<4 x i8> requires a DataLayout. That's not available to the IRBuilder.

-- 
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/20140124/113d0875/attachment.html>


More information about the llvm-bugs mailing list