This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix DCE REG_LIBCALL note moving from noop move insns (PR rtl-optimization/33644)


Paolo Bonzini wrote:
>
>>
>> So that would mean that you don't even need libcall notes to CSE
>> _tls_get_addr calls?
>
> CALL_INSNs are never DCE'd:
>
> static bool
> deletable_insn_p (rtx insn, bool fast)
> {
>   rtx body, x;
>   int i;
>
>   if (!NONJUMP_INSN_P (insn))
>     return false;
>
>
> Paolo
this could be too conservative, there is no reason not dce pure or const
calls.

kenny


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]