[PATCH] D49125: [ARM] ParallelDSP: multiple reduction stmts in loop

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 03:22:03 PDT 2018


samparker added inline comments.


================
Comment at: lib/Target/ARM/ARMParallelDSP.cpp:584
+
+  Instructions Aliases = AliasCandidates(Header, Reductions);
+
----------------
For this to be safe, don't we have to ensure that the reductions are all rooted at the same phi?


https://reviews.llvm.org/D49125





More information about the llvm-commits mailing list