[all-commits] [llvm/llvm-project] deccb2: [ASAN] Support memory checks on experimental.vp.st...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Thu May 18 23:46:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: deccb2df236bbe9cc5663b46fba9e1b6a94af68f
      https://github.com/llvm/llvm-project/commit/deccb2df236bbe9cc5663b46fba9e1b6a94af68f
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/Instrumentation/AddressSanitizer/asan-vp-load-store.ll

  Log Message:
  -----------
  [ASAN] Support memory checks on experimental.vp.strided.load/store.

The patch adds new member MaybeStride into InterestingMemoryOperand to represent
the stride value of experimental.vp.strided.load/store.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D149073




More information about the All-commits mailing list