[PATCH] D80107: [SVE] Remove IITDescriptor::ScalableVecArgument
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 17 23:57:21 PDT 2020
david-arm created this revision.
david-arm added a reviewer: sdesmalen.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
I have refactored the code so that we no longer need the
ScalableVecArgument descriptor - the scalable property of vectors is
now encoded within a new VectorWidth structure in IITDescriptor.
This means that when matching intrinsics we know precisely how to
match the arguments and return values.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80107
Files:
llvm/include/llvm/IR/Intrinsics.h
llvm/lib/IR/Function.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80107.264546.patch
Type: text/x-patch
Size: 7050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/1a249743/attachment.bin>
More information about the llvm-commits
mailing list