summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestFunc.cpp
AgeCommit message (Expand)Author
2025-04-30[mlir] allow function type cloning to fail (#137130)Oleksandr "Alex" Zinenko
2025-04-18Revert "[mlir] allow function type cloning to fail (#136300)"Kazu Hirata
2025-04-18[mlir] allow function type cloning to fail (#136300)Oleksandr "Alex" Zinenko
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-01-26[mlir][NFC] Add a using for llvm::BitVector to LLVM.hRiver Riddle
2022-01-26[mlir:Function][NFC] Use BitVector instead of ArrayRef for indices when remov...River Riddle
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle
2022-01-18[mlir] Convert OpTrait::FunctionLike to FunctionOpInterfaceRiver Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-07-01[MLIR] Add argument insertion helpers for FunctionLikeFabian Schuiki
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
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-10-23[mlir] Add FuncOp::eraseResultsSean Silva
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-04-07[mlir][Pass][NFC] Replace usages of ModulePass with OperationPass<ModuleOp>River Riddle
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
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-11-13Add FuncOp::eraseArgumentSean Silva