This is an archive of the discontinued LLVM Phabricator instance.

[X86] Fold SUB(SBB(X,0,W), Y) -> SBB(X,Y,W)
AbandonedPublic

Authored by craig.topper on Sep 7 2022, 9:26 PM.

Details

Reviewers
RKSimon
spatel
Summary

Fixes PR57576.

Diff Detail

Unit TestsFailed

Event Timeline

craig.topper created this revision.Sep 7 2022, 9:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 9:26 PM
craig.topper requested review of this revision.Sep 7 2022, 9:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 9:26 PM
craig.topper abandoned this revision.Sep 7 2022, 10:11 PM

Replaced by D133471