[PATCH] D103514: [LV] Support sinking recipe in replicate region after another region.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 05:57:25 PDT 2021


fhahn added a comment.

Thanks!



================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:9197
+        assert(R->getParent()->size() == 1 &&
+               "parent of R must be a replicator with a single recipe");
         return Region;
----------------
Ayal wrote:
> "parent of R must be a replicator with a single recipe" >>
> "A recipe in an original replicator region must be the only recipe in its block"?
> ("original" - because this does not hold for merged replicator regions).
Sounds good, I'll update the message when committing!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103514



More information about the llvm-commits mailing list