[PATCH] D16481: Split PrologEpilogInserter into 2 parts

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 12:10:26 PST 2016


dschuff created this revision.
dschuff added a reviewer: qcolombet.
dschuff added a subscriber: llvm-commits.
Herald added subscribers: dschuff, jfb.

The base part finalizes frame layout, inserts prolog/epilog code, and
eliminates FrameIndex operands. It supports virtual registers but does not
support callee-saved registers or scavenging
The CSR-supporting part handles spilling of callee-saved registers and
scavenging, but does not support virtual registers.

http://reviews.llvm.org/D16481

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16481.45723.patch
Type: text/x-patch
Size: 15374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/11bba54d/attachment.bin>


More information about the llvm-commits mailing list