[all-commits] [llvm/llvm-project] 98b107: [ValueTracking] Extract isKnownNonZeroFromOperator...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jul 21 06:51:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98b10727b101433b2d68ce4c72a91f49a5bb8486
https://github.com/llvm/llvm-project/commit/98b10727b101433b2d68ce4c72a91f49a5bb8486
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Extract isKnownNonZeroFromOperator() (NFC)
Split off the primary part of the isKnownNonZero() implementation,
in the same way it is done for computeKnownBits(). This makes it
easier to reorder different parts of isKnownNonZero().
More information about the All-commits
mailing list