Resolved Bug 26414.
https://llvm.org/bugs/show_bug.cgi?id=26414
Since interrupt handler must be returned with iretq, tail call can't be used.
Paths
| Differential D17853
Disable tail-call optimization for X86 interrupt handlers ClosedPublic Authored by aaboud on Mar 3 2016, 9:38 AM.
Details Summary Resolved Bug 26414. Since interrupt handler must be returned with iretq, tail call can't be used.
Diff Detail
Event Timelineaaboud updated this object. This revision is now accepted and ready to land.Mar 3 2016, 8:46 PM Closed by commit rL262830: Resolved Bug 26414. (authored by aaboud). · Explain WhyMar 7 2016, 6:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 49953 cfe/trunk/lib/CodeGen/CGCall.cpp
cfe/trunk/test/CodeGen/attr-x86-interrupt.c
|