[llvm] [Support] Add KnownBits::abds signed absolute difference and rename absdiff -> abdu (PR #84897)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 04:45:59 PDT 2024
================
@@ -294,18 +294,18 @@ TEST(KnownBitsTest, SignBitUnknown) {
EXPECT_TRUE(Known.isSignUnknown());
}
-TEST(KnownBitsTest, AbsDiffSpecialCase) {
- // There are 2 implementation of absdiff - both are currently needed to cover
+TEST(KnownBitsTest, ABDUSpecialCase) {
+ // There are 2 implementation of abdu - both are currently needed to cover
----------------
jayfoad wrote:
"implementations"
https://github.com/llvm/llvm-project/pull/84897
More information about the llvm-commits
mailing list