[clang] [CIR] Initial implementation of lowering CIR to MLIR (PR #127835)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 11:38:52 PST 2025
================
@@ -2958,6 +2958,8 @@ defm clangir : BoolFOption<"clangir",
BothFlags<[], [ClangOption, CC1Option], "">>;
def emit_cir : Flag<["-"], "emit-cir">, Visibility<[ClangOption, CC1Option]>,
Group<Action_Group>, HelpText<"Build ASTs and then lower to ClangIR">;
+def emit_cir_mlir : Flag<["-"], "emit-cir-mlir">, Visibility<[CC1Option]>, Group<Action_Group>,
----------------
erichkeane wrote:
I see here: https://mlir.llvm.org/docs/Dialects/
We call them 'core' dialects? Do we perhaps mean `emit-core-dialects`? I guess I'm trying to find a term for a generic-not-language-specific collection of dialects.
https://github.com/llvm/llvm-project/pull/127835
More information about the cfe-commits
mailing list