[X86] Don't fold SUB(X,SBB(0,0,W)) -> SUB(ADC(0,0,W),Y)
This will further fold to a AND(SETCC_CARRY(),1) pattern which tends to prevent further folds.
Loading
Please sign in to comment
This will further fold to a AND(SETCC_CARRY(),1) pattern which tends to prevent further folds.