[Mlir-commits] [mlir] [mlir][vector] Add patterns for vector masked load/store (PR #74834)

Jakub Kuderski llvmlistbot at llvm.org
Wed Dec 13 07:29:34 PST 2023


https://github.com/kuhar commented:

My only remaining concern remains:
https://github.com/llvm/llvm-project/pull/74834#issuecomment-1852769343

Do we really prefer `scf.for` loop over a sequence of `scf.if`? If we rely on some loop unrolling pattern to do that for us, are dynamic extract elements getting simplified to extract over static indices?

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


More information about the Mlir-commits mailing list