diff options
author | Pranav Kant <prka@google.com> | 2025-03-25 09:53:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 09:53:27 -0700 |
commit | 0919ab3cb64668d771540c83fe439da8796b9ada (patch) | |
tree | d28ddd543e83037e6414b2273138874b22c5cfab /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 8fb802e995868f19f40ff7a14df6f38b248af3ce (diff) | |
download | llvm-0919ab3cb64668d771540c83fe439da8796b9ada.zip llvm-0919ab3cb64668d771540c83fe439da8796b9ada.tar.gz llvm-0919ab3cb64668d771540c83fe439da8796b9ada.tar.bz2 |
[AArch64] Don't try to vectorize fixed point to fp narrowing conversion (#130665)
GCC, correctly, doesn't vectorize in this case. Absence of direct
instructions to convert larger fixed point to lower floating point
precision inadvertently causes rounding leading to subtle differences
across ISAs.
https://godbolt.org/z/ssEchMWrE
Co-authored by: @echristo
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions