[PATCH] D83965: MIR Statepoint refactoring. Part 5: Handle non-local relocates in ISEL.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 09:26:45 PDT 2020
reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.
JFYI, I've posted (and now landed after review) the subset of this patch which is mostly NFC here: https://reviews.llvm.org/D84692
I plan to reimplement the functional change (i.e. the rest of it) shortly.
I ended up duplicating Denis's work here by accident, but we at least arrived at a common solution (modulo style), so that's a good sign.
Marking as Request Changes to indicate need to either close or rebase if there's anything left.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83965/new/
https://reviews.llvm.org/D83965
More information about the llvm-commits
mailing list