[AArch64] Add parsing of aarch64_vector_pcs attribute.
authorSander de Smalen <sander.desmalen@arm.com>
Wed, 12 Sep 2018 08:54:06 +0000 (08:54 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Wed, 12 Sep 2018 08:54:06 +0000 (08:54 +0000)
commit4dbc5126767c9c49ae584ec2f403271177b954c2
tree9c5ccd7a3b4134b5460d5c697b1ad97a1fb3afcc
parentc9463097d97c654bab5f509bf388ff22caedf894
[AArch64] Add parsing of aarch64_vector_pcs attribute.

This patch adds parsing support for the 'aarch64_vector_pcs'
calling convention attribute to calls and function declarations.

More information describing the vector ABI and procedure call standard
can be found here:

  https://developer.arm.com/products/software-development-tools/\
                            hpc/arm-compiler-for-hpc/vector-function-abi

Reviewers: t.p.northover, rnk, rengolin, javed.absar, thegameg, SjoerdMeijer

Reviewed By: SjoerdMeijer

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

llvm-svn: 342030
llvm/include/llvm/IR/CallingConv.h
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLToken.h
llvm/lib/IR/AsmWriter.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
llvm/test/Bitcode/vector-pcs.ll [new file with mode: 0644]