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

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 13:34:07 PST 2015


dschuff updated this revision to Diff 42333.
dschuff marked 3 inline comments as done.
dschuff added a comment.

- Use SP32 as phys reg for FI lowering and update printer to handle it. Make prolog/epilog update SP global var
- Address first round of comments


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/WebAssemblyMachineFunctionInfo.h
  lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
  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.42333.patch
Type: text/x-patch
Size: 17997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151209/fcdd264d/attachment.bin>


More information about the llvm-commits mailing list