summaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces/InferTypeOpInterface.cpp
AgeCommit message (Expand)Author
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-04-19[mlir] Clean up prints with `llvm::interleaved`. NFC. (#136468)Jakub Kuderski
2025-01-27[mlir][Tensor] Rework `ReifyRankedShapedTypeInterface` implementation for `te...MaheshRavishankar
2024-12-21[Interfaces] Migrate away from PointerUnion::{is,get} (NFC) (#120845)Kazu Hirata
2024-10-16[mlir][IR] Improve error message when return type could not be inferred (#112...Matthias Springer
2024-01-04[mlir] add a way to query non-property attributes (#76959)Oleksandr "Alex" Zinenko
2024-01-03[mlir] update InferTypeOpInterface after c1eab57673ef3eAlex Zinenko
2023-07-12[ODS] Extra Concrete Declarations and Definitions under TraitsAmanda Tang
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-15Cleanup uses of getAttrDictionary() in MLIR to use getDiscardableAttrDictiona...Mehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-03-10[mlir][NFC] reifyResultShapes: Add extra error checkingMatthias Springer
2022-12-28Apply clang-tidy fixes for readability-identifier-naming in InferTypeOpInterf...Mehdi Amini
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-12-07[MLIR] Allow ShapedTypeComponents with attribute in inferReturnTensorTypessmit-hinsu
2022-07-23Use callables directly in any_of, count_if, etc (NFC)Kazu Hirata
2022-07-18[mlir] Add refineReturnTypes to InferTypeOpInterfaceJacques Pienaar
2022-04-14[mlir] Add assert to fail with more info (NFC)Jacques Pienaar
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-11-09[mlir] Refactor ElementsAttr's value access APIRiver Riddle
2021-09-21[mlir] Add value_begin/value_end methods to DenseElementsAttrRiver Riddle
2021-08-10[mlir] Enable specifying querying function in ValueShapeRangeJacques Pienaar
2021-07-22[mlir] Also update inferReturnTensorTypes (NFC)Jacques Pienaar
2021-03-29[mlir] Enhance InferShapedTypeOpInterface and move LinalgOps to use them.MaheshRavishankar
2021-02-02[mlir] Print more verbose message in case of type inference errorVladislav Vinogradov
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle
2020-05-07[mlir] Add NamedAttrListJacques Pienaar
2020-03-10[mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Int...River Riddle