[all-commits] [llvm/llvm-project] c14d3d: [msan][NFCI] Add tests for Arm NEON vector load (#...

Thurston Dang via All-commits all-commits at lists.llvm.org
Wed Mar 5 20:03:59 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c14d3dff97ca5a11be693b265fefc11afb026573
      https://github.com/llvm/llvm-project/commit/c14d3dff97ca5a11be693b265fefc11afb026573
  Author: Thurston Dang <thurston at google.com>
  Date:   2025-03-05 (Wed, 05 Mar 2025)

  Changed paths:
    A llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-ld1.ll

  Log Message:
  -----------
  [msan][NFCI] Add tests for Arm NEON vector load (#125267)

Forked from llvm/test/CodeGen/AArch64/arm64-ld1.ll

Incorrectly handled by handleUnknownInstruction:
- llvm.aarch64.neon.ld1x2, llvm.aarch64.neon.ld1x3,
llvm.aarch64.neon.ld1x4
- llvm.aarch64.neon.ld2, llvm.aarch64.neon.ld3, llvm.aarch64.neon.ld4
- llvm.aarch64.neon.ld2lane, llvm.aarch64.neon.ld3lane,
llvm.aarch64.neon.ld4lane
- llvm.aarch64.neon.ld2r, llvm.aarch64.neon.ld3r, llvm.aarch64.neon.ld4r



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