-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Labels
Description
llvm-project/llvm/unittests/Support/KnownBitsTest.cpp
Lines 586 to 591 in ffe4181
| testBinaryOpExhaustive( | |
| [](const KnownBits &Known1, const KnownBits &Known2) { | |
| return KnownBits::mul(Known1, Known2); | |
| }, | |
| [](const APInt &N1, const APInt &N2) { return N1 * N2; }, | |
| checkCorrectnessOnlyBinary); |
Investigate if we can make the implementation optimal (checkOptimalityBinary)