This is an archive of the discontinued LLVM Phabricator instance.

[WIP][AbstractAttributor] Fix an issue that causes program hang
AbandonedPublic

Authored by tianshilei1992 on Jul 14 2021, 4:44 PM.

Details

Summary

Current implementation still uses invalid ReachingKernels, which causes the
folded value is incorrect eventually.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jul 14 2021, 4:44 PM
tianshilei1992 requested review of this revision.Jul 14 2021, 4:44 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
tianshilei1992 retitled this revision from [AbstractAttributor] Fix an issue that causes program hang to [WIP][AbstractAttributor] Fix an issue that causes program hang.Jul 14 2021, 8:38 PM
tianshilei1992 abandoned this revision.Jul 15 2021, 8:21 AM

This patch will be abandoned as the fault commit has been reverted.