[PATCH] D19904: XRay: Add entry and exit sleds

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Sun May 8 23:05:07 PDT 2016


dberris updated this revision to Diff 56527.
dberris added a comment.

Add a check in TargetInstrInfo for whether a return is a "normal" return.

We also implement this somewhat correctly in X86, but use the default
implementation for other platforms.


http://reviews.llvm.org/D19904

Files:
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/XRayInstrumentation.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19904.56527.patch
Type: text/x-patch
Size: 4075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160509/7611d594/attachment.bin>


More information about the llvm-commits mailing list