This is the mail archive of the gcc@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]

Re: REG_EH_REGION notes and substitutions into insn


    Yes, there is no code for this.  As I suggested, cse and
    combine _ought_ to do it.

The problem is that it's not just cse and combine.  It's gcse, perhaps
local-alloc, perhaps loop, etc.  It's basically *anybody* who might
optimize the insn.

There needs to be some central way of doing this.


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