[llvm-bugs] [Bug 14439] clang 3.1 crashes in runOnMachineFunction while running pass 'ARM Instruction Selection'
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 16 06:05:24 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=14439
Renato Golin <renato.golin at linaro.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #7 from Renato Golin <renato.golin at linaro.org> ---
This is an old bug using an old toolchain that wasn't even upstream.
Furthermore, the problem is that I don't think that IR will never be reached
from normal inline asm. Both GCC and Clang bail out before generating empty
output register list (front-end syntax error).
Finally, the IR generates an UNREACHABLE, which is how we treat badly formed
input that can never be generated by users anyway. I don't see anything wrong
with that.
If someone cares enough and can reproduce this IR from C source with an recent
upstream toolchain, please re-open this bug.
--
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/20160616/ec63f090/attachment-0001.html>
More information about the llvm-bugs
mailing list