]> granicus.if.org Git - llvm/commitdiff
AMDGPU/SI: Re add VIInstructions.td to unbreak bots
authorTom Stellard <thomas.stellard@amd.com>
Thu, 3 Nov 2016 17:56:46 +0000 (17:56 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 3 Nov 2016 17:56:46 +0000 (17:56 +0000)
This file is unused as of r285939, but we need to keep it around
for bots that don't do full rebuilds.   We should be able to delete this
again in a few days.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285948 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/VIInstructions.td [new file with mode: 0644]

diff --git a/lib/Target/AMDGPU/VIInstructions.td b/lib/Target/AMDGPU/VIInstructions.td
new file mode 100644 (file)
index 0000000..b45c8fc
--- /dev/null
@@ -0,0 +1,14 @@
+//===-- 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.
+//===----------------------------------------------------------------------===//
+
+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.