This is an archive of the discontinued LLVM Phabricator instance.

[LoopDataPrefetch] Add LoopSimplify as prerequisite for new PM
Needs ReviewPublic

Authored by Yangguang on Dec 15 2022, 2:28 PM.

Details

Summary

Add LoopSimplify pass as prerequisite for the LoopDataPrefetch pass
for the new pass manager to make sure the loops are in simplified form.

Diff Detail

Event Timeline

Yangguang created this revision.Dec 15 2022, 2:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2022, 2:28 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
Yangguang requested review of this revision.Dec 15 2022, 2:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2022, 2:28 PM
Yangguang updated this revision to Diff 483672.Dec 16 2022, 2:26 PM

Fixed clang format check failure