[clang] [CIR] Initial upstreaming of idiom recognizer pass (PR #172486)

Hendrik Hübner via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 15 04:35:29 PST 2026


================
@@ -31,6 +31,7 @@ mlir::LogicalResult runCIRToCIRPasses(mlir::ModuleOp theModule,
   if (enableCIRSimplify)
     pm.addPass(mlir::createCIRSimplifyPass());
 
+  pm.addPass(mlir::createIdiomRecognizerPass());
----------------
HendrikHuebner wrote:

Done

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


More information about the cfe-commits mailing list