diff options
author | David Green <david.green@arm.com> | 2022-07-28 14:26:17 +0100 |
---|---|---|
committer | David Green <david.green@arm.com> | 2022-07-28 14:26:17 +0100 |
commit | 3b09e532ee396bb07820ecadb29e1ed88f6e6c25 (patch) | |
tree | c85fbf891806cd0284cb7c4e15e211d2909926d9 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 69d5a038b90d3616a5c22d4e0e682aad4679758d (diff) | |
download | llvm-3b09e532ee396bb07820ecadb29e1ed88f6e6c25.zip llvm-3b09e532ee396bb07820ecadb29e1ed88f6e6c25.tar.gz llvm-3b09e532ee396bb07820ecadb29e1ed88f6e6c25.tar.bz2 |
[ARM] Remove duplicate fp16 intrinsics
These vdup and vmov float16 intrinsics are being defined in both the
general section and then again in fp16 under a !aarch64 flag. The
vdup_lane intrinsics were being defined in both aarch64 and !aarch64
sections, so have been commoned. They are defined as macros, so do not
give duplicate warnings, but removing the duplicates shouldn't alter the
available intrinsics.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions