[LLVMbugs] [Bug 18593] MachineCSE crash on invalid inline asm
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Feb 13 17:02:04 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=18593
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Reid Kleckner <rnk at google.com> ---
This test case works, this got fixed:
int main(int argc, char **argv) {
unsigned char __result;
__asm__ ("mov %%fs:(%1), %0" : "=r,r" (__result) : "I,r" (argc));
return __result;
}
--
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/20150214/eb70026c/attachment.html>
More information about the llvm-bugs
mailing list