[Mlir-commits] [mlir] [mlir][ArmSME] Use ArmSMETypeConverter for all VectorToLLVM patterns (PR #65261)
Diego Caballero
llvmlistbot at llvm.org
Wed Sep 6 10:22:06 PDT 2023
dcaballe wrote:
I'm trying to get a sense of the current state... Aren't arrays of scalable vectors in LLVM on their way to be supported? That should give us a option 4... I'm worried about the current approach as not all the operations with vector types are converted in VectorToLLVM (e.g., Arith, Index...). Thoughts?
https://github.com/llvm/llvm-project/pull/65261
More information about the Mlir-commits
mailing list