summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLToken.h
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2018-09-12 08:54:06 +0000
committerSander de Smalen <sander.desmalen@arm.com>2018-09-12 08:54:06 +0000
commit4dbc5126767c9c49ae584ec2f403271177b954c2 (patch)
tree9c5ccd7a3b4134b5460d5c697b1ad97a1fb3afcc /llvm/lib/AsmParser/LLToken.h
parentc9463097d97c654bab5f509bf388ff22caedf894 (diff)
downloadbcm5719-llvm-4dbc5126767c9c49ae584ec2f403271177b954c2.tar.gz
bcm5719-llvm-4dbc5126767c9c49ae584ec2f403271177b954c2.zip
[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
Diffstat (limited to 'llvm/lib/AsmParser/LLToken.h')
-rw-r--r--llvm/lib/AsmParser/LLToken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLToken.h b/llvm/lib/AsmParser/LLToken.h
index 4a3975955fa..a3a9930f9e3 100644
--- a/llvm/lib/AsmParser/LLToken.h
+++ b/llvm/lib/AsmParser/LLToken.h
@@ -139,6 +139,7 @@ enum Kind {
kw_arm_apcscc,
kw_arm_aapcscc,
kw_arm_aapcs_vfpcc,
+ kw_aarch64_vector_pcs,
kw_msp430_intrcc,
kw_avr_intrcc,
kw_avr_signalcc,
OpenPOWER on IntegriCloud