[Mlir-commits] [mlir] [mlir][scf] Rewrite vector.transfer_read/write after peeling (PR #88684)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Apr 15 12:35:46 PDT 2024


https://github.com/MaheshRavishankar requested changes to this pull request.

Thanks for PR. I wanted to get a better idea of what you are looking for. Peeling by itself does not have anything to do with vectorization. So I am trying to see if there is a way to avoid coupling peeling and vectorization. Can this be done as a separate stand alone transformations?

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


More information about the Mlir-commits mailing list