diff options
author | CarolineConcatto <caroline.concatto@arm.com> | 2024-11-15 09:19:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 09:19:39 +0000 |
commit | 91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f (patch) | |
tree | 7f3fc32a583e31cce02ca186ff62002b0ec55535 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | fda4a324a384af8dc57cbe0a9b6284c2e8ca073f (diff) | |
download | llvm-91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f.zip llvm-91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f.tar.gz llvm-91aad9bfb24347db4c4fed7b0ab5e4180ddcdc7f.tar.bz2 |
[Clang][AArch64]Fix Name and Mangle name for scalar fp8 (#114983)
The scalar __mfp8 type has the wrong name and mangle name in
AArch64SVEACLETypes.def
According to the ACLE[1] the name should be __mfp8
This patch fixes this problem by replacing
the Name __MFloat8_t by __mfp8
and
the Mangle Name __MFloat8_t by u6__mfp8
And we revert the incorrect typedef in NeonEmitter.
[1]https://github.com/ARM-software/acle
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions