This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Cache folded SExt SCEV expressions.
ClosedPublic

Authored by fhahn on Nov 11 2022, 8:37 AM.

Diff Detail

Event Timeline

fhahn created this revision.Nov 11 2022, 8:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 8:37 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fhahn requested review of this revision.Nov 11 2022, 8:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 8:37 AM
mkazantsev accepted this revision.Dec 7 2022, 12:01 AM

Code LG. Is it possible to make the same test as you had for zext, with CT problem?

This revision is now accepted and ready to land.Dec 7 2022, 12:01 AM
fhahn updated this revision to Diff 482740.Dec 14 2022, 1:08 AM

Code LG. Is it possible to make the same test as you had for zext, with CT problem?

I tried to add a variant of the test case with sext but unfortunately I wasn't able to reproduce the same excessive compile-time issue.

This revision was automatically updated to reflect the committed changes.