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
LLVM PassBuilder relies on PipelineTuningOptions to enable some LLVM optimizations. For example, clangenables SLP vectorization at higher optimization levels. flang-newdoes not do this.
I think we need to align the optimization pipelines between clang and flang-new.