[PATCH] D87342: Allow targets to augment computeKnownBits with their analysis using TargetTransformInfo

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 13:54:42 PDT 2020


qcolombet added inline comments.


================
Comment at: llvm/unittests/Analysis/ValueTrackingTest.cpp:1127
+  EXPECT_EQ(Known.One.getZExtValue(), 512u | 32u);
+}
+
----------------
RKSimon wrote:
> These 2 tests above look like they can pre-committed?
Correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87342



More information about the llvm-commits mailing list