[all-commits] [llvm/llvm-project] d6599f: [msan][NFC] Rename NEON tests and fix comment (#12...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Mon Mar 3 13:55:01 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6599fc3b9e1cf1659999e8a755ae1d68bc3b4b3
https://github.com/llvm/llvm-project/commit/d6599fc3b9e1cf1659999e8a755ae1d68bc3b4b3
Author: Thurston Dang <thurston at google.com>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-st1.ll
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-st1_lane.ll
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-st1_origins.ll
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-tbl.ll
M llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vcvt.ll
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vmul.ll
R llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_tbl.ll
R llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_vmul.ll
R llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_vst.ll
R llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_vst_lane.ll
R llvm/test/Instrumentation/MemorySanitizer/AArch64/neon_vst_origins.ll
Log Message:
-----------
[msan][NFC] Rename NEON tests and fix comment (#127926)
This renames the neon_* tests to be more consistent with the original files that they were forked from. This makes it easier for maintainers to see which test files may need to be ported to MSan.
It also fixes the header comment for llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vcvt.ll (instrumentation was updated in #126136 aka e9e6ba6a5e2a4ca7386861136196903febb9968b, but the comment was not).
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