[all-commits] [llvm/llvm-project] d913ea: [msan] Implement support for avx512fp16.mask.{add/...

Thurston Dang via All-commits all-commits at lists.llvm.org
Mon Apr 28 18:41:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d913ea307e32aa1412b67d02f2f76a5f2083f2e8
      https://github.com/llvm/llvm-project/commit/d913ea307e32aa1412b67d02f2f76a5f2083f2e8
  Author: Thurston Dang <thurston at google.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/test/Instrumentation/MemorySanitizer/X86/avx512fp16-intrinsics.ll

  Log Message:
  -----------
  [msan] Implement support for avx512fp16.mask.{add/sub/mul/div/max/min}.sh.round (#137441)

This adds a handler, visitGenericScalarHalfwordInst, which works for
mask.{add/sub/mul/div/max/min}.sh.round.

Updates the tests in https://github.com/llvm/llvm-project/pull/136260



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