[PATCH] D60583: [AArch64] Implement Vector Funtion ABI name mangling.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 14:08:40 PDT 2019


fpetrogalli created this revision.
fpetrogalli added a reviewer: rengolin.
Herald added subscribers: llvm-commits, jdoerfert, kristof.beyls, javed.absar.
Herald added a project: LLVM.

The name mangling scheme is defined in section 3.5 of the "Vector function application binary interface specification for AArch64", release 2019Q1 [1].

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


Repository:
  rL LLVM

https://reviews.llvm.org/D60583

Files:
  lib/CodeGen/CGOpenMPRuntime.cpp
  test/OpenMP/declare-simd-fix.h
  test/OpenMP/declare_simd_aarch64.c
  test/OpenMP/declare_simd_aarch64.cpp
  test/OpenMP/declare_simd_aarch64_complex.c
  test/OpenMP/declare_simd_aarch64_fix.c
  test/OpenMP/declare_simd_aarch64_sve.c
  test/OpenMP/declare_simd_aarch64_warning_advsimd.c
  test/OpenMP/declare_simd_aarch64_warning_sve.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60583.194753.patch
Type: text/x-patch
Size: 25091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190411/86b53523/attachment.bin>


More information about the llvm-commits mailing list