Deletion of trivial insn during IRA

Ian Lance Taylor iant@google.com
Mon Oct 3 20:24:00 GMT 2011


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



More information about the Gcc mailing list