[flang-commits] [clang] [flang] [llvm] [mlir] [polly] [Passes] Remove Os and Oz optimization pipelines (PR #191363)
Mikael Holmen via flang-commits
flang-commits at lists.llvm.org
Wed Apr 22 04:34:15 PDT 2026
================
----------------
mikaelholmen wrote:
I guess Os/Oz should be removed here too?
Right now opt -print-passes includes
```
default<O0;O1;O2;O3;Os;Oz>
thinlto-pre-link<O0;O1;O2;O3;Os;Oz>
thinlto<O0;O1;O2;O3;Os;Oz>
lto-pre-link<O0;O1;O2;O3;Os;Oz>
lto<O0;O1;O2;O3;Os;Oz>
fatlto-pre-link<O0;O1;O2;O3;Os;Oz;thinlto;emit-summary>
function-simplification<O1;O2;O3;Os;Oz>
```
https://github.com/llvm/llvm-project/pull/191363
More information about the flang-commits
mailing list