[PATCH] D67572: [SVFS] The Search Vector Function System.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 15:19:57 PST 2019


fpetrogalli updated this revision to Diff 228528.
fpetrogalli marked 3 inline comments as done.
fpetrogalli added a comment.

Changes:

1. Update the patch to use the current version of the VFABI read/write methods at https://reviews.llvm.org/D69976
2. Address review from @jdoerfert

Note: in the next step I will extract from this patch the changes that are needed for the internal ISA for the TLI functions.


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/include/llvm/Transforms/Utils/ModuleUtils.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/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/unittests/Analysis/VectorFunctionABITest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67572.228528.patch
Type: text/x-patch
Size: 22204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191108/515f0d5a/attachment.bin>


More information about the llvm-commits mailing list