[all-commits] [llvm/llvm-project] 48da1e: [msan][NFCI] Add tests for Arm NEON vector convert...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Thu Feb 6 12:12:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48da1e22e2d789673066ce51fa648f5f1e6a0887
https://github.com/llvm/llvm-project/commit/48da1e22e2d789673066ce51fa648f5f1e6a0887
Author: Thurston Dang <thurston at google.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-cvt.ll
A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vcvt.ll
Log Message:
-----------
[msan][NFCI] Add tests for Arm NEON vector convert (#126095)
Suboptimally handled by visitInstruction: llvm.aarch64.neon.
- fcvtas, fcvtau
- fcvtms, fcvtmu
- fcvtns, fcvtnu
- fcvtps, fcvtpu
- fcvtzs, fcvtzu
- fcvtxn
- vcvtfp2fxs, vcvtfp2fxu
- vcvtfxs2fp, vcvtfxu2fp
Forked from llvm/test/CodeGen/AArch64/arm64-{cvt,vcvt}.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