[PATCH] D134006: Add an optional cache to computeKnownBits.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 10:48:38 PDT 2022


jlebar added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ValueTracking.h:49
 
-  /// Determine which bits of V are known to be either zero or one and return
-  /// them in the KnownZero/KnownOne bit sets.
----------------
foad wrote:
> If you want to reformat this file can you do it first as a separate NFC patch please?
I didn't really *want* to reformat the file, but arc was doing it for me because I touched these lines...  :-/

Anyway, I pushed 8cc3bfd13f3135985e5b15ee65f2fc43239fb9fe.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134006



More information about the llvm-commits mailing list