[PATCH] D81647: MIR Statepoint refactoring. Part 3: Spill GC Ptr regs.
Denis Antrushin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 7 08:28:09 PDT 2020
dantrushin updated this revision to Diff 276082.
dantrushin added a comment.
Return back old implementation of collectGCRegs as I've found case
where statepoint defs != gc args;
Refactor `insertReloads()` into a separate routine.
Will add some tests soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81647/new/
https://reviews.llvm.org/D81647
Files:
llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
llvm/test/CodeGen/X86/statepoint-vreg.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81647.276082.patch
Type: text/x-patch
Size: 20675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/58ca75b5/attachment.bin>
More information about the llvm-commits
mailing list