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]
Other format: [Raw text]

Re: Deletion of trivial insn during IRA


paulo@matos-sorge.com (Paulo J. Matos) writes:

> I am trying to find where IRA, is deleting trivial insn like:
> (set r1 r1)

Search for "Discard obvious no-ops" in the function reload in the file
gcc/reload1.c.

Ian


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