[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
Thu Oct 1 01:50:13 PDT 2020


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

Update statepoint MI description, provide link to it at parseStatepointOperands;
Fix style issues;


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.295493.patch
Type: text/x-patch
Size: 58086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/8906f120/attachment.bin>


More information about the llvm-commits mailing list