[PATCH] D69644: [globalisel][docs] Add KnownBits Analysis documentation
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 10:01:18 PST 2019
dsanders marked 2 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 pass to enable transformations like those in the examples
+below. The information is lazily computed so you should only pay for what you
----------------
rovka wrote:
> Still a typo :P should be "passes".
Ugh, that's what I get for context switching so much. Fixed it in the push, Thanks
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