[PATCH] D15344: [WebAssembly] WIP for SP lowering.

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 11:37:55 PST 2015


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

Includes change to PrologEpilogInserter.
In this form SP stays as a physical register in MI but is converted to a
global when lowered to MC.
WDYT?

http://reviews.llvm.org/D15344

Files:
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.h
  lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  lib/Target/WebAssembly/WebAssemblyMCInstLower.h
  lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  test/CodeGen/WebAssembly/userstack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15344.42205.patch
Type: text/x-patch
Size: 10547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151208/edcd9381/attachment.bin>


More information about the llvm-commits mailing list