[LLVMbugs] [Bug 22467] New: Win64 prologues with frame pointers must set RBP last
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 4 15:43:13 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22467
Bug ID: 22467
Summary: Win64 prologues with frame pointers must set RBP last
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: rnk at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The tried and true x86 prologue of "push %rbp ; mov %rsp, %rbp" cannot be
described correctly by Win64 unwind info opcodes. Basically, the SETFRAME
opcode has to come last, and it's the second instruction we emit.
--
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/20150204/385ea3ef/attachment.html>
More information about the llvm-bugs
mailing list