[PATCH] D115077: [fir] Add array operations documentation

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 10:19:20 PST 2022


schweitz accepted this revision.
schweitz added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/docs/FIRArrayOperations.md:118
+result of the initial `array_load` operation. While this value could be
+retrieved by going back through the different array operations it is useful to
+have it on hand directly for analysis passes since this directly defines the
----------------
A more pejorative term.


================
Comment at: flang/docs/FIRArrayOperations.md:121
+"bounds" of the Fortran statement represented by these operations. The intention
+is to allow easily copy-in/copy-out regions to be fused.
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115077



More information about the llvm-commits mailing list