OSDN Git Service

Test forward references in IntrinsicEmitter on Neon LD(2|3|4)
authorSander de Smalen <sander.desmalen@arm.com>
Mon, 17 Jun 2019 12:01:53 +0000 (12:01 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Mon, 17 Jun 2019 12:01:53 +0000 (12:01 +0000)
commit52598dbf5e8896f038520df52e3a9a800dee0091
tree2decc9c8a0c92ff7b158d6201b4b8143040712d7
parente36a3e35dd7a237c54955b068b6ca0252b485116
Test forward references in IntrinsicEmitter on Neon LD(2|3|4)

This patch tests the forward-referencing added in D62995 by changing
some existing intrinsics to use forward referencing of overloadable
parameters, rather than backward referencing.

This patch changes the TableGen definition/implementation of
llvm.aarch64.neon.ld2lane and llvm.aarch64.neon.ld2lane intrinsics
(and similar for ld3 and ld4). This change is intended to be
non-functional, since the behaviour of the intrinsics is
expected to be the same.

Reviewers: arsenm, dmgreen, RKSimon, greened, rnk

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D63189

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363546 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsAArch64.td
test/Verifier/intrinsic-arg-overloading-struct-ret.ll [new file with mode: 0644]