[PATCH] D140593: In the x86_64 medium code model, emit RIP-relative access to local function instead of position-dependent relocation

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 17:48:41 PST 2022


MaskRay added a comment.

It's common to tag such changes as `[X86] ` (`git log llvm/lib/Target/X86` to get a taste)

I may a title like `[X86] Emit RIP-relative access to local function in PIC medium code model`. I'd avoid a godbolt link and paste the code directly into the summary.


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

https://reviews.llvm.org/D140593



More information about the llvm-commits mailing list