[llvm] [KnownBits] Check that mul is optimal for low order bits (PR #113316)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 07:15:01 PDT 2024


================
@@ -815,4 +815,38 @@ TEST(KnownBitsTest, ConcatBits) {
   }
 }
 
+TEST(KnownBitsTest, MulExhaustive) {
----------------
artagnon wrote:

Shouldn't this be called `MulLowerBitsExhaustive` or something?

https://github.com/llvm/llvm-project/pull/113316


More information about the llvm-commits mailing list