[PATCH] D144226: [Loop-Interchange] Allow inner-loop only reductions

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 12:24:24 PDT 2023


Meinersbur added a comment.

Summarize the algorithm in the description, in particular what a "removablePHIs" is and what distinguishes a inner-only reduction from an inner reduction?



================
Comment at: llvm/test/Transforms/LoopInterchange/inner-only-reductions.ll:149
 
+
 ; CHECK: --- !Missed
----------------
[nit] unrelated change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144226



More information about the llvm-commits mailing list