[PATCH] D146208: [ASAN] Support memory checks on vp.load/store.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 06:15:22 PDT 2023


fakepaper56 updated this revision to Diff 506059.
fakepaper56 added a comment.

Create a new interface `SplitBlockAndInsertForLanes`, similar as
`SplitBlockAndInsertForEachLane` but have input argument to control end index.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146208/new/

https://reviews.llvm.org/D146208

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146208.506059.patch
Type: text/x-patch
Size: 26090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230317/aed4332c/attachment.bin>


More information about the llvm-commits mailing list