[PATCH] D149073: [ASAN] Support memory checks on experimental.vp.strided.load/store.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 09:11:47 PDT 2023


fakepaper56 created this revision.
fakepaper56 added reviewers: reames, MaskRay, usama54321, abrachet, glider, craig.topper.
Herald added subscribers: hoy, Enna1, hiraditya.
Herald added a project: All.
fakepaper56 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149073

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149073.516433.patch
Type: text/x-patch
Size: 10960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/13be75e9/attachment.bin>


More information about the llvm-commits mailing list