[X86] Move '0-x == y --> x+y == 0' and similar combines to EmitCmp.
AArch64 handles this pattern in their lowering code. By emitting CMN. ARM handles it as an isel pattern.
Loading
Please sign in to comment
AArch64 handles this pattern in their lowering code. By emitting CMN. ARM handles it as an isel pattern.