[PATCH] D146540: [SLP] Add test to check for GEP vectorization
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 03:45:20 PDT 2023
fhahn requested changes to this revision.
fhahn added a comment.
This revision now requires changes to proceed.
Looks like the test is failing in the precommit checks.
================
Comment at: llvm/test/Transforms/SLPVectorizer/AArch64/getelementptr.ll:6
; RUN: cat %t | FileCheck -check-prefix=YAML %s
-
+; RUN: opt -S -passes='slp-vectorizer' | FileCheck -check-prefix=CHECK-GEP
----------------
Why is the new run line needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146540/new/
https://reviews.llvm.org/D146540
More information about the llvm-commits
mailing list