[all-commits] [llvm/llvm-project] af8cec: [flang][NFC] move HLFIR dialect definition in IR

jeanPerier via All-commits all-commits at lists.llvm.org
Wed Nov 9 02:40:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af8cec4c1696f6ab168050d24522174f788fe236
      https://github.com/llvm/llvm-project/commit/af8cec4c1696f6ab168050d24522174f788fe236
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
    M flang/lib/Optimizer/HLFIR/CMakeLists.txt
    R flang/lib/Optimizer/HLFIR/HLFIRDialect.cpp
    A flang/lib/Optimizer/HLFIR/IR/CMakeLists.txt
    A flang/lib/Optimizer/HLFIR/IR/HLFIRDialect.cpp

  Log Message:
  -----------
  [flang][NFC] move HLFIR dialect definition in IR

Transforms will need to be put in a different library to avoid circular
dependencies with other parts of the compiler. So create an IR
directory, this (flat include directory, IR and Transform directories in
lib) matches how dialects like LLVM dialect are implemented.

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




More information about the All-commits mailing list