Skip to content

Commit d6599fc

Browse files
authored
[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 e9e6ba6, but the comment was not).
1 parent a21ae2f commit d6599fc

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vcvt.ll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
; RUN: opt < %s -passes=msan -S | FileCheck %s
33
;
44
; Suboptimally handled by visitInstruction: llvm.aarch64.neon.
5-
; - fcvtas, fcvtau
6-
; - fcvtms, fcvtmu
7-
; - fcvtns, fcvtnu
8-
; - fcvtps, fcvtpu
9-
; - fcvtzs, fcvtzu
10-
; - fcvtxn
115
; - vcvtfp2fxs, vcvtfp2fxu
126
; - vcvtfxs2fp, vcvtfxu2fp
137
;

0 commit comments

Comments
 (0)