[llvm] e619073 - [SandboxVec][NullPass][NFC] Add missing banner comment at top of file

Vasileios Porpodas via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 10:24:19 PDT 2025


Author: Vasileios Porpodas
Date: 2025-03-12T10:24:07-07:00
New Revision: e619073f030239ff15fb134d13423733bb072239

URL: https://github.com/llvm/llvm-project/commit/e619073f030239ff15fb134d13423733bb072239
DIFF: https://github.com/llvm/llvm-project/commit/e619073f030239ff15fb134d13423733bb072239.diff

LOG: [SandboxVec][NullPass][NFC] Add missing banner comment at top of file

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h b/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h
index 1025379770bac..2c5defb4e02e1 100644
--- a/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h
+++ b/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h
@@ -1,3 +1,14 @@
+//===- NullPass.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
+//
+//===----------------------------------------------------------------------===//
+//
+// A null region pass that does nothing. Used for testing.
+//
+
 #ifndef LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_NULLPASS_H
 #define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_NULLPASS_H
 


        


More information about the llvm-commits mailing list