[PATCH] D149245: [ASAN] Support memory checks on vp.gather/scatter.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 16:57:38 PDT 2023
reames added a comment.
In D149245#4374637 <https://reviews.llvm.org/D149245#4374637>, @craig.topper wrote:
> In D149245#4374577 <https://reviews.llvm.org/D149245#4374577>, @reames wrote:
>
>> LGTM
>>
>> It is very odd to have support for vp.scatter/gather, but not the plan masked form thereof. Can you post a patch which adds support for those as well?
>
> I think "plan" was supposed to be "plain"?
Yep. There: https://llvm.org/docs/LangRef.html#masked-vector-gather-and-scatter-intrinsics
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149245/new/
https://reviews.llvm.org/D149245
More information about the llvm-commits
mailing list