[PATCH] D134915: [X86] Do not emit JCC to __x86_indirect_thunk

Joao Moreira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 12:02:36 PDT 2022


joaomoreira marked 7 inline comments as done.
joaomoreira added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:2953
+      StringRef Symbol(Target.getSymbolName());
+      // this is currently only relevant to r11/kernel indirect thunk.
+      if (Symbol.equals("__x86_indirect_thunk_r11"))
----------------
pengfei wrote:
> Do we need to consider the 32-bit case?
Good question. I'll figure and I'll update the diff again soon.


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

https://reviews.llvm.org/D134915



More information about the llvm-commits mailing list