[clang] [CIR] Add TargetLowering pass (PR #179245)

Sirui Mu via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 3 05:51:41 PST 2026


================
@@ -18,12 +18,18 @@
 namespace clang {
 class ASTContext;
 }
+
+namespace cir {
+class LowerModule;
+}
----------------
Lancern wrote:

Removed.

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


More information about the cfe-commits mailing list