summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestBuiltinAttributeInterfaces.cpp
AgeCommit message (Expand)Author
2025-09-06[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Test...Mehdi Amini
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2023-10-23[mlir] Verify TestBuiltinAttributeInterfaces eltype (#69878)Rik Huijzer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-12-05[mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttrJeff Niu
2022-08-30[mlir][ElementsAttr] Change value_begin_impl to try_value_begin_implJeff Niu
2022-08-30[mlir] Make DenseArrayAttr genericJeff Niu
2022-08-24[mlir] Remove the element type enum from DenseArrayAttrJeff Niu
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu
2022-06-28Introduce a new Dense Array attributeMehdi Amini
2022-06-28Revert "Introduce a new Dense Array attribute"Mehdi Amini
2022-06-28Introduce a new Dense Array attributeMehdi Amini
2022-04-07[mlir][NFC] Drop a few unnecessary includes from Pass.hRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-18[mlir] Convert NamedAttribute to be a classRiver Riddle
2021-09-21[mlir] Refactor ElementsAttr into an AttrInterfaceRiver Riddle