[PATCH] D159114: [llvm-objdump][RISCV] Print target of auipc+jalr calls
Job Noorman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 6 06:48:37 PDT 2023
jobnoorman abandoned this revision.
jobnoorman added a comment.
In D159114#4630123 <https://reviews.llvm.org/D159114#4630123>, @MaskRay wrote:
> I think in recent years @asb has a similar patch in this area but I cannot find it...
Indeed, it's D116677 <https://reviews.llvm.org/D116677>. I've opened #65479 <https://github.com/llvm/llvm-project/pull/65479> to implement the state idea discussed there and #65480 <https://github.com/llvm/llvm-project/pull/65480> to implement it for auipc+jalr on RISC-V.
I will close this review in favor of the new PRs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159114/new/
https://reviews.llvm.org/D159114
More information about the llvm-commits
mailing list