[PATCH] D53603: [CodeGen] Take SPAdj into account for STATEPOINT liveness args

Cherry Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 12:58:13 PDT 2018


cherry created this revision.
cherry added a reviewer: thanm.
Herald added a subscriber: llvm-commits.

STATEPOINT records its args' locations on stack relative to SP.
If the SP is changed, take that into account.


Repository:
  rL LLVM

https://reviews.llvm.org/D53603

Files:
  lib/CodeGen/PrologEpilogInserter.cpp
  test/CodeGen/X86/statepoint-stackmap-format.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53603.170734.patch
Type: text/x-patch
Size: 4218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/1caa4f09/attachment.bin>


More information about the llvm-commits mailing list