[llvm-branch-commits] [libclc] libclc: Add canonicalize utility functions (PR #187357)

Wenju He via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Mar 18 16:20:44 PDT 2026


================
@@ -0,0 +1,15 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "clc/internal/clc.h"
----------------
wenju-he wrote:

move this include into header and include "clc_canonicalize.h" here

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


More information about the llvm-branch-commits mailing list