[all-commits] [llvm/llvm-project] 2e9126: [ConstantRangeTest] Migrate known bits test to gen...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jul 18 06:20:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e91266942509f9cabec925a1a59dab31bd07634
https://github.com/llvm/llvm-project/commit/2e91266942509f9cabec925a1a59dab31bd07634
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/unittests/IR/ConstantRangeTest.cpp
Log Message:
-----------
[ConstantRangeTest] Migrate known bits test to generic infrastructure (NFC)
This can't make use of TestBinaryOpExhaustive, but it can make use
of the general TestRange approach that collects the precise elements
in a bit vector.
This allows us to remove the obsolete "op range gatherer" infrastructure.
More information about the All-commits
mailing list