This is an archive of the discontinued LLVM Phabricator instance.

[InstSimplify] Fold compare of no-wrap subtract
Needs ReviewPublic

Authored by hasyimibhar on Dec 9 2021, 11:45 AM.

Details

Reviewers
spatel
Summary

Simplify (icmp nsw|nuw (sub X, C2), C) to true|false.

Diff Detail

Event Timeline

hasyimibhar created this revision.Dec 9 2021, 11:45 AM
hasyimibhar requested review of this revision.Dec 9 2021, 11:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2021, 11:45 AM

Add missing CHECK