[all-commits] [llvm/llvm-project] 5d0a12: [msan] Precommit tests for Arm NEON vector shift (...

Thurston Dang via All-commits all-commits at lists.llvm.org
Wed Aug 7 16:36:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d0a12d3e9b1606c36430cf908da20d19d101e04
      https://github.com/llvm/llvm-project/commit/5d0a12d3e9b1606c36430cf908da20d19d101e04
  Author: Thurston Dang <thurston at google.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

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

  Log Message:
  -----------
  [msan] Precommit tests for Arm NEON vector shift (#101420)

MSan currently does not correctly instrument most (all?) Arm NEON vector
shift instructions. This patch shows the current state of
instrumentation.

A followup patch will apply handleVectorShiftIntrinsic to most of the
vector shift instructions and update this test accordingly.

Test forked from llvm/test/CodeGen/AArch64/arm64-vshift.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