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

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 00:49:58 PST 2019


rovka accepted this revision.
rovka added a comment.

LGTM



================
Comment at: llvm/docs/GlobalISel/KnownBits.rst:5
+The Known Bits Analysis pass makes information about the known values of bits
+available to other pass to enable transformations like those in the examples
+below. The information is lazily computed so you should only pay for what you
----------------
Still a typo :P should be "passes".


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