summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Transforms/TestInlining.cpp
AgeCommit message (Expand)Author
2025-04-05[mlir][inliner] Add doClone and canHandleMultipleBlocks callbacks to Inliner ...junfengd-nv
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-05-29[mlir][NFC] Trivial : Fix typoJaved Absar
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-11Remove spurious includes and dependencies from Bazel files (NFC)Mehdi Amini
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-20[mlir] Expand prefixing to OpFormatGenJacques Pienaar
2021-08-14[MLIR] Move TestDialect to ::test namespaceStephen Neuendorffer
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-11-05[mlir] Move TestDialect and its passes to mlir::test namespace.Alexander Belyaev
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-06-11[mlir] Add additional headerJacques Pienaar
2020-04-20[mlir] Fix getTypes() support for result ranges.River Riddle
2020-04-20Fix inlining multi-block callees with type conversion.Sean Silva
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-02-21Move StandardOps/Ops.h to StandardOps/IR/Ops.hRob Suderman
2020-02-12Remove static registration for dialects, and the "alwayslink" hack for passesMehdi Amini
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle
2020-01-02[mlir] Rewrite the internal representation of OpResult to be optimized for me...River Riddle
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-09-05Add the initial inlining infrastructure.River Riddle