This flag instructs flang-new to use the new HLFIR lowering. It is
marked as experimental and not included in --help.
This was added to make it more convenient to test the performance of
code generated by the HLFIR lowering.
Differential D146278
[flang] add -flang-experimental-hlfir flag to flang-new tblah on Mar 17 2023, 2:37 AM. Authored by
Details This flag instructs flang-new to use the new HLFIR lowering. It is This was added to make it more convenient to test the performance of
Diff Detail
Event TimelineComment Actions Thank you for working on this!
Comment Actions You can either pass parameters to passes or use different pass pipelines for different optimisation levels (in MLIR territory). Comment Actions Thanks for the review. Changes are as follows:
Comment Actions LGTM
Comment Actions Thanks for the suggestion
Comment Actions LGTM, thanks!
|
Would you mind also calling this in bbc driver?