[PATCH] D140593: [X86] Emit RIP-relative access to local function in PIC medium code model

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 17:16:51 PST 2022


MaskRay added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:20492
   CodeModel::Model M = getTargetMachine().getCodeModel();
+
   if (Subtarget.isPICStyleRIPRel() &&
----------------
Delete this blank line.


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

https://reviews.llvm.org/D140593



More information about the llvm-commits mailing list