[PATCH] D146958: [SCEV] Do not plant SCEV checks unnecessarily
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 10:34:32 PDT 2023
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/vector-no-scevcheck.ll:1
+; RUN: opt -passes=loop-vectorize -force-vector-width=2 -force-vector-interleave=1 -S < %s | FileCheck %s
+
----------------
pawosm01 wrote:
> ABataev wrote:
> > Looks like the test was not precommitted
> Yeah, I've never been through this scenario before. I need a guidance on how to do that.
You need to commit D146974 at first (after approval), then rebase this patch to see the difference in the test(s).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146958/new/
https://reviews.llvm.org/D146958
More information about the llvm-commits
mailing list