[all-commits] [llvm/llvm-project] b938ea: [flang] Add BoxValue.h

Eric Schweitz via All-commits all-commits at lists.llvm.org
Sat Jun 20 14:13:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b938eaec55b0d724de5a7d123364968df60c9c1f
      https://github.com/llvm/llvm-project/commit/b938eaec55b0d724de5a7d123364968df60c9c1f
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2020-06-20 (Sat, 20 Jun 2020)

  Changed paths:
    A flang/include/flang/Lower/Support/BoxValue.h
    M flang/lib/Lower/SymbolMap.h

  Log Message:
  -----------
  [flang] Add BoxValue.h

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.

Differential revision: https://reviews.llvm.org/D82228




More information about the All-commits mailing list