[PATCH] D61142: Set LoopInterleaved in the PassManagerBuilder.

2019-04-30 Thread Alina Sbirlea via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC359616: Set LoopInterleaved in the PassManagerBuilder. (authored by asbirlea, committed by ). Changed prior to commit: https://reviews.llvm.org/D61142?vs=196696=197445#toc Repository: rC Clang

[PATCH] D61142: Set LoopInterleaved in the PassManagerBuilder.

2019-04-29 Thread Chandler Carruth via Phabricator via cfe-commits
chandlerc accepted this revision. chandlerc added a comment. This revision is now accepted and ready to land. 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)

[PATCH] D61142: Set LoopInterleaved in the PassManagerBuilder.

2019-04-25 Thread Alina Sbirlea via Phabricator via cfe-commits
asbirlea created this revision. Herald added subscribers: cfe-commits, jlebar. Herald added a project: clang. Corresponds to D61030 . Repository: rC Clang https://reviews.llvm.org/D61142 Files: lib/CodeGen/BackendUtil.cpp Index: