diff options
author | Cullen Rhodes <cullen.rhodes@arm.com> | 2020-09-10 15:41:36 +0000 |
---|---|---|
committer | Cullen Rhodes <cullen.rhodes@arm.com> | 2020-09-11 10:11:45 +0000 |
commit | cabd60c26b5df34f096cccca5a915bde3b1d8ee1 (patch) | |
tree | 1e52a62bca276dc043b96efa1905b6af5b9a2aae /llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | |
parent | 257b29715bb27b7d9f6c3c40c481b6a4af0b37e5 (diff) | |
download | llvm-cabd60c26b5df34f096cccca5a915bde3b1d8ee1.zip llvm-cabd60c26b5df34f096cccca5a915bde3b1d8ee1.tar.gz llvm-cabd60c26b5df34f096cccca5a915bde3b1d8ee1.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp')
0 files changed, 0 insertions, 0 deletions