[PATCH] D55279: [RISCV] Support assembling %got_pcrel_hi operator

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 11:24:40 PST 2018


jrtc27 added a comment.

In D55279#1319007 <https://reviews.llvm.org/D55279#1319007>, @rogfer01 wrote:

> Ah, thanks @asb definitely I was looking at the wrong place!


Yeah, upstream suggested axing the list of assembly operators from the psABI doc as it's unnecessary duplication that gets out of date. Volunteers?...

I deliberately didn't include any expansion of `la` as the two can be done independently. I do however intend to submit a patch for it as well over the next few days, which shouldn't prove too problematic for D50496 <https://reviews.llvm.org/D50496> as it already needs modifying and rebasing.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55279





More information about the llvm-commits mailing list