[llvm] [KnownBits] Check that mul is optimal for low order bits (PR #113316)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 07:19:16 PDT 2024
================
@@ -815,4 +815,38 @@ TEST(KnownBitsTest, ConcatBits) {
}
}
+TEST(KnownBitsTest, MulExhaustive) {
----------------
jayfoad wrote:
I don't think the current name is wrong, and I hope to extend it to high bits as well as low bits.
https://github.com/llvm/llvm-project/pull/113316
More information about the llvm-commits
mailing list