[PATCH] D157630: [LoopVectorize] Pre-commit tests for the fix of incorrect order of invariant stores.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 07:11:29 PDT 2023


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/reduction-with-invariant-store.ll:565
+; Make sure that if there are several reductions in the loop, the order of invariant stores sank outside of the loop is preserved
+define void @reduc_add_mul_store(ptr %dst, ptr readonly %src) {
+; CHECK-LABEL: define void @reduc_add_mul_store
----------------
It would be good to include a reference to https://github.com/llvm/llvm-project/issues/64047 here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157630/new/

https://reviews.llvm.org/D157630



More information about the llvm-commits mailing list