[PATCH] Added a size field to the stack map record to handle subregister spills.
Andrew Trick
atrick at apple.com
Fri Nov 15 10:06:39 PST 2013
Hi ributzka, lhames,
Implementing this on bigendian platforms could get strange. I added a
target hook, getStackSlotRange, per Jakob's recommendation to make
this as explicit as possible.
http://llvm-reviews.chandlerc.com/D2189
Files:
include/llvm/CodeGen/StackMaps.h
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86MCInstLower.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2189.1.patch
Type: text/x-patch
Size: 11301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131115/b02f8aa2/attachment.bin>
More information about the llvm-commits
mailing list