[PATCH] D112619: [NFC][LoopVectorize] Add test for tail-folding loop with conditional uniform load

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 31 13:03:21 PDT 2021


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/tail-fold-uniform-memops.ll:1
+; RUN: opt -loop-vectorize -scalable-vectorization=off -force-vector-width=4 -prefer-predicate-over-epilogue=predicate-dont-vectorize -S < %s 2>&1 | FileCheck %s
+
----------------
you are not checking any debug output, right? So there should be no need for `2>&1`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112619



More information about the llvm-commits mailing list