[all-commits] [llvm/llvm-project] f2ac51: [flang] Fix processing ModuleLikeUnit evaluationList

PeixinQiao via All-commits all-commits at lists.llvm.org
Thu Mar 10 23:21:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2ac513812e197758e29354c190004eb7bc2f8b6
      https://github.com/llvm/llvm-project/commit/f2ac513812e197758e29354c190004eb7bc2f8b6
  Author: Peixin-Qiao <qiaopeixin at huawei.com>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/test/Lower/pre-fir-tree06.f90

  Log Message:
  -----------
  [flang] Fix processing ModuleLikeUnit evaluationList

Push the ModuleLikeUnit evalutionList when entering module unit. Pop it
when exiting module unit if there is no module procedure. Otherwise, pop
it when entering the first module procedure.

Reviewed By: V Donaldson

Differential Revision: https://reviews.llvm.org/D120460




More information about the All-commits mailing list