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

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 01:57:56 PDT 2022


foad 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.
----------------
If you want to reformat this file can you do it first as a separate NFC patch please?


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