[Mlir-commits] [mlir] [mlir][AMDGPU] Improve masked_load(..., broadcast(...), ...) handling (PR #159635)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Sep 19 08:27:21 PDT 2025


krzysz00 wrote:

On further inspection of vector broadcast lowering, it doesn't do splats anymore, and agreed that we probably don't want to handle the general case - or pierce shape casts, which'll probably be gone by the point we're running this. So closing in favor of a simpler fix

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


More information about the Mlir-commits mailing list