[PATCH] D77567: [RISCV] Implement evaluateBranch

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 02:08:35 PDT 2020


simoncook added a comment.

In D77567#1970868 <https://reviews.llvm.org/D77567#1970868>, @apazos wrote:

> Thanks, Simon for pushing this patch, it does help when debugging code and removes the dependence on binutils.
>
> In the future patch for other instructionsm are you including lui/addi combo and addi with gp?


Yes, my current WIP patch currently handles lui/addi. I need to work out how to feed in the value of GP into MIA, after which gp-relative addresses will work aswell. When that's a bit more polished I'll submit it here as a WIP patch even if its not feature complete


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77567





More information about the llvm-commits mailing list