forked from OSchip/llvm-project
8ec0f22184
Also replace ArrayAttr with IndexElementsAttr to model subscript dimensions. An array of attribute is a sparse inefficient storage, with an API that requires to unpack/repack integers at every call site. Instead we can store dense array of integer as IndexElementsAttr. Reviewed By: clementval, kiranchandramohan Differential Revision: https://reviews.llvm.org/D112899 |
||
---|---|---|
.. | ||
Common | ||
Decimal | ||
Evaluate | ||
Frontend | ||
FrontendTool | ||
Lower | ||
Optimizer | ||
Parser | ||
Semantics | ||
CMakeLists.txt |