[llvm] [LV] Add vplan folds for urem(X, PowerOf2) -> and(X, PowerOf2 - 1) (PR #212198)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 02:00:10 PDT 2026
david-arm wrote:
Rebased locally and ran "make check-all", which looks fine.
https://github.com/llvm/llvm-project/pull/212198
More information about the llvm-commits
mailing list