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

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 01:09:10 PST 2019


rovka 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.
----------------
Nit: What exactly does "such transformations" refer to? It sounds a bit weird to use this in the first sentence of the document.


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