[PATCH] D65930: [IntrinsicEmitter] Support scalable vectors in intrinsics

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 02:31:30 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, greened, RKSimon, rengolin, SjoerdMeijer.
Herald added a project: LLVM.

This patch adds support for scalable vectors in intrinsics, enabling
intrinsics such as the following to be defined:

  declare <vscale x 4 x i32> @llvm.something.nxv4i32(<vscale x 4 x i32>)

Patch by Paul Walker


Repository:
  rL LLVM

https://reviews.llvm.org/D65930

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65930.214086.patch
Type: text/x-patch
Size: 3503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/076ac27b/attachment.bin>


More information about the llvm-commits mailing list