-
- Downloads
Remove IOR_COMPL_HARD_REG_SET
Use "x |= ~y" instead of "IOR_COMPL_HARD_REG_SET (x, y)", or just "x | ~y" if the result is a temporary. 2019-09-09 Richard Sandiford <richard.sandiford@arm.com> gcc/ * hard-reg-set.h (IOR_COMPL_HARD_REG_SET): Delete. * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain): Use "|~" instead of IOR_COMPL_HARD_REG_SET. * config/aarch64/falkor-tag-collision-avoidance.c (init_unavailable): Likewise. * ira-build.c (ira_create_object, ira_set_allocno_class): Likewise. * ira.c (setup_reg_renumber): Likewise. * lra-assigns.c (find_hard_regno_for_1): Likewise. * regrename.c (regrename_find_superclass): Likewise. * reload1.c (find_reg): Likewise. From-SVN: r275533
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/config/aarch64/cortex-a57-fma-steering.c 1 addition, 1 deletiongcc/config/aarch64/cortex-a57-fma-steering.c
- gcc/config/aarch64/falkor-tag-collision-avoidance.c 1 addition, 1 deletiongcc/config/aarch64/falkor-tag-collision-avoidance.c
- gcc/hard-reg-set.h 0 additions, 14 deletionsgcc/hard-reg-set.h
- gcc/ira-build.c 4 additions, 8 deletionsgcc/ira-build.c
- gcc/ira.c 2 additions, 2 deletionsgcc/ira.c
- gcc/lra-assigns.c 1 addition, 1 deletiongcc/lra-assigns.c
- gcc/regrename.c 1 addition, 2 deletionsgcc/regrename.c
- gcc/reload1.c 3 additions, 2 deletionsgcc/reload1.c
Loading
Please register or sign in to comment