[llvm] [SandboxIR] Functions to find vectorizor-relevant properties (PR #109221)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 13:08:02 PDT 2024


================
@@ -0,0 +1,52 @@
+//===- SandboxIR.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
+//
+//===----------------------------------------------------------------------===//
+//
+// Collector for SandboxIR related convenience functions that don't belong in
+// other classes.
+
+namespace llvm {
+
+namespace sandboxir {
----------------
vporpo wrote:

nit: `namespace llvm::sandboxir {`

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


More information about the llvm-commits mailing list