[PATCH] D151713: [ASAN] Support asan for masked.expandload/compressstore.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 07:59:46 PDT 2023
fakepaper56 created this revision.
fakepaper56 added reviewers: reames, MaskRay, craig.topper, kito.cheng.
Herald added subscribers: 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 uses a way similiar to vp.load/store and consider the mask popcount as
the effetive vector length.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151713
Files:
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/test/Instrumentation/AddressSanitizer/asan-masked-load-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151713.526624.patch
Type: text/x-patch
Size: 6942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230530/6a207b6a/attachment.bin>
More information about the llvm-commits
mailing list