[PATCH] Added a size field to the stack map record to handle subregister spills.
Andrew Trick
atrick at apple.com
Fri Nov 15 11:18:54 PST 2013
Incorporate Jakob's comments.
The little-endian check was my misunderstanding Jakob's initial suggestion. I like this way better though.
The rest are all in the "what was I thinking" category.
I also updated the stackmap test cases and added on for a subregister spill.
Hi ributzka, lhames,
http://llvm-reviews.chandlerc.com/D2189
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D2189?vs=5582&id=5583#toc
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
test/CodeGen/X86/anyregcc.ll
test/CodeGen/X86/stackmap.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2189.2.patch
Type: text/x-patch
Size: 23737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131115/3af8b3e3/attachment.bin>
More information about the llvm-commits
mailing list