summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCounting.cpp
AgeCommit message (Expand)Author
2025-08-19[mlir] Replace SmallSet with SmallPtrSet (NFC) (#154265)Kazu Hirata
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (15/n) (#149921)Maksim Levental
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2025-04-28[MLIR][NFC] Retire let constructor for Async (#137461)lorenzo chelini
2023-08-30fix unused variable warnings in conditionalsMikhail Goncharov
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-09-27[mlir] AsyncRuntime: use int64_t for ref counting operationsEugene Zhulenev
2021-09-04[mlir] Async: check awaited operand error state after sync awaitEugene Zhulenev
2021-06-29[mlir:Async] Add an async reference counting pass based on the user defined p...Eugene Zhulenev
2021-05-27[mlir] AsyncRefCounting: check that LivenessBlockInfo is not nullptrEugene Zhulenev
2021-05-27[mlir] Async reference counting for block successors with divergent reference...Eugene Zhulenev
2021-04-13[mlir] Convert async dialect passes from function passes to op agnostic passesEugene Zhulenev
2021-04-12[mlir] Async: add automatic reference counting at async.runtime operations levelEugene Zhulenev