[PATCH] D67572: [VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 15:50:06 PST 2019
fpetrogalli updated this revision to Diff 229942.
fpetrogalli added a comment.
In this patch:
1. The SearchVFSystem has been renamed to VFDatabase.
2. The query interface of the VFDatabase has been reduced to only two functions.
3. The field `VFIsaKind ISA` of `VFShape` has been moved to `VFInfo`. This change is justified in the new commit message.
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/VFABIDemangling.cpp
llvm/lib/Analysis/VectorUtils.cpp
llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
llvm/lib/Transforms/Utils/ModuleUtils.cpp
llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Other/opt-O2-pipeline.ll
llvm/test/Other/opt-O3-pipeline.ll
llvm/test/Other/opt-Os-pipeline.ll
llvm/tools/opt/opt.cpp
llvm/unittests/Analysis/VectorFunctionABITest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67572.229942.patch
Type: text/x-patch
Size: 21556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191118/ba3ca80c/attachment.bin>
More information about the llvm-commits
mailing list