[all-commits] [llvm/llvm-project] 9c0314: [ValueTracking] Switch isKnownNonZero() to switch ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 4 01:54:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c0314f54ed693f4eeb38c6337c5c990e1594068
https://github.com/llvm/llvm-project/commit/9c0314f54ed693f4eeb38c6337c5c990e1594068
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Analysis/ValueTracking/assume-queries-counter.ll
Log Message:
-----------
[ValueTracking] Switch isKnownNonZero() to switch over opcodes (NFCI)
The change in the assume-queries-counter.ll test is because we skip
and unnecessary known bits query for arguments.
More information about the All-commits
mailing list