[llvm] [WebAssembly] Add support for avgr_u in loops (PR #153252)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 13 22:53:11 PDT 2025


================

----------------
lukel97 wrote:

I don't think we need the entire loop vectorizer output here. Can we instead extend the existing `avgr_u` tests in `simd-arith.ll` to also have `avgr_u_lshr` versions? Where instead of the udiv we have lshr

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


More information about the llvm-commits mailing list