[PATCH] D62190: [RISCV] Allow shrink wrapping for RISC-V

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 00:21:14 PDT 2019


lewis-revill added a comment.

In D62190#1712206 <https://reviews.llvm.org/D62190#1712206>, @apazos wrote:

> Lewis, this patch is not applying clean on top of https://reviews.llvm.org/D62686. Can you please rebase?


Hi Ana, I've made this patch independent of the save/restore patch as per Alex's request. Unfortunately that means that neither will rebase cleanly on top of the other until one is committed.
I could recreate the old patch with the save/restore compatibility included (currently split into D68644 <https://reviews.llvm.org/D68644>) implemented on top of save/restore, if that is worth doing?

Off topic, this makes me think Phabricator needs some way to add multiple alternative diffs for applying a given patch on top of other patches...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62190





More information about the llvm-commits mailing list