compiler.cfg.ssa.detruction: coalesce different representations in more cases
parent
ce73031ec3
commit
65f86bfce7
|
@ -82,7 +82,7 @@ M: insn prepare-insn
|
||||||
[ defs-vreg ] [ uses-vregs ] bi
|
[ defs-vreg ] [ uses-vregs ] bi
|
||||||
2dup empty? not and [
|
2dup empty? not and [
|
||||||
first
|
first
|
||||||
2dup [ rep-of ] bi@ eq?
|
2dup [ rep-of reg-class-of ] bi@ eq?
|
||||||
[ try-to-coalesce ] [ 2drop ] if
|
[ try-to-coalesce ] [ 2drop ] if
|
||||||
] [ 2drop ] if
|
] [ 2drop ] if
|
||||||
] bi ;
|
] bi ;
|
||||||
|
|
Loading…
Reference in New Issue