[PATCH] D145175: [ASAN] Support memory checks on scalable vector typed loads and stores
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 11:32:57 PST 2023
reames created this revision.
reames added reviewers: kito-cheng, asb, craig.topper, usama54321, MaskRay.
Herald added subscribers: Enna1, bollu, hiraditya, mcrosier.
Herald added a project: All.
reames requested review of this revision.
Herald added a subscriber: alextsao1999.
Herald added a project: LLVM.
This only covers the common load/store case. There will be further patches required for masked load/store and some of the fast-path optimization cases.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145175
Files:
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/test/Instrumentation/AddressSanitizer/vector-load-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145175.501931.patch
Type: text/x-patch
Size: 37908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230302/cab7dad1/attachment.bin>
More information about the llvm-commits
mailing list