[all-commits] [llvm/llvm-project] 3d0061: [msan][NFCI] Add more Arm NEON vector add tests (#...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Wed Feb 5 19:20:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d0061cd2a9e886152a817c4348414a987775153
https://github.com/llvm/llvm-project/commit/3d0061cd2a9e886152a817c4348414a987775153
Author: Thurston Dang <thurston at google.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vadd.ll
Log Message:
-----------
[msan][NFCI] Add more Arm NEON vector add tests (#125820)
Handled heuristically but incorrectly:
- llvm.aarch64.neon.{addp, faddp}
Unknown instructions handled by visitInstruction:
- llvm.aarch64.neon.{addhn, raddhn}
- llvm.aarch64.neon.{saddlp, uaddlp}
Forked from llvm/test/CodeGen/AArch64/arm64-vadd.ll
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list