[flang-commits] [PATCH] D137701: [flang][NFC] move HLFIR dialect definition in IR
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Nov 9 02:03:29 PST 2022
jeanPerier created this revision.
jeanPerier added a reviewer: clementval.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.
Herald added a reviewer: nicolasvasilache.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137701
Files:
flang/lib/Optimizer/HLFIR/CMakeLists.txt
flang/lib/Optimizer/HLFIR/HLFIRDialect.cpp
flang/lib/Optimizer/HLFIR/IR/CMakeLists.txt
flang/lib/Optimizer/HLFIR/IR/HLFIRDialect.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137701.474197.patch
Type: text/x-patch
Size: 2956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221109/01789710/attachment-0001.bin>
More information about the flang-commits
mailing list