[all-commits] [llvm/llvm-project] cabd60: [clang][aarch64] Fix mangling of bfloat16 neon vec...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Fri Sep 11 03:12:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cabd60c26b5df34f096cccca5a915bde3b1d8ee1
https://github.com/llvm/llvm-project/commit/cabd60c26b5df34f096cccca5a915bde3b1d8ee1
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M clang/lib/AST/ItaniumMangle.cpp
M clang/test/CodeGenCXX/mangle-neon-vectors.cpp
Log Message:
-----------
[clang][aarch64] Fix mangling of bfloat16 neon vectors
The AAPCS64 specifies the internal type is used for c++ mangling. For
bfloat16 it was defined as `BFloat16` when it should be `Bfloat16`, i.e.
lowercase 'f'.
For more information, see:
https://github.com/ARM-software/abi-aa/blob/master/aapcs64/aapcs64.rst#appendix-support-for-advanced-simd-extensions
Reviewed By: stuij
Differential Revision: https://reviews.llvm.org/D87463
More information about the All-commits
mailing list