[llvm] [SandboxVec][BottomUpVec] Implement InstrMaps (PR #122848)
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 14:14:09 PST 2025
================
@@ -0,0 +1,77 @@
+//===- InstructionMaps.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_SANDBOXVEC_PASSES_INSTRUCTIONMAPS_H
----------------
slackito wrote:
The include guard also doesn't match the file name.
https://github.com/llvm/llvm-project/pull/122848
More information about the llvm-commits
mailing list