[PATCH] D36745: [LLD][ELF] Always write non-immediate bits for AArch64 branch instruction.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 4 08:04:19 PDT 2017


peter.smith added a comment.

In https://reviews.llvm.org/D36745#860321, @grimar wrote:

> In https://reviews.llvm.org/D36745#860316, @peter.smith wrote:
>
> > Thanks for pointing the yaml tests out, I've been able to use it to write a test case to show that the b opcode is written.
>
>
> Great ! So do you need aarch64-branch-fullrange.s testcase still then ?


It is adding some value in that it shows the immediate field isn't getting corrupted but I'm happy to remove it if it is seen to be redundant, or not worth it.


https://reviews.llvm.org/D36745





More information about the llvm-commits mailing list