[PATCH] D104701: [ARMInstPrinter] Print the target address of a branch instruction
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 02:12:48 PDT 2021
ikudrin added a comment.
In D104701#2840336 <https://reviews.llvm.org/D104701#2840336>, @peter.smith wrote:
> I applied the patch to main (as of d07f43641f98a8e0024cf8e94ef98c7c912221d9 <https://reviews.llvm.org/rGd07f43641f98a8e0024cf8e94ef98c7c912221d9>) as I wanted to see if I could look into the other two problems. I ran into some test failures that I don't quite now whether they are my environment or whether something else has changed since the patch was submitted. In each case it looks like llvm-objdump is doing what we'd expect but It looks like the {{.*}} may be matching other parts of the disassembly, or is doing something slightly different on my system Ubuntu 18.04.
This patch requires D104699 <https://reviews.llvm.org/D104699> to work but you probably applied it without the latter.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104701/new/
https://reviews.llvm.org/D104701
More information about the llvm-commits
mailing list