[llvm-branch-commits] [llvm] [CGData] Global Merge Functions (PR #112671)

Thorsten Schütt via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 18 03:53:59 PDT 2024


================
@@ -0,0 +1,77 @@
+//===------ GlobalMergeFunctions.h - Global merge functions -----*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+///
+/// This file defines global merge functions pass and related data structure.
+///
+//===----------------------------------------------------------------------===//
+
+#ifndef PIKA_TRANSFORMS_UTILS_GLOBALMERGEFUNCTIONS_H
----------------
tschuett wrote:

`PIKA`

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


More information about the llvm-branch-commits mailing list