Re: [PATCH 0/9] IPA ICF overhaul

2019-10-30 Thread Martin Liška
Hi. After a discussion with Honza, he recommended to install the patch set (which should be completely approved) without the last missing piece: [PATCH 2/9] operand_equal_p: add support for FIELD_DECL He's going to write a function that will compare two access paths. I've retested the whole patch

[PATCH 0/9] IPA ICF overhaul

2019-08-06 Thread Martin Liska
Hi. It's some time I implemented first version of IPA ICF pass. Since that I experienced more with the GCC internals and now is the right time to do an overhaul. Main motivation of changes is to share as many as possible in between current operand_equal_p and ipa_icf::compare_operand. That's achi