[all-commits] [llvm/llvm-project] d899dc: [NFC][ValueTracking]: Move some code from isKnownN...

Dhruv Chawla via All-commits all-commits at lists.llvm.org
Wed Jul 26 01:29:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d899dc5296c751a60afbe3eae2039dd1b326a499
      https://github.com/llvm/llvm-project/commit/d899dc5296c751a60afbe3eae2039dd1b326a499
  Author: Dhruv Chawla <44582521+dc03 at users.noreply.github.com>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp

  Log Message:
  -----------
  [NFC][ValueTracking]: Move some code from isKnownNonZero to isKnownNonZeroFromOperator

There is some pointer simplification code originally from isKnownNonNull
that is now better suited to be in isKnownNonZeroFromOperator.

Differential Revision: https://reviews.llvm.org/D156141




More information about the All-commits mailing list