summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestSymbolUses.cpp
AgeCommit message (Expand)Author
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
2022-12-20mlir/{SPIRV,Bufferization}: use std::optional in .td files (NFC)Ramkumar Ramachandra
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
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
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-08-29[SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.Chris Lattner
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-03-09[mlir][IR] Add a new SymbolUserMap classRiver Riddle
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-04-27[mlir][Symbol] Change Symbol from a Trait into an OpInterface.River Riddle
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-27[mlir] Refactor the implementation of Symbol use lists.River Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2020-01-13[mlir] NFC: Remove unused variable.River Riddle
2020-01-13[mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-05Move ModuleManager functionality into mlir::SymbolTable.Tres Popp
2019-10-24Add support for replacing all uses of a symbol.River Riddle
2019-10-21Add a Symbol trait to simplify defining operations that represent symbols.River Riddle
2019-10-08Update the symbol utility methods to handle the case of unknown operations.River Riddle
2019-10-08Add support for walking the uses of a symbol.River Riddle