diff options
author | Thurston Dang <thurston@google.com> | 2024-07-29 20:57:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 20:57:28 -0700 |
commit | bbde3f6e9df018975bc84fa23ba510360b6d715c (patch) | |
tree | c3ceec4b4e298b84583c7f80e1350cd3463213cd /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 6bd5fd35063cd14b0a56bc6f7fb1e7b6e1ac56d5 (diff) | |
download | llvm-bbde3f6e9df018975bc84fa23ba510360b6d715c.zip llvm-bbde3f6e9df018975bc84fa23ba510360b6d715c.tar.gz llvm-bbde3f6e9df018975bc84fa23ba510360b6d715c.tar.bz2 |
[msan] Support vst1x_{2,3,4} and vst_{2,3,4} with floating-point parameters (#100644)
Cloning the vst_ intrinsics to apply them to the shadows did not work if
the arguments were floating-point, since the shadows are integers. This
patch changes MSan to create an intrinsic of the correct integer types.
Additionally, this patch adds support for vst1x_{2,3,4}; these can be
handled similarly to vst_{2,3,4}, since in all cases we are adapting the
corresponding intrinsic.
This also updates the tests.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions