[clang] [CIR] Build out AST consumer patterns to reach the entry point into CIRGen (PR #91007)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 11:25:48 PDT 2024


================
@@ -42,6 +47,14 @@ CreateFrontendBaseAction(CompilerInstance &CI) {
   StringRef Action("unknown");
   (void)Action;
 
+  auto UseCIR = CI.getFrontendOpts().UseClangIRPipeline;
----------------
bcardosolopes wrote:

Right, it's a different discussion than naming. @joker-eph: what's the `auto` policy for MLIR, is it different from LLVM/Clang? I'm also having trouble to find the previous discussions, let me search a bit more.

https://github.com/llvm/llvm-project/pull/91007


More information about the cfe-commits mailing list