[llvm] r285948 - AMDGPU/SI: Re add VIInstructions.td to unbreak bots
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 10:56:47 PDT 2016
Author: tstellar
Date: Thu Nov 3 12:56:46 2016
New Revision: 285948
URL: http://llvm.org/viewvc/llvm-project?rev=285948&view=rev
Log:
AMDGPU/SI: Re add VIInstructions.td to unbreak bots
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.
Added:
llvm/trunk/lib/Target/AMDGPU/VIInstructions.td
Added: llvm/trunk/lib/Target/AMDGPU/VIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/VIInstructions.td?rev=285948&view=auto
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/VIInstructions.td (added)
+++ llvm/trunk/lib/Target/AMDGPU/VIInstructions.td Thu Nov 3 12:56:46 2016
@@ -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.
More information about the llvm-commits
mailing list