[PATCH] D143345: [RFC][RISCV] Don't disassemble `addi`s with relocations as `mv`s

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 16:08:01 PST 2023


luismarques added a comment.

In D143345#4130585 <https://reviews.llvm.org/D143345#4130585>, @craig.topper wrote:

> It'd be really cool if we could use the relocation to print %pcrel_lo(sym) instead of 0. But I don't know how much work that would be.

I can work on that if there is agreement that we should go in that direction. Makes sense to me, but I wonder if some people will push back against that, regardless of implementation concerns.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143345



More information about the llvm-commits mailing list