This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Support sext in SCEVLoopGuardRewriter
ClosedPublic

Authored by mkazantsev on Feb 3 2023, 2:45 AM.

Details

Summary

There is no particular reason why it's not supported, and it is useful.

Diff Detail

Event Timeline

mkazantsev created this revision.Feb 3 2023, 2:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 2:45 AM
mkazantsev requested review of this revision.Feb 3 2023, 2:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 2:45 AM
fhahn accepted this revision.Feb 6 2023, 12:40 AM

LGTM, thanks!

This revision is now accepted and ready to land.Feb 6 2023, 12:40 AM
This revision was automatically updated to reflect the committed changes.