[PATCH] D80446: [NFC][LV][TEST]: extend pr45679-fold-tail-by-masking.ll with a run of -force-vector-width=1 -force-vector-interleave=4

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 7 13:19:32 PDT 2020


Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.

Looks good to me, thanks for following-up on this suggestion from D79976 <https://reviews.llvm.org/D79976>.



================
Comment at: llvm/test/Transforms/LoopVectorize/pr45679-fold-tail-by-masking.ll:4
 ; RUN: opt < %s -loop-vectorize -force-vector-width=2 -force-vector-interleave=2 -S | FileCheck %s -check-prefix=VF2UF2
+; RUN: opt < %s -loop-vectorize -force-vector-width=1 -force-vector-interleave=4 -S | FileCheck %s -check-prefix=CHECK-VF1
 
----------------
nit: `CHECK-VF1` may be renamed `VF1UF4` 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80446/new/

https://reviews.llvm.org/D80446





More information about the llvm-commits mailing list