"clang/lib/Parse/Parser.cpp" did not exist on "a55a2cc25caa8ad9c1c1dd7725dc9b4e37832ecc"
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.
Loading
Please sign in to comment