[PATCH] D155520: [LV] Complete load groups and release store groups in presence of dependency
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 11:40:39 PDT 2023
MatzeB added a comment.
Uploaded a reduced input here: https://reviews.llvm.org/F28456762
Run with `opt -O2 vectorize_loop_crash.ll`.
You may need an asan-enabled build as regular builds don't reliably crash on use-after-free problems.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155520/new/
https://reviews.llvm.org/D155520
More information about the llvm-commits
mailing list