compiler.cfg.gvn.comparisons: missed a spot for with-available-uses?
parent
f75f99ecc9
commit
7de3ec13e5
|
@ -80,7 +80,7 @@ UNION: general-compare-insn scalar-compare-insn ##test-vector ;
|
||||||
|
|
||||||
: rewrite-boolean-comparison? ( insn -- ? )
|
: rewrite-boolean-comparison? ( insn -- ? )
|
||||||
{
|
{
|
||||||
[ src1>> vreg>insn general-compare-insn? ]
|
[ src1>> vreg>insn [ general-compare-insn? ] with-available-uses? ]
|
||||||
[ src2>> not ]
|
[ src2>> not ]
|
||||||
[ cc>> cc/= eq? ]
|
[ cc>> cc/= eq? ]
|
||||||
} 1&& ; inline
|
} 1&& ; inline
|
||||||
|
|
Loading…
Reference in New Issue