[PATCH] D45859: [RISCV] Support "call" pseudoinstruction in the MC layer

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 03:54:42 PDT 2018


asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.

Thanks Shiva, this is looking good to me.

In the process of committing, it's probably worth adding a `call bar` to function-call.s with the same set of checks as for `call foo` just so there's coverage for a call to an external symbol.


Repository:
  rL LLVM

https://reviews.llvm.org/D45859





More information about the llvm-commits mailing list