[PATCH] D51477: [AArch64] Add parsing of aarch64_vector_pcs attribute.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 02:16:12 PDT 2018


sdesmalen created this revision.
sdesmalen added reviewers: t.p.northover, rnk, rengolin.
Herald added subscribers: dexonsmith, steven_wu, kristof.beyls, mehdi_amini.
Herald added a reviewer: javed.absar.

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


https://reviews.llvm.org/D51477

Files:
  include/llvm/IR/CallingConv.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/IR/AsmWriter.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  test/Bitcode/vector-pcs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51477.163281.patch
Type: text/x-patch
Size: 5037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/509a4428/attachment.bin>


More information about the llvm-commits mailing list