You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current flang-new driver doesn't support optimisation.
When working on the SNAP perforamnce investigation, compiling the 2 files of hand-modified MLIR with clang -O3, gave 5-10% improvement, with no other changes.
The general framework for this is also required to allow specialized optimisation passes on FIR and LLVM-IR in Flang.
The text was updated successfully, but these errors were encountered:
The current
flang-new
driver doesn't support optimisation.When working on the SNAP perforamnce investigation, compiling the 2 files of hand-modified MLIR with
clang -O3
, gave 5-10% improvement, with no other changes.The general framework for this is also required to allow specialized optimisation passes on FIR and LLVM-IR in Flang.
The text was updated successfully, but these errors were encountered: