diff options
author | Lukacma <Marian.Lukac@arm.com> | 2025-04-01 09:45:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 09:45:16 +0100 |
commit | 6c3adaafe3f2139fba5ef3865cbcbba93dbab645 (patch) | |
tree | 4585e536a94c3fd7fd26abf9854370e18bb8834c /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 9e5bfbf77db0945f59c0d18012a8e6d43c711b3a (diff) | |
download | llvm-6c3adaafe3f2139fba5ef3865cbcbba93dbab645.zip llvm-6c3adaafe3f2139fba5ef3865cbcbba93dbab645.tar.gz llvm-6c3adaafe3f2139fba5ef3865cbcbba93dbab645.tar.bz2 |
[AARCH64][Neon] switch to using bitcasts in arm_neon.h where appropriate (#127043)
Currently arm_neon.h emits C-style casts to do vector type casts. This
relies on implicit conversion between vector types to be enabled, which
is currently deprecated behaviour and soon will disappear. To ensure
NEON code will keep working afterwards, this patch changes all this
vector type casts into bitcasts.
Co-authored-by: Momchil Velikov <momchil.velikov@arm.com>
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions