[PATCH] D29121: [Docs] Add LangRef documention for freeze instruction

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 06:36:25 PDT 2019


lebedev.ri added reviewers: nikic, nlopes, reames, jdoerfert, lebedev.ri, regehr.
lebedev.ri added a comment.
Herald added a subscriber: bollu.

I'd think it would make sense to start with this patch in the series.
Needs rebasing, comments are not addressed.



================
Comment at: LangRef.rst:8598
+The '``freeze``' instruction takes a single argument, which is currently
+required to be of integer type.
+
----------------
delcypher wrote:
> Should probably say scalar integer type. It would also be a good idea to explain why this restriction is in place.
Not done.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D29121/new/

https://reviews.llvm.org/D29121





More information about the llvm-commits mailing list