[llvm] [SandboxVec] Implement Pass class (PR #107617)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 11:06:37 PDT 2024


================
@@ -0,0 +1,82 @@
+//===- Pass.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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASS_H
+#define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASS_H
----------------
tschuett wrote:

Still the old name.

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


More information about the llvm-commits mailing list