[PATCH] D29517: This patch adds a predicateinfo intrinsic, as part of splitting up D29316.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 20:48:09 PST 2017


sanjoy added inline comments.


================
Comment at: docs/LangRef.rst:12689
+
+'``llvm.predicateinfo``' Intrinsic
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
----------------
How about calling this `llvm.ssa_copy` or something like that, given how general this is?


================
Comment at: docs/LangRef.rst:12702
+
+The first argument is an operand to which predicate info is attached.
+
----------------
"attached" is kind of vague -- can you be more specific here?


https://reviews.llvm.org/D29517





More information about the llvm-commits mailing list