« Previous | Next » 

Revision 1ff8c541

ID1ff8c5418a680d6766493908eaa07cc11dce7f13

Added by Aurelien Jarno over 11 years ago

tcg/optimize: do copy propagation for all operations

It is possible to due copy propagation for all operations, even the one
that have side effects or clobber arguments (it only concerns input
arguments). That said, the call operation should be handled differently
due to the variable number of arguments.

Reviewed-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences