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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 17:32:35 PDT 2016


echristo added a comment.

Drive by comment.


================
Comment at: include/llvm/Target/TargetOpcodes.def:145
@@ -144,1 +144,3 @@
 
+/// PATCHABLE_FUNCTION_ENTER - a marker for XRay function entry blocks.
+HANDLE_TARGET_OPCODE(PATCHABLE_FUNCTION_ENTER, 24)
----------------
Remove the XRay specific stuff here and rewrite in a more generic fashion (and below).


http://reviews.llvm.org/D19904





More information about the llvm-commits mailing list