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

Henrich Lauko via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 2 22:09:37 PST 2026


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

Nothing in the file uses this?

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


More information about the cfe-commits mailing list