[PATCH] D155520: [LV] Complete load groups and release store groups in presence of dependency
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 10:13:25 PDT 2023
anna added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/interleaved-accesses-use-after-free.ll:37
+
+; CHECK-NOT: <4 x
+define void @test(ptr %arg, ptr %arg1) local_unnamed_addr #0 {
----------------
Will remove this check line. We do vectorize. This testcase exists to catch use-after-free asan crash/hangs on regular build. So, we don't need any check lines.
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