summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/Transforms/AffineDemotion.cpp
AgeCommit message (Expand)Author
2025-08-21[flang] Fix `replaceAllUsesWith` API violations (1/N) (#154698)Matthias Springer
2025-07-21[mlir][NFC] update `flang/Optimizer/Transforms` create APIs (11/n) (#149915)Maksim Levental
2024-08-05[flang] Construct SmallVector with ArrayRef (NFC) (#101901)Kazu Hirata
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-09-30[mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixedRiver Riddle
2022-09-29[flang][mlir][arith] Fix flang build after dialect renamingJakub Kuderski
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-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-18[mlir] Update accessors to prefixed form (NFC)Jacques Pienaar
2022-03-09[flang] Remove 'using namespace mlir;` from header filesAndrzej Warzynski
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-15[flang][mlir][NFC] Replace uses of raw accessors with prefixed accessorsShraiysh Vaishay
2022-02-10Fix flang build breakage - trim dependency to AffineUtilsUday Bondhugula
2022-01-26[mlir] Finish replacing OwningRewritePatternList with RewritePatternSetRiver Riddle
2022-01-18[flang] Convert uses of FunctionPass to OperationPass<FuncOp>River Riddle
2021-10-27Fix AffineDemotion pass after the DialectConversion change in D111620River Riddle
2021-10-13[fir][NFC] Add disclaimer to affine promotion/demotion passesValentin Clement
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-08[fir] Add affine demotion passRajan Walia