Skip to content

Commit

Permalink
Update LICENSE to Apache v2.0 with LLVM exceptions (#4)
Browse files Browse the repository at this point in the history
As titled. Include torch-mlir dual license text. Update file headers.
  • Loading branch information
sjain-stanford authored Oct 11, 2023
1 parent b8052b8 commit f1d0d34
Show file tree
Hide file tree
Showing 49 changed files with 445 additions and 42 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Licensed 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
# Also available under a BSD-style license. See LICENSE.

###############################################################################
# Options for "generic_clang" builds: these options should generally apply to
# builds using a Clang-based compiler, and default to the `clang` executable on
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bazelBuildAndTestTcp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Licensed 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
# Also available under a BSD-style license. See LICENSE.

name: Bazel Build and Test

on:
Expand Down
5 changes: 5 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Licensed 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
# Also available under a BSD-style license. See LICENSE.

load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")

package(
Expand Down
312 changes: 311 additions & 1 deletion LICENSE

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Licensed 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
# Also available under a BSD-style license. See LICENSE.

workspace(name = "mlir_tcp_ws")

load("//:deps.bzl", "third_party_deps")
Expand Down
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Licensed 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
# Also available under a BSD-style license. See LICENSE.

ARG BASE_IMG=ubuntu:22.04
FROM ${BASE_IMG} as dev-base

Expand Down
2 changes: 1 addition & 1 deletion include/Conversion/Passes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/Conversion/Passes.td
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===-------------------------------------------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/Conversion/StablehloToTcp/StablehloToTcp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/Conversion/TcpToArith/TcpToArith.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/Conversion/TcpToLinalg/TcpToLinalg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/Conversion/TorchToTcp/TorchToTcp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/IR/TcpBase.td
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===-------------------------------------------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/IR/TcpDialect.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/IR/TcpEnums.td
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===-------------------------------------------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/IR/TcpOps.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/IR/TcpOps.td
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===-------------------------------------------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion include/InitAll.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
9 changes: 9 additions & 0 deletions include/Transforms/FuseTcpOpsPass.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#pragma once

#include "mlir/IR/BuiltinOps.h"
Expand Down
9 changes: 9 additions & 0 deletions include/Transforms/IsolateGroupOpsPass.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#pragma once

#include "mlir/IR/BuiltinOps.h"
Expand Down
9 changes: 9 additions & 0 deletions include/Transforms/Passes.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#pragma once

#include "mlir/IR/BuiltinOps.h"
Expand Down
4 changes: 2 additions & 2 deletions include/Transforms/Passes.td
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===-- Passes.td - Pass definition file -------------------*- tablegen -*-===//
//===-------------------------------------------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/PassDetail.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions lib/Conversion/Passes.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/StablehloToTcp/StablehloToTcp.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TcpToArith/TcpToArith.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TcpToLinalg/Elementwise.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TcpToLinalg/Misc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TcpToLinalg/PopulatePatterns.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TcpToLinalg/TcpToLinalg.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/DataMovement.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/Elementwise.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/Misc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/PopulatePatterns.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/TorchToTcp.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/Utils.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/Conversion/TorchToTcp/Utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/IR/TcpDialect.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion lib/IR/TcpOps.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
4 changes: 2 additions & 2 deletions lib/InitAll.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//===------------------------------------------------------------*- C++ -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
Expand Down
5 changes: 3 additions & 2 deletions lib/TorchConversion/Transforms/VerifyTcpBackendContract.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
//===----------------------------------------------------------------------===//
//===------------------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#include "PassDetail.h"

#include "IR/TcpDialect.h"
Expand Down
9 changes: 9 additions & 0 deletions lib/Transforms/FuseTcpOpsPass.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#include "Transforms/FuseTcpOpsPass.h"
#include "./PassDetail.h"

Expand Down
9 changes: 9 additions & 0 deletions lib/Transforms/IsolateGroupOpsPass.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#include "Transforms/IsolateGroupOpsPass.h"
#include "./PassDetail.h"

Expand Down
9 changes: 9 additions & 0 deletions lib/Transforms/PassDetail.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//===------------------------------------------------------------*- C++ -*-===//
//
// Licensed 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
// Also available under a BSD-style license. See LICENSE.
//
//===----------------------------------------------------------------------===//

#pragma once

#include "mlir/Pass/Pass.h"
Expand Down
Loading

0 comments on commit f1d0d34

Please sign in to comment.