This is an archive of the discontinued LLVM Phabricator instance.

[GuardWidening][Test] Illustrate incorrect insertion point case
Needs ReviewPublic

Authored by aleksandr.popov on Jul 17 2023, 8:34 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Add test case when we widen condition to the branch which was previously
widened itself. We turn this branch from loop-invariant into loop-variant
one and cause issue similar to
https://github.com/llvm/llvm-project/issues/60234

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 8:34 AM
aleksandr.popov requested review of this revision.Jul 17 2023, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 8:34 AM
aleksandr.popov edited the summary of this revision. (Show Details)Jul 17 2023, 8:34 AM