diff options
author | Dorit Nuzman <dorit.nuzman@intel.com> | 2018-10-24 07:11:38 +0000 |
---|---|---|
committer | Dorit Nuzman <dorit.nuzman@intel.com> | 2018-10-24 07:11:38 +0000 |
commit | 5114390e48dfdc1accce2b9441ce51358faa45a9 (patch) | |
tree | d10a85c157a66e3b7e0890d762798ae0762664ba /llvm/lib/IR/ModuleSummaryIndex.cpp | |
parent | 5012e7f6acaf42d8bdd92394b9d82066f2fab94b (diff) | |
download | llvm-5114390e48dfdc1accce2b9441ce51358faa45a9.zip llvm-5114390e48dfdc1accce2b9441ce51358faa45a9.tar.gz llvm-5114390e48dfdc1accce2b9441ce51358faa45a9.tar.bz2 |
[LV] Don't have fold-tail under optsize invalidate interleave-groups when
masked-interleaving is enabled
Enable interleave-groups under fold-tail scenario for Opt for size compilation;
D50480 added support for vectorizing loops of arbitrary trip-count without a
remiander, which in turn makes everything in the loop conditional, including
interleave-groups if any. It therefore invalidated all interleave-groups
because we didn't have support for vectorizing predicated interleaved-groups
at the time. In the meantime, D53011 introduced this support, so we don't
have to invalidate interleave-groups when masked-interleaved support is enabled.
Reviewers: Ayal, hsaito, dcaballe, fhahn
Reviewed By: hsaito
Differential Revision: https://reviews.llvm.org/D53559
llvm-svn: 345115
Diffstat (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp')
0 files changed, 0 insertions, 0 deletions