diff options
author | Christoph Muellner <christoph.muellner@theobroma-systems.com> | 2018-10-17 17:39:16 +0200 |
---|---|---|
committer | Christoph Muellner <christoph.muellner@theobroma-systems.com> | 2018-10-17 23:24:10 +0200 |
commit | 8b1ed8a464515d24e6954c3d0c9de0faa49f13f8 (patch) | |
tree | f84bedea970c8988cdb644d42dfa7fcd7553bca2 /gcc/common.opt | |
parent | 711a65c0fdc32ef286e785ec1959986490d1b2ef (diff) |
noloopalias: Replace noalias with noloopalias.HEADgcc-7_3_0-amp4gcc-7_3_0-amp-branch
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 01dc499b6716..a92591eb3e95 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2632,9 +2632,10 @@ fsplit-loops Common Report Var(flag_split_loops) Optimization Perform loop splitting. -fnoalias= -Common Joined Var(noalias) Init(0) -Move innermost loops to separate function +fnoloopalias +Common Report Var(flag_noloopalias) Optimization +Restrict pointer aliasing for function's loops +(allows more aggressive optimisations). flist-find-pipeline Common Report Var(list_find_pipe) Optimization |