[PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Serge Rogatch via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 12:00:20 PDT 2016
rSerge added inline comments.
================
Comment at: llvm/trunk/test/CodeGen/X86/xray-tail-call-sled.ll:18-20
+; CHECK-LABEL: Lxray_synthetic_0:
+; CHECK: .quad .Lxray_sled_0
+; CHECK: .quad .Lxray_sled_1
----------------
Perhaps I missed some patches. Where are these generated? And also `.quad .Lxray_synthetic_0` 2 lines above.
Repository:
rL LLVM
https://reviews.llvm.org/D23986
More information about the llvm-commits
mailing list