[PATCH] D144057: [GVN] permit GVN of non-local loads for ASAN unless undef or alloca is produced
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 00:57:04 PST 2023
melver added a comment.
In D144057#4179643 <https://reviews.llvm.org/D144057#4179643>, @nickdesaulniers wrote:
> In D144057#4166558 <https://reviews.llvm.org/D144057#4166558>, @melver wrote:
>
>> Do the KASAN tests in the kernel pass (need to use -next, mainline is currently broken)? Wondering how we can double check there are no new false positives nor false negatives.
>
> How do I run those?
Just CONFIG_KASAN_KUNIT_TEST=y should do and then boot kernel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144057/new/
https://reviews.llvm.org/D144057
More information about the llvm-commits
mailing list