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

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 03:57:15 PST 2017


filcab added inline comments.


================
Comment at: LangRef.rst:8589
+Otherwise, this instruction is a no-op and returns the input argument.
+All uses of '``freeze``' are guaranteed to always observe the same value.
+
----------------
```All uses of a '``freeze``' instruction are ...```
would probably be less ambiguous. (uses of the same freeze instruction vs two freeze instructions on the same value)


https://reviews.llvm.org/D29121





More information about the llvm-commits mailing list