[llvm] [CmpInstAnalysis] Return decomposed bit test as struct (NFC) (PR #109819)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 18:29:38 PDT 2024


================
@@ -2465,10 +2465,16 @@ static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX,
   };
   auto MatchDecomposableConstantBitMask = [&]() {
     APInt Mask;
----------------
dtcxzyw wrote:

It is unused now.


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


More information about the llvm-commits mailing list