This is an archive of the discontinued LLVM Phabricator instance.

Set LoopInterleaved in the PassManagerBuilder.
ClosedPublic

Authored by asbirlea on Apr 25 2019, 11:45 AM.

Diff Detail

Repository
rC Clang

Event Timeline

asbirlea created this revision.Apr 25 2019, 11:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2019, 11:45 AM
chandlerc accepted this revision.Apr 29 2019, 5:27 PM
chandlerc added a subscriber: chandlerc.

LGTM, maybe add a comment here to archive some of the reasoning? (IE, that when unrolling is disabled we disable both literal unrolling but also interleaving for historical reasons)

This revision is now accepted and ready to land.Apr 29 2019, 5:27 PM
This revision was automatically updated to reflect the committed changes.