[PATCH] D77587: [SVE] Add new VectorType subclasses

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 14:43:27 PDT 2020


ctetreau created this revision.
Herald added a reviewer: deadalnix.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
ctetreau updated this revision to Diff 255496.
ctetreau added a comment.
ctetreau added reviewers: sdesmalen, craig.topper, huntergr.

fix permissions


Introduce new types for fixed width and scalable vectors.

Does not remove getNumElements yet so as to not break code during transition
period.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77587

Files:
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/IR/Type.h
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/Type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77587.255496.patch
Type: text/x-patch
Size: 10410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200406/e3fc974b/attachment-0001.bin>


More information about the llvm-commits mailing list