[PATCH] D33235: Mark invariant.group as experimental
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 09:26:49 PDT 2017
davide added inline comments.
================
Comment at: docs/LangRef.rst:12618
+value that does not carry the invariant information. It is an experimental
+intrinsic, which means that it's semantics might change in the future.
----------------
s/it's/its/
================
Comment at: include/llvm/IR/Intrinsics.td:640
// it would remove barrier.
+// Note that it is still experimental, which means that semantics of it
+// might change in the future.
----------------
Can you use "its semantics" everywhere
https://reviews.llvm.org/D33235
More information about the llvm-commits
mailing list