[LLVMbugs] [Bug 21645] Assertion `VT.getSizeInBits() == Operand.getValueType().getSizeInBits() && "Cannot BITCAST between types of different sizes!"' failed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 7 16:51:40 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=21645
Tim Northover <t.p.northover at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Tim Northover <t.p.northover at gmail.com> ---
Ah, worked out how to avoid the pesky sign-extend combine reliably (store the
result).
I've committed this in r228518, fixing both ARM & AArch64.
--
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/20150208/a5f6b121/attachment.html>
More information about the llvm-bugs
mailing list