[all-commits] [llvm/llvm-project] 68db0e: [flang] Update tco tool pipline and add translatio...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Jan 21 04:15:49 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68db0e25df4b1edaa2c6080eb88453ab01ea01d3
      https://github.com/llvm/llvm-project/commit/68db0e25df4b1edaa2c6080eb88453ab01ea01d3
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
    M flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Support/InitFIR.h
    A flang/include/flang/Tools/CLOptions.inc
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/lib/Optimizer/Support/CMakeLists.txt
    A flang/lib/Optimizer/Support/InitFIR.cpp
    A flang/test/Fir/basic-program.fir
    M flang/tools/tco/CMakeLists.txt
    M flang/tools/tco/tco.cpp

  Log Message:
  -----------
  [flang] Update tco tool pipline and add translation to LLVM IR

tco is a tool to test the FIR to LLVM IR pipeline of the Flang compiler.

This patch update tco pipelines and adds the translation to LLVM IR.

A simple test is added to make sure the tool is working with a simple
FIR program.
More tests will be upstream in follow up patch from the fir-dev branch.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: schweitz, mehdi_amini

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

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Andrzej Warzynski <andrzej.warzynski at arm.com>




More information about the All-commits mailing list