[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 14:39:51 PDT 2022


joaomoreira marked an inline comment 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"))
----------------
joaomoreira wrote:
> pengfei wrote:
> > Do we need to consider the 32-bit case?
> Good question. I'll figure and I'll update the diff again soon.
Just got told that 32bit is not relevant for the kernel scenario where this matters.


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

https://reviews.llvm.org/D134915



More information about the llvm-commits mailing list