[PATCH] D69644: [globalisel][docs] Add KnownBits Analysis documentation

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 10:58:09 PST 2019


dsanders marked 3 inline comments as done.
dsanders added inline comments.


================
Comment at: llvm/docs/GlobalISel/KnownBits.rst:5
+The Known Bits Analysis pass makes information about the known values of bits
+available to other passs to enable such transformations. The information is
+lazily computed so you should only pay for what you use.
----------------
arsenm wrote:
> rovka wrote:
> > Nit: What exactly does "such transformations" refer to? It sounds a bit weird to use this in the first sentence of the document.
> Typo passs
I got a bit lazy with the copy/pasting here. The original slides introduced an example first but this document does that later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69644





More information about the llvm-commits mailing list