[PATCH] D87994: [LangRef] State that pointers and/or sizes of memory access instructions are well-defined

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 15:33:12 PDT 2020


eugenis added inline comments.


================
Comment at: llvm/docs/LangRef.rst:3728
 
+A value is well-defined, or *frozen*, if the value never has undef bit
+and is never poison.
----------------
This is a definition of "well-defined" - make it bold and perhaps make sure it appears in the ToC. Searching through the document, this terms appears with different meaning in several places.

Otherwise LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87994



More information about the llvm-commits mailing list