[PATCH] D154953: [InstCombine] Remove the reminder loop if we know the mask is always true

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 20:17:05 PDT 2023


Allen added a comment.

So now can I just delete the checking **TTI.isVScaleKnownToBeAPowerOfTwo()** with above **halfway house**, which is assume the m_VScale() is power-of-two values for all targets ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154953/new/

https://reviews.llvm.org/D154953



More information about the llvm-commits mailing list