[flang-commits] [llvm] [mlir] [clang-tools-extra] [clang] [libcxx] [flang] [LV] Improve AnyOf reduction codegen. (PR #78304)

Florian Hahn via flang-commits flang-commits at lists.llvm.org
Mon Feb 5 06:29:40 PST 2024


================
@@ -9110,6 +9111,41 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
       continue;
 
     const RecurrenceDescriptor &RdxDesc = PhiR->getRecurrenceDescriptor();
+    // Adjust AnyOf reductions; replace the reduction phi for the selected value
----------------
fhahn wrote:

Agreed, probably best as followup?


https://github.com/llvm/llvm-project/pull/78304


More information about the flang-commits mailing list