2016-11-04 01:56:46 +08:00
|
|
|
//===-- VIInstructions.td - VI Instruction Defintions ---------------------===//
|
|
|
|
//
|
2019-01-19 16:50:56 +08:00
|
|
|
// 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
|
2016-11-04 01:56:46 +08:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// Instruction definitions for VI and newer.
|
|
|
|
//===----------------------------------------------------------------------===//
|
2016-11-11 00:02:37 +08:00
|
|
|
|
|
|
|
FIXME: Deleting this file broke buildbots that don't do full rebuilds. This
|
|
|
|
file is no longer used by the backend, so it can be deleted once all
|
|
|
|
the buildbots update there dependencies.
|