This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add tests for (A > 0) | (A < 0) -> zext (A != 0) fold (NFC)
ClosedPublic

Authored by XChy on Jun 29 2023, 7:39 AM.

Diff Detail

Event Timeline

XChy created this revision.Jun 29 2023, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 7:39 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
XChy requested review of this revision.Jun 29 2023, 7:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 7:39 AM
XChy updated this revision to Diff 535879.Jun 29 2023, 10:29 AM

Return to the situation before optimization

XChy set the repository for this revision to rG LLVM Github Monorepo.Jun 29 2023, 11:11 AM
XChy updated this revision to Diff 536474.Jun 30 2023, 4:22 PM
XChy added a reviewer: goldstein.w.n.
XChy updated this revision to Diff 536508.Jun 30 2023, 9:19 PM
XChy set the repository for this revision to rG LLVM Github Monorepo.
This revision was not accepted when it landed; it landed in state Needs Review.Jul 6 2023, 12:03 AM
This revision was automatically updated to reflect the committed changes.