[llvm] [SandboxIR] PassManager (PR #107932)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 08:52:33 PDT 2024


================
@@ -0,0 +1,74 @@
+//===- PassManager.h --------------------------------------------*- 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
+//
+//===----------------------------------------------------------------------===//
+//
+// Registers and executes the Sandbox IR passes.
+//
+// The pass manager contains an ordered sequence of passes that it runs in
----------------
vporpo wrote:

I see, it shouldn't be too hard to follow a similar design. Let me try it out.

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


More information about the llvm-commits mailing list