This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Test cases for D154565
ClosedPublic

Authored by 0xdc03 on Jul 5 2023, 10:45 PM.

Details

Summary

Create test cases to test the fold for the expression pattern
'uadd_sat(X, C) pred C2'.

Diff Detail

Event Timeline

0xdc03 created this revision.Jul 5 2023, 10:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 10:45 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
0xdc03 requested review of this revision.Jul 5 2023, 10:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 10:45 PM
nikic accepted this revision.Jul 7 2023, 1:17 PM

LGTM

This revision is now accepted and ready to land.Jul 7 2023, 1:17 PM
This revision was automatically updated to reflect the committed changes.