[PATCH] D67549: [IntrinsicEmitter] Add overloaded types for SVE intrinsics (Subdivide2 & Subdivide4)

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 05:35:15 PDT 2019


kmclaughlin updated this revision to Diff 220845.
kmclaughlin marked 5 inline comments as done.
kmclaughlin added a reviewer: rovka.
kmclaughlin added a comment.

- Moved getNarrowerFpElementVectorType logic into getTruncatedElementVectorType
- Shared code which handles Subdivide2Argument and Subdivide4Argument where possible
- Replaced an unreachable with an assert in Function.cpp
- Replaced an assert with an unreachable in DerivedTypes.h


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67549/new/

https://reviews.llvm.org/D67549

Files:
  include/llvm/IR/DerivedTypes.h
  include/llvm/IR/Intrinsics.h
  include/llvm/IR/Intrinsics.td
  lib/IR/Function.cpp
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67549.220845.patch
Type: text/x-patch
Size: 8415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190919/325fed3f/attachment.bin>


More information about the llvm-commits mailing list