[PATCH] D142278: [LoongArch] Allow %pc_lo12 relocs in JIRL's immediate operand position

Xi Ruoyao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 21 05:12:11 PST 2023


xry111 added a comment.

By the way, using PCALA_LO12 like this means `lld` will need to peek at the instruction and see if it's a `jirl` to handle the PCALA_LO12 relocation properly.  I guess we'll need to investigate this issue a little.  I hope it won't cause too much trouble.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142278



More information about the llvm-commits mailing list