-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributellvm:support
Description
llvm-project/llvm/unittests/Support/KnownBitsTest.cpp
Lines 386 to 391 in ffe4181
| testBinaryOpExhaustive( | |
| [](const KnownBits &Known1, const KnownBits &Known2) { | |
| return KnownBits::abdu(Known1, Known2); | |
| }, | |
| [](const APInt &N1, const APInt &N2) { return APIntOps::abdu(N1, N2); }, | |
| checkCorrectnessOnlyBinary); |
Investigate if we can make the implementation optimal (checkOptimalityBinary)
Metadata
Metadata
Assignees
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributellvm:support