[llvm] [LV] Use shl for (VFxUF * vscale) when creating minimum iter check. (PR #153495)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 01:37:43 PDT 2025
nikic wrote:
> Could we also get the same thing if we instantiate the IRBuilder above with `IRBuilder<InstSimplifyFolder>`? I presume if it's limited to just this part of `createIterationCountCheck` then the IR should be well formed.
InstSimplifyFolder can't convert mul -> shl.
https://github.com/llvm/llvm-project/pull/153495
More information about the llvm-commits
mailing list