[PATCH] D146958: [SCEV] Do not plant SCEV checks unnecessarily
Paul Osmialowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 09:46:17 PDT 2023
pawosm01 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
+
----------------
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.
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