[PATCH] D20116: Add speculatable function attribute

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 03:57:02 PDT 2016


tstellarAMD marked an inline comment as done.

================
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 not be
+    externally observable.
----------------
Yes, I did.  This is fixed now.


https://reviews.llvm.org/D20116





More information about the llvm-commits mailing list