[all-commits] [llvm/llvm-project] 989445: [ValueTracking] add unit test for isKnownNonZero()...

RotateRight via All-commits all-commits at lists.llvm.org
Wed Apr 14 05:06:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 989445f4386cdc1fce20eb4e418ed4b502819cc7
      https://github.com/llvm/llvm-project/commit/989445f4386cdc1fce20eb4e418ed4b502819cc7
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
    M llvm/unittests/Analysis/ValueTrackingTest.cpp

  Log Message:
  -----------
  [ValueTracking] add unit test for isKnownNonZero(); NFC

We call various value tracking APIs from within -instsimplify,
so I don't think this is visible in a larger test.




More information about the All-commits mailing list