[all-commits] [llvm/llvm-project] e529cb: [msan] Handle blendv intrinsics (#94882)

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Jun 12 15:45:26 PDT 2024


  Branch: refs/heads/users/vitalybuka/spr/main.msan-handle-blendv-intrinsics
  Home:   https://github.com/llvm/llvm-project
  Commit: e529cbea3f3333b1835258aeabd479e31a7e09dd
      https://github.com/llvm/llvm-project/commit/e529cbea3f3333b1835258aeabd479e31a7e09dd
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2024-06-12 (Wed, 12 Jun 2024)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/test/Instrumentation/MemorySanitizer/X86/avx-intrinsics-x86.ll
    M llvm/test/Instrumentation/MemorySanitizer/X86/avx2-intrinsics-x86.ll
    M llvm/test/Instrumentation/MemorySanitizer/X86/sse41-intrinsics-x86.ll

  Log Message:
  -----------
  [msan] Handle blendv intrinsics (#94882)

blendvs are very similar to select, so we adjust
arguments and forward them into select handler.



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