[PATCH] D80191: MIR Statepoint refactoring: pass GC pointers in VRegs. Part 1/5.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 12:33:37 PDT 2020
reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.
Please pull out a purely NFC patch without any of the first-N-vregs bits which is purely functional. (i.e. replaces the existing target node with the generic node, introduces the node type and wrapper class, but does nothing else.)
The split point chosen here doesn't work. You're introducing untested and unused code. That's not okay.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80191/new/
https://reviews.llvm.org/D80191
More information about the llvm-commits
mailing list