[PATCH] D20116: Add speculatable function attribute

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 16:55:31 PDT 2016


hfinkel added inline comments.

================
Comment at: docs/LangRef.rst:1520
@@ +1519,3 @@
+    Note that ``speculatable`` is not enough to conclude that along any
+    particular exection path the number of calls to this function will be
+    externally observable.
----------------
Do you mean "will not be"?


https://reviews.llvm.org/D20116





More information about the llvm-commits mailing list