[PATCH] D79976: [LV] Handle Fold-Tail of loops with vectorizarion factor (VF) equal to 1

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 16 14:49:49 PDT 2020


fhahn added a comment.

The issue has also been reported as https://bugs.llvm.org/show_bug.cgi?id=45943



================
Comment at: llvm/test/Transforms/LoopVectorize/tail-folding-vectorization-factor-1.ll:111
+
+!llvm.module.flags = !{!0}
+
----------------
metadata here and below unused?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79976





More information about the llvm-commits mailing list