aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/promote-buffers-to-stack.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-02-16[mlir] PromoteBuffersToStackPass - Copy attributes of original AllocOpMaya Amrami1-4/+4
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-23/+23
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-34/+34
2022-01-27[mlir][BufferOptimization] Use datalayout instead of a flag to find index sizeBenjamin Kramer1-3/+15
2021-12-14[mlir] Split std.rank into tensor.rank and memref.rank.Alexander Belyaev1-6/+6
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-4/+4
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-66/+66
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev1-66/+66
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross1-66/+66
2021-02-12[mlir][math] Split off the math dialect.Stephan Herhut1-1/+1
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle1-4/+4
2021-01-07[mlir] NFC: fix trivial typosKazuaki Ishizaki1-1/+1
2020-12-03[MLIR] Added support for dynamic shaped allocas to promote-buffers-to-stack p...Julian Gross1-22/+37
2020-11-13[mlir][bufferize] Fix buffer promotion to stack for index typesStephan Herhut1-1/+19
2020-11-03[MLIR] Added test operations to replace linalg dependency forAlexander Bosch1-145/+49
2020-10-23[MLIR] Added PromoteBuffersToStackPass to convert heap- to stack-based alloca...Julian Gross1-0/+664