[llvm-bugs] [Bug 25340] New: Miscompilation with cleanuppad + i64 on i686 MSVC
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 28 13:54:49 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25340
Bug ID: 25340
Summary: Miscompilation with cleanuppad + i64 on i686 MSVC
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: alex at crichton.co
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 15182
--> https://llvm.org/bugs/attachment.cgi?id=15182&action=edit
Failing IR
When compiled with llc and then linked with link.exe, the IR attached will
result in a program that exits with status 1 instead of status 0. It looks like
the i64* in @rust_main being live over an invoke to get used in a cleanuppad
may be causing problems, but I'm not quite sure what may be the problem beyond
that!
--
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/20151028/e29635dc/attachment.html>
More information about the llvm-bugs
mailing list