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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 12:50:38 PDT 2019


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
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.
----------------
Typo passs


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