« Previous | Next » 

Revision bacf43c6

IDbacf43c62e54ee21494c4bf0c39d96d2bcc0e260

Added by Richard Henderson over 11 years ago

target-s390: Optimize get_address

Don't load the displacement into a register first, add it second
so that tcg_gen_addi_i64 can eliminate zeros. Don't mask the
displacement first so that we don't turn small negative numbers
into large positive numbers.

Signed-off-by: Richard Henderson <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences