[PATCH] D70513: [VectorUtils] API for VFShape.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 14:34:18 PST 2019


fpetrogalli created this revision.
fpetrogalli added reviewers: sdesmalen, jdoerfert, simoll, hsaito.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This patch introduces an API to ubild and modify vector shapes.

The validity of a VFShape can be checked with the `isValid` method.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70513

Files:
  llvm/include/llvm/Analysis/VectorUtils.h
  llvm/lib/Analysis/VFABIDemangling.cpp
  llvm/lib/Analysis/VectorUtils.cpp
  llvm/unittests/Analysis/VectorFunctionABITest.cpp
  llvm/unittests/Analysis/VectorUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70513.230339.patch
Type: text/x-patch
Size: 9857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/671c6fff/attachment.bin>


More information about the llvm-commits mailing list