xdslproject / xdsl

A Python Compiler Design Toolkit
Other
278 stars 72 forks source link

Inconsistency in memref naming #3474

Open alexarice opened 6 days ago

alexarice commented 6 days ago

In MemRefType the R is capitalised but it is not in UnrankedMemrefType.

alexarice commented 6 days ago

Which one would be preferable, both are used a fair amount?

superlopuh commented 6 days ago

MLIR uses MemRef, let's go with that?