[PATCH] D29121: [Docs] Add LangRef documention for freeze instruction
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 13 04:32:52 PDT 2017
delcypher added inline comments.
================
Comment at: LangRef.rst:8598
+The '``freeze``' instruction takes a single argument, which is currently
+required to be of integer type.
+
----------------
Should probably say scalar integer type. It would also be a good idea to explain why this restriction is in place.
https://reviews.llvm.org/D29121
More information about the llvm-commits
mailing list