summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/GPU/Transforms/MemoryPromotion.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir][NFC] Use `hasOneBlock` instead of `llvm::hasSingleElement(region)` (#1...Longsheng Mou
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922)Maksim Levental
2023-06-30[mlir][NFC] Clean up builder usage around constants/non-foldable opsMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-01-13[mlir][gpu] Migrate hard-coded address space integers to an enum attribute (g...Christopher Bate
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball
2022-01-24[mlir] Remove a bunch of unnecessary dialect dependenciesRiver Riddle
2022-01-24[mlir:Transforms] Move out the remaining non-dialect independent transforms a...River Riddle
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle
2022-01-18[mlir] Replace StrEnumAttr -> EnumAttr in core dialectsMogball
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-05-21[mlir][Standard] NFC - Drop remaining EDSC usageNicolas Vasilache
2021-05-20[mlir][MemRef] NFC - Drop MemRef EDSC usageNicolas Vasilache
2021-05-19[mlir][SCF] NFC - Drop SCF EDSC usageNicolas Vasilache
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2020-06-02[mlir] post-commit review fixesAlex Zinenko
2020-05-20[mlir][gpu] Refactor functions for workgroup and private buffer attributions.Wen-Heng (Jack) Chung
2020-05-19[mlir] scf::ForOp: provide builders with callbacks for loop bodyAlex Zinenko
2020-05-11[mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow)Alex Zinenko
2020-04-23[mlir][EDSC] Retire ValueHandleNicolas Vasilache
2020-04-14[llvm][STLExtras] Move various iterator/range utilities from MLIR to LLVMRiver Riddle
2020-04-13[mlir][NFC] Replace mlir/Support/Functional.h with llvm equivalents.River Riddle
2020-02-10[mlir][EDSC] Almost NFC - Refactor and untangle EDSC dependenciesNicolas Vasilache
2020-01-16[mlir] NFC: Fix trivial typosKazuaki Ishizaki
2020-01-09[mlir][GPU] introduce utilities for promotion to workgroup memoryAlex Zinenko