Issue 52908
Summary [MLIR] redundant member function'getElementType' define in DenseIntElementsAttr
Labels
Assignees
Reporter lipracer
    DenseIntElementsAttr derived by  DenseIntOrFPElementsAttr and ElementsAttrTrait<DenseIntOrFPElementsAttr>
and DenseIntOrFPElementsAttr derived by DenseElementsAttr.

Unfortunately both of DenseElementsAttr and  ElementsAttrTrait<DenseIntOrFPElementsAttr> define the method of getElementType.

We can using DenseIntOrFPElementsAttr::getElementType in class DenseIntOrFPElementsAttr.
I am very interested to help refine this :)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to