[flang-commits] [PATCH] D150455: [flang][hlfir] Implement the scheduling part of hlfir.forall codegen

Tom Eccles via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue May 16 14:06:26 PDT 2023


tblah added a comment.

This was part 1 of the review (just typos). I'll finish tomorrow.



================
Comment at: flang/lib/Optimizer/HLFIR/Transforms/ScheduleOrderedAssignments.cpp:231
+
+/// Gather the affect of an assignments. This is the implicit write to the LHS
+/// of an assignment. This also includes the effects of the user defined
----------------
typo


================
Comment at: flang/lib/Optimizer/HLFIR/Transforms/ScheduleOrderedAssignments.cpp:234
+/// assignment, if any, but this does not include the effects of evaluating the
+/// RHS and LHS, which occurs before of the assignment effect in Fortran.
+static void gatherAssignEffects(
----------------
typo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150455



More information about the flang-commits mailing list