[all-commits] [llvm/llvm-project] 8fc002: [flang] Pass SemanticsContext to the LoweringBridge

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Aug 12 12:23:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fc00247cea5ac8290657867581e22b876a09d3b
      https://github.com/llvm/llvm-project/commit/8fc00247cea5ac8290657867581e22b876a09d3b
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
    M flang/include/flang/Lower/Bridge.h
    M flang/lib/Frontend/FrontendActions.cpp
    M flang/lib/Lower/Bridge.cpp
    M flang/tools/bbc/bbc.cpp

  Log Message:
  -----------
  [flang] Pass SemanticsContext to the LoweringBridge

The SemanticsContext is needed to analyze expression later in the
lowering for directive languages. This patch allows to keep a reference of
the SemanticsContext in the LoweringBridge.

Building block for D131765

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list