[RISCV] Add copyright header to IntrinsicsRISCVXTHead.td and IntrinsicsRISCVXsf.td...
authorCraig Topper <craig.topper@sifive.com>
Tue, 30 May 2023 17:07:14 +0000 (10:07 -0700)
committerCraig Topper <craig.topper@sifive.com>
Tue, 30 May 2023 17:07:14 +0000 (10:07 -0700)
llvm/include/llvm/IR/IntrinsicsRISCVXTHead.td
llvm/include/llvm/IR/IntrinsicsRISCVXsf.td

index 8486b67..5af10a3 100644 (file)
@@ -1,3 +1,15 @@
+//===- IntrinsicsRISCVXTHead.td - T-Head intrinsics --------*- tablegen -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines all of the T-Head vendor intrinsics for RISC-V.
+//
+//===----------------------------------------------------------------------===//
+
 let TargetPrefix = "riscv" in {
 
   class TH_VdotTernaryWideMasked
index 6710594..0c8da35 100644 (file)
@@ -1,3 +1,15 @@
+//===- IntrinsicsRISCVXsf.td - SiFive intrinsics -----------*- tablegen -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines all of the SiFive vendor intrinsics for RISC-V.
+//
+//===----------------------------------------------------------------------===//
+
 class VCIXSuffix<string range> {
   list<string> suffix = !cond(!eq(range, "c"): ["e8mf8", "e8mf4", "e8mf2", "e8m1", "e8m2", "e8m4", "e8m8"],
                               !eq(range, "s"): ["e16mf4", "e16mf2", "e16m1", "e16m2", "e16m4", "e16m8"],