[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 07:52:34 PDT 2023
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/vector-no-scevcheck.ll:1
+; REQUIRES: aarch64-registered-target
+; RUN: opt -passes=loop-vectorize -force-vector-interleave=1 -S < %s | FileCheck %s
----------------
pawosm01 wrote:
> pawosm01 wrote:
> > pawosm01 wrote:
> > > ABataev wrote:
> > > > Could you precommit the test?
> > > will do soon(ish)
> > >
> > Released as D146974
> >
> > Not sure how it's going to fail correctly, Something weird is happening with the CI today.
> >
> The test case released as D146974 has failed as expected.
Rebase to see the difference
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