[Mlir-commits] [mlir] [mlir][linalg] Refactor vectorization hooks to improve code reuse (PR #141244)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 29 10:36:10 PDT 2025


https://github.com/Max191 commented:

Overall looks good to me, but there are some cases that used to use in_bounds, and now use masking, which I'm not 100% sure about. Maybe it would be easier to split that part out into a second PR, so it can be reviewed separately by others with more context?

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


More information about the Mlir-commits mailing list