[PATCH] D66973: [RISCV] Switch to the Machine Scheduler
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 07:42:43 PDT 2019
lenary added a comment.
In D66973#1653084 <https://reviews.llvm.org/D66973#1653084>, @jrtc27 wrote:
> `%hi` and `%lo` don't need to be adjacent to relax them; the ABI has been designed with this in mind (and bfd keeps to that) So long as the result of the `%hi` is always "consumed" by a relaxable `%lo`, things will work.
Does this apply even if there is another relocation between `%hi` and `%lo`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66973/new/
https://reviews.llvm.org/D66973
More information about the llvm-commits
mailing list