diff options
| author | Thurston Dang <thurston@google.com> | 2025-03-08 19:08:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-08 19:08:08 -0800 |
| commit | 3a0c33afd1b3085d958e89c1c0c8a8b8c0f34739 (patch) | |
| tree | 012ee27b1dd7294f222a7f4beb94f597bd63e64d /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
| parent | 0715c6cc6d11814b8a31bc0368ca080b72810177 (diff) | |
| download | llvm-3a0c33afd1b3085d958e89c1c0c8a8b8c0f34739.zip llvm-3a0c33afd1b3085d958e89c1c0c8a8b8c0f34739.tar.gz llvm-3a0c33afd1b3085d958e89c1c0c8a8b8c0f34739.tar.bz2 | |
[msan] Handle Arm NEON pairwise min/max instructions (#129824)
Change the handling of:
- llvm.aarch64.neon.fmaxp
- llvm.aarch64.neon.fminp
- llvm.aarch64.neon.fmaxnmp
- llvm.aarch64.neon.fminnmp
- llvm.aarch64.neon.smaxp
- llvm.aarch64.neon.sminp
- llvm.aarch64.neon.umaxp
- llvm.aarch64.neon.uminp
from the incorrect heuristic handler (maybeHandleSimpleNomemIntrinsic)
to handlePairwiseShadowOrIntrinsic.
Updates the tests from https://github.com/llvm/llvm-project/pull/129760
Adds a note that maybeHandleSimpleNomemIntrinsic may incorrectly match
horizontal/pairwise intrinsics.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions
