When pass creates a MOV instruction for
lea (%base,%index,1), %dst => mov %base,%dst; add %index,%dst
modification it should clean the killed flag for base if base is equal to index.
Otherwise verifier complains about usage of killed register in add instruction.