[PATCH] D44885: [RISCV] Expand function call to auipc and jalr

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 05:29:01 PDT 2018


asb requested changes to this revision.
asb added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: edward-jones.

Hi Shiva. Thanks for this, I think the best way of landing this is to split the MC and codegen changes. Could you please:

- Make a new review that contains only the changes required to support `call foo` in the MC layer
- Rebase this patch on top of that, and update the title to something like 'Expand function call to "call" pseudoinstruction'


Repository:
  rL LLVM

https://reviews.llvm.org/D44885





More information about the llvm-commits mailing list