[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:10:14 PDT 2023


anna added inline comments.


================
Comment at: llvm/lib/Analysis/VectorUtils.cpp:1225
-        // will only form a group with instructions that it precedes.
-        break;
       }
----------------
JFI, this break was preventing the use-after-free error before this patch (when groupA == groupB). 


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