summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/SymbolDCE.cpp
AgeCommit message (Expand)Author
2025-08-23[MLIR] Adopt LDBG() macro debugging in SymbolDCE.cpp (NFC) (#155090)Mehdi Amini
2025-06-24[mlir] Walk nested non-symbol table ops in symbol dce (#143353)Jacques Pienaar
2022-12-20mlir/{SPIRV,Bufferization}: use std::optional in .td files (NFC)Ramkumar Ramachandra
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-04-07[mlir][NFC] Drop a few unnecessary includes from Pass.hRiver Riddle
2022-03-18[mlir][SymbolDCE] Track the number of symbols DCE'dNandor Licker
2022-01-05[mlir] Symbol DCE ignores unknown symbolsMogball
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini
2020-10-16[mlir] Optimize symbol related checks in SymbolDCERiver Riddle
2020-04-27[mlir][Symbol] Change Symbol from a Trait into an OpInterface.River Riddle
2020-04-07[mlir][Pass] Update the PassGen to generate base classes instead of utilitiesRiver Riddle
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-04-01[mlir][Pass] Add support for generating pass utilities via tablegenRiver Riddle
2020-04-01[mlir][Pass] Add a tablegen backend for defining Pass informationRiver Riddle
2020-01-27[mlir] Add a DCE pass for dead symbols.River Riddle