[flang-commits] [flang] [flang][Driver] Enable -Os and -Oz in flang (PR #164707)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Oct 22 23:43:00 PDT 2025
kiranchandramohan wrote:
Does Os and Oz run with optimization level 2? At these optimization levels flang might be performing intrinsic inlining, copy in inlining, math function inlining, loop versioning etc that might increase the size.
https://github.com/llvm/llvm-project/pull/164707
More information about the flang-commits
mailing list