[PATCH] D146958: [SCEV] Do not plant SCEV checks unnecessarily

Paul Osmialowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 13:12:12 PDT 2023


pawosm01 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:
> > 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.


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