This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix DCE REG_LIBCALL note moving from noop move insns (PR rtl-optimization/33644)
> So that would mean that you don't even need libcall notes to CSE
> _tls_get_addr calls?
You shouldn't if everything else is working right. But, from what's been
reported here, you do, so it seems that something is broken.
As I said, it may well be that we already don't need libcall notes anymore
if some small bugs are fixed and it may well be better to fix those bugs
and kill the concept than to do further work on it.