summaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces/CallInterfaces.cpp
AgeCommit message (Expand)Author
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier
2024-12-21[Interfaces] Migrate away from PointerUnion::{is,get} (NFC) (#120845)Kazu Hirata
2024-09-10Reland [MLIR] Make resolveCallable customizable in CallOpInterface (#107989)Henrich Lauko
2024-09-10Revert "[MLIR] Make `resolveCallable` customizable in `CallOpInterface`" (#10...Matthias Springer
2024-09-10[MLIR] Make `resolveCallable` customizable in `CallOpInterface` (#100361)Henrich Lauko
2022-10-13[mlir] Update CallInterfaceCallable to use the new casting infra.Nick Kreeger
2020-10-16[mlir] Update SCCP and the Inliner to use SymbolTableCollection for symbol lo...River Riddle
2020-03-10[mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Int...River Riddle