[PATCH] D87154: [WIP][Statepoints] Change statepoint machine instr format to better suit VReg lowering.

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 10:34:30 PDT 2020


dantrushin updated this revision to Diff 295347.
dantrushin added a comment.

Address most review comments:

- add documentation to API
- factor out some code to separate function
- fix test instead of XFAILing it


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87154/new/

https://reviews.llvm.org/D87154

Files:
  llvm/include/llvm/CodeGen/StackMaps.h
  llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
  llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  llvm/lib/CodeGen/StackMaps.cpp
  llvm/test/CodeGen/X86/statepoint-stack-usage.ll
  llvm/test/CodeGen/X86/statepoint-vector.ll
  llvm/test/CodeGen/X86/statepoint-vreg-details.ll
  llvm/test/CodeGen/X86/statepoint-vreg.ll
  llvm/test/CodeGen/X86/statepoint-vreg.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87154.295347.patch
Type: text/x-patch
Size: 56906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200930/96252b5e/attachment.bin>


More information about the llvm-commits mailing list