[Mlir-commits] [mlir] [mlir] Add optional layout attribute to VectorType (PR #71916)
Chris Lattner
llvmlistbot at llvm.org
Fri Nov 10 18:40:08 PST 2023
https://github.com/lattner requested changes to this pull request.
This patch extends the Vector type but does not update any of the existing clients to handle it (defensively or otherwise). It'd be great to come to consensus of whether extending this at all is a good idea:
https://discourse.llvm.org/t/rfc-remove-arith-math-ops-on-tensors/74357/44
if it is a good idea, then all the existing clients should be updated.
https://github.com/llvm/llvm-project/pull/71916
More information about the Mlir-commits
mailing list