[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 08:26:53 PDT 2023


Allen marked an inline comment as done.
Allen added a comment.

In D154953#4489494 <https://reviews.llvm.org/D154953#4489494>, @nikic wrote:

> (Removing from review queue per previous comment -- you need to expose the pow2 property in a TTI-independent manner via one of LangRef, DataLayout or function attribute.)

Thanks for your comment, if I understand correctly, do you mean I need add a new function attribute **vscale_pow2** for example?


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

https://reviews.llvm.org/D154953



More information about the llvm-commits mailing list