[PATCH] D80449: [flang] Upstream changes to the PFT data structure

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 22 10:43:30 PDT 2020


schweitz created this revision.
schweitz added reviewers: sscalpone, tskeith, jeanPerier, kiranchandramohan.
schweitz added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1, aartbik.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.

  [flang] Batch together the changes to the PFT intermediate data
  structure for upstreaming to llvm-project.
  
  These files have had many changes since they were originally upstreamed.
  Some of the changes are cosmetic.  Most of the functional changes were
  done to support the lowering of control-flow syntax from the front-end
  parse trees to the FIR dialect.
  
  This patch is meant to be a reviewable size. The functionality it
  provides will be used by code yet to be upstreamed in lowering.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80449

Files:
  flang/include/flang/Lower/PFTBuilder.h
  flang/include/flang/Lower/Utils.h
  flang/include/flang/Semantics/symbol.h
  flang/lib/Lower/PFTBuilder.cpp
  flang/test/Lower/pre-fir-tree01.f90
  flang/test/Lower/pre-fir-tree02.f90
  flang/test/Lower/pre-fir-tree03.f90
  flang/test/Lower/pre-fir-tree04.f90
  flang/tools/f18/f18.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80449.265770.patch
Type: text/x-patch
Size: 104755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200522/8ed8b156/attachment-0001.bin>


More information about the llvm-commits mailing list