[PATCH] D134915: Do not emit JCC to __x86_indirect_thunk
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 23:50:54 PDT 2022
pengfei 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"))
----------------
Do we need to consider the 32-bit case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134915/new/
https://reviews.llvm.org/D134915
More information about the llvm-commits
mailing list