Re: [PATCH] [PR103017] aarch64:fix redundant check in aut insn generation

2021-11-01 Thread Richard Sandiford via Gcc-patches
Dan Li via Gcc-patches writes: > During the generation of the epilogue of aarch64(aarch64_expand_epilogue), > the value of crtl->calls_eh_return does not need to be checked again. > This value has been checked during aarch64_return_address_signing_enabled. Ah, yeah, looks like this code became de

[PATCH] [PR103017] aarch64:fix redundant check in aut insn generation

2021-11-01 Thread Dan Li via Gcc-patches
During the generation of the epilogue of aarch64(aarch64_expand_epilogue), the value of crtl->calls_eh_return does not need to be checked again. This value has been checked during aarch64_return_address_signing_enabled. gcc/ChangeLog: * config/aarch64/aarch64.c (aarch64_expand_epilogue):