From 8d53ddb375d2a82860b398bc463294373c5a62b0 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 2 Jun 2012 06:16:18 -0400 Subject: radeon/llvm: Remove AMDIL LOADCONST* instructions This obsoletes the R600LowerInstruction and SIPropagateImmReads passes. --- src/gallium/drivers/radeon/AMDILInstrInfo.td | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.td') diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.td b/src/gallium/drivers/radeon/AMDILInstrInfo.td index 7086e53a0c0..969618e1afc 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.td +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.td @@ -106,10 +106,3 @@ include "AMDILIntrinsics.td" // Instructions support //===--------------------------------------------------------------------===// include "AMDILInstructions.td" - -//===--------------------------------------------------------------------===// -// Instruction Pattern support - This Must be the last include in the file -// as it requires items defined in other files -//===--------------------------------------------------------------------===// -include "AMDILInstrPatterns.td" - -- cgit v1.2.3