summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/Transforms/SimplifyFIROperations.cpp
AgeCommit message (Expand)Author
2025-08-26[flang][do concurrent] Use values yielded by `local init` regions (#155223)Kareem Ergawy
2025-07-21[mlir][NFC] update `flang/Optimizer/Transforms` create APIs (11/n) (#149915)Maksim Levental
2025-07-18[flang] Migrate away from ArrayRef(std::nullopt_t) (#149454)Kazu Hirata
2025-07-11[flang][do concurrent] Re-model `reduce` to match reductions are modelled in ...Kareem Ergawy
2025-06-13[flang][fir] Extend locality specs lowering to support `init` and `dealloc` r...Kareem Ergawy
2025-05-09[flang][fir] Basic lowering `fir.do_concurrent` locality specs to `fir.do_loo...Kareem Ergawy
2025-04-24[mlir] add a fluent API to GreedyRewriterConfig (#137122)Oleksandr "Alex" Zinenko
2025-04-18Revert "[mlir] add a fluent API to GreedyRewriterConfig (#132253)"Kazu Hirata
2025-04-18[mlir] add a fluent API to GreedyRewriterConfig (#132253)Oleksandr "Alex" Zinenko
2025-04-01[flang] Inline fir.is_contiguous_box in some cases. (#133812)Slava Zakharin
2025-03-24[flang][fir] Add rewrite pattern to convert `fir.do_concurrent` to `fir.do_lo...Kareem Ergawy
2025-03-14[flang] Added fir.is_contiguous_box and fir.box_total_elements ops. (#131047)Slava Zakharin