[all-commits] [llvm/llvm-project] 42fead: [flang][tco] Engineering option for running only C...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Tue Oct 4 13:30:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42fead6834ef3a96c765ea545c2d2bac951f7e98
      https://github.com/llvm/llvm-project/commit/42fead6834ef3a96c765ea545c2d2bac951f7e98
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    A flang/test/Driver/tco-code-gen-llvm.fir
    M flang/tools/tco/tco.cpp

  Log Message:
  -----------
  [flang][tco] Engineering option for running only CodeGen passes.

This option allows running only CodeGen passes and then translating
FIR to LLVM IR. I am using it to fetch optimized FIR after bbc,
hand-modify it and then produce LLVM IR that can be fed to clang.




More information about the All-commits mailing list