2016-11-04 01:56:46 +08:00
|
|
|
//===-- VIInstructions.td - VI Instruction Defintions ---------------------===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// 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.
|