[PATCH] D74121: [TargetInstrInfo] Add the isCandidateForCallSiteEntry()

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 04:30:27 PST 2020


djtodoro created this revision.
djtodoro added reviewers: vsk, aprantl, dstenb.
djtodoro added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, MatzeB.
Herald added a project: LLVM.

Define the `isCandidateForCallSiteEntry()` that should define instructions that are candidates for the call site info.
Override the virtual method for the `x86`, `ARM` and `AARCH64 ` targets.


https://reviews.llvm.org/D74121

Files:
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMBaseInstrInfo.h
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74121.242870.patch
Type: text/x-patch
Size: 6683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/68fdd7e9/attachment-0001.bin>


More information about the llvm-commits mailing list