summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
diff options
context:
space:
mode:
authorThurston Dang <thurston@google.com>2025-01-28 19:12:44 -0800
committerGitHub <noreply@github.com>2025-01-28 19:12:44 -0800
commitfdadef9be33fb3f0844b85c35a63a8a4137382dd (patch)
treebb2b4d97557965583f506b7a389eb74f0b063641 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
parentff271d04a2fe0af0ad43e9c0bce1cbb10912dc32 (diff)
[msan] Handle x86_avx512_(min|max)_p[sd]_512 intrinsics (#124421)
The AVX/SSE variants are already handled heuristically (maybeHandleSimpleNomemIntrinsic via handleUnknownIntrinsic), but the AVX512 variants contain an additional parameter (the rounding method) which fails to match heuristically. This patch generalizes maybeHandleSimpleNomemIntrinsic to allow additional flags (ignored by MSan) and explicitly call it to handle AVX512 min/max ps/pd intrinsics. It also updates the test added in https://github.com/llvm/llvm-project/pull/123980
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions