[PATCH] D17732: Introduce @llvm.experimental.deoptimize
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 29 13:54:39 PST 2016
chandlerc added inline comments.
================
Comment at: docs/LangRef.rst:12147-12148
@@ +12146,4 @@
+continue execution to the end of the physical frame containing them, so all
+calls to ``@llvm.experimental.deoptimize`` must be in "tail
+position":
+
----------------
Would it be more precise to say that it must be a 'musttail' call?
http://reviews.llvm.org/D17732
More information about the llvm-commits
mailing list