Skip to content
Commit c8695ba9 authored by Alex Zinenko's avatar Alex Zinenko
Browse files

Revert "[mlir] Add baseAttr to TypedArrayAttrBase."

This reverts commit eec36909.

This modeling is incorrect. baseAttr is intended for attribute
decorators that are not backed by C++ attribute classes. It essentially
says DerivedAttr isa BaseAttr, which is wrong for ArrayAttr classes.
If one needs to store the element type, it should be stored as a
separate filed in the tablegen class.
parent b482e1bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment