summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCountingOpt.cpp
AgeCommit message (Expand)Author
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-04-28[MLIR][NFC] Retire let constructor for Async (#137461)lorenzo chelini
2022-09-30[mlir:Async][NFC] Update Async API to use prefixed accessorsRiver Riddle
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-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2021-09-27[mlir] AsyncRuntime: use int64_t for ref counting operationsEugene Zhulenev
2021-06-29[mlir:Async] Fix a bug in automatic refence counting around function callsEugene Zhulenev
2021-04-21[mlir] hopefully final round of iwyu fixes after ba7a92c01e8Nico Weber
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