[PATCH] D82228: [flang] Add BoxValue (part of upstreaming flang lowering)

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 13:04:20 PDT 2020


schweitz created this revision.
schweitz added reviewers: jeanPerier, vjayathirtha-nv, sscalpone, kiranchandramohan, clementval.
schweitz added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

  The bridge uses internal boxes of related ssa-values to track all the
  information associated with a Fortran variable. Variables may have a
  location and a value, but may also carry other properties such as rank,
  shape, LEN parameters, etc. in Fortran.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82228

Files:
  flang/include/flang/Lower/Support/BoxValue.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82228.272160.patch
Type: text/x-patch
Size: 8487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200619/5ed4724b/attachment.bin>


More information about the llvm-commits mailing list