[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
Mon Nov 1 03:13:23 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
+
----------------
david-arm wrote:
> fhahn wrote:
> > you are not checking any debug output, right? So there should be no need for `2>&1`.
> Hi @fhahn, good point! I'll remove it before I merge if that's ok?
Sure. Shouldn’t this patch also include @ uniform_load so the diff in the follow up patch only shows the changes?


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