This change decouples common functionality for convering abstract
results, so it can be reused later.
Depends on D129485
Paths
| Differential D129778
[flang] Generalize `AbstractResultOpt` pass ClosedPublic Authored by unterumarmung on Jul 14 2022, 8:04 AM.
Details Summary This change decouples common functionality for convering abstract Depends on D129485
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald TranscriptJul 14 2022, 8:04 AM Comment Actions It would be good to have the patch for GlobalOp as well so we can see how it all fits together.
This revision is now accepted and ready to land.Jul 26 2022, 5:31 AM Closed by commit rGcb33e4ab1493: [flang] Generalize `AbstractResultOpt` pass (authored by unterumarmung). · Explain WhyJul 27 2022, 1:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 447954 flang/include/flang/Optimizer/Transforms/Passes.h
flang/include/flang/Optimizer/Transforms/Passes.td
flang/include/flang/Tools/CLOptions.inc
flang/lib/Optimizer/Transforms/AbstractResult.cpp
flang/test/Driver/mlir-pass-pipeline.f90
flang/test/Fir/abstract-results.fir
flang/test/Fir/basic-program.fir
|
Unrelated change