Skip to content
  • rl@cse.unsw.edu.au's avatar
    Add -fsimplifier-phases option · 97c186be
    rl@cse.unsw.edu.au authored
    It controls the number of simplifier phases run during optimisation. These are
    numbered from n to 1 (by default, n=2). Phase 0 is always run regardless of
    this flag. The flag is ignored with -O0 since (practically) no optimisation is
    performed in that case.
    97c186be