[PATCH] D66973: [RISCV] Switch to the Machine Scheduler

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 12:46:26 PDT 2019


jrtc27 added a comment.

`%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.


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