[PATCH] D67572: [SVFS] The Search Vector Function System.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 13:21:51 PST 2019
fpetrogalli updated this revision to Diff 229627.
fpetrogalli added a comment.
Herald added a subscriber: mehdi_amini.
I have rebased the changes after the addition of the pass for injecting the TLI calls.
The vectorization process itself works, but I don't undertstand why a
bunch of tests are failing - I must have done somethign wrong in the
initialization of the pass.
Most (if not all) failures assert on the following:
Unable to schedule 'Scalar Evolution Analysis' required by 'Loop Vectorization'
Unable to schedule pass
UNREACHABLE executed at /home/frapet01/projects/upstream-clang/llvm-project/llvm/lib/IR/LegacyPassManager.cpp:1289!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67572/new/
https://reviews.llvm.org/D67572
Files:
llvm/include/llvm/Analysis/TargetLibraryInfo.h
llvm/include/llvm/Analysis/VectorUtils.h
llvm/lib/Analysis/LazyCallGraph.cpp
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/lib/Analysis/VectorUtils.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/lib/Transforms/Utils/ModuleUtils.cpp
llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/X86/TLI-to-vfabi-attribute.ll
llvm/tools/opt/opt.cpp
llvm/unittests/Analysis/VectorFunctionABITest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67572.229627.patch
Type: text/x-patch
Size: 19118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/4588089f/attachment-0001.bin>
More information about the llvm-commits
mailing list