[Mlir-commits] [mlir] [mlir][vector] Rename vector type TD definitions (nfc) (PR #117150)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Nov 25 07:07:28 PST 2024
kuhar wrote:
> I am happy to change that in a separate PR. First, I wanted to send this one that fixes inconsistencies to make sure that there are no objections 😅
Why not rename things in one go? I think we could do that without introducing naming collisions with a simple tweak to what you proposed, for example:
* AnyVector --> AnyVectorOfNonZeroRank
* AnyVectorOfAnyRank -> as-is
* AnyFixedVector -> AnyFixedVectorOfAnyRank
* AnyScalableVector -> AnyScalableVectorOfAnyRank
https://github.com/llvm/llvm-project/pull/117150
More information about the Mlir-commits
mailing list