summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/SCCP.cpp
AgeCommit message (Expand)Author
2023-12-21[MLIR] Erase location of folded constants (#75415)Billy Zhu
2023-03-22[mlir][Transforms][NFC] Improve builder/listener API of OperationFolderMatthias Springer
2022-09-08[mlir][dataflow] Remove Lattice::isUninitialized().Zhixun Tan
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-07-07[mlir] Swap integer range inference to the new frameworkMogball
2022-07-07[mlir] An implementation of sparse data-flow analysisMogball
2022-01-06[MLIR][DataFlowAnalysis] Use a queue to maintain the worklistVaivaswatha Nagaraj
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-04-26[mlir] Refactor the forward dataflow propagation in SCCP into a generic frame...River Riddle
2021-02-09[mlir][IR] Remove the concept of `OperationProperties`River Riddle
2021-02-04[mlir] Mark LogicalResult as LLVM_NODISCARDRiver Riddle
2020-12-17[mlir] Remove the MutableDictionaryAttr classRiver Riddle
2020-12-10[mlir][SCCP] Don't visit private callables unless they are used when tracking...River Riddle
2020-12-02Add `Operation* OpState::operator->()` to provide more convenient access to m...Christian Sigg
2020-10-29[mlir] NFC: fix trivial typosKazuaki Ishizaki
2020-10-16[mlir] Update SCCP and the Inliner to use SymbolTableCollection for symbol lo...River Riddle
2020-07-14[MLIR] Add argument related API to RegionRahul Joshi
2020-05-15[MLIR] Continue renaming of "SideEffects"Stephen Neuendorffer
2020-04-29Rename NamedAttributeList to MutableDictionaryAttrJacques Pienaar
2020-04-27[mlir][SCCP] Add support for propagating across symbol based callsRiver Riddle
2020-04-21[mlir][SCCP] Add support for propagating constants across inter-region contro...River Riddle
2020-04-21[mlir][Transforms] Add pass to perform sparse conditional constant propagationRiver Riddle