- Matches how all of the other shaped types are declared.
- No super principled reason fro this ordering beyond that it makes the one that was different be like the rest.
- Also matches ordering of things like ndarray, et al.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Matches how all of the other shaped types are declared.
Is it also the case in C++? Maybe we should fix that too.
Comment Actions
Hmm, this change actually makes Python API align on C++ API. I don't remember if there was a good reason to swap the order in C.
Comment Actions
I suspect there was no reason. Just done by different people and missed in isolated reviews.