comparison gcc/config/i386/i386-passes.def @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Description of target passes for IA-32 1 /* Description of target passes for IA-32
2 Copyright (C) 2016-2018 Free Software Foundation, Inc. 2 Copyright (C) 2016-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
29 /* Run the 64-bit STV pass before the CSE pass so that CONST0_RTX and 29 /* Run the 64-bit STV pass before the CSE pass so that CONST0_RTX and
30 CONSTM1_RTX generated by the STV pass can be CSEed. */ 30 CONSTM1_RTX generated by the STV pass can be CSEed. */
31 INSERT_PASS_BEFORE (pass_cse2, 1, pass_stv, true /* timode_p */); 31 INSERT_PASS_BEFORE (pass_cse2, 1, pass_stv, true /* timode_p */);
32 32
33 INSERT_PASS_BEFORE (pass_shorten_branches, 1, pass_insert_endbranch); 33 INSERT_PASS_BEFORE (pass_shorten_branches, 1, pass_insert_endbranch);
34
35 INSERT_PASS_AFTER (pass_combine, 1, pass_remove_partial_avx_dependency);