[PATCH] D158856: [LAA] Improve the output remark for LoopVectorize

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 23:50:26 PDT 2023


Allen marked an inline comment as done.
Allen added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/pr64637.ll:1
+; RUN: opt -passes=loop-vectorize -S -pass-remarks-analysis=loop-vectorize -disable-output < %s 2>&1 | FileCheck %s --check-prefix=ANALYSIS
+
----------------
fhahn wrote:
> As the change is in LoopAccessAnalysis only, can this just be a test running LoopAccessAnalysis (as in `llvm/test/Analysis/LoopAccessAnalysis/`)?
Done, thanks for your suggestion


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

https://reviews.llvm.org/D158856



More information about the llvm-commits mailing list