[Mlir-commits] [mlir] [mlir][vector] Rename ConvertVectorToLLVM to NaiveConvertVectorToLLVM (PR #160055)

Diego Caballero llvmlistbot at llvm.org
Tue Sep 23 10:00:01 PDT 2025


dcaballe wrote:

More than the pass renaming, I think it's important to set the expectations in the pass documentation which, at this point, are not 100% clear to me. I'm not sure the goal is to make the conversion "naive" but more target and "algorithmically-opinionated" :) independent, moving hardware specific decisions (how to lower a contraction/transpose...) and algorithmic decisions (vector unrolling, vector linearization, etc.) to independent passes. With that in mind, I feel we should work on creating those new passes and moving the corresponding transformations out of this gigantic pass before thinking about the name. WDYT? 

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


More information about the Mlir-commits mailing list