ia32: Further correct making asm nodes register-pressure faithful.
* Consider the number of transformed inputs instead of original inputs. This differs, when immediate inputs are present. * Do not consider the memory input. * Only scan the outputs, if they are stricly fewer than the inputs. This avoids adding AnyVal inputs in case of equality. This corrects x86code/asm_immediate.c.
Please register or sign in to comment