From 667cdba2118cf82e0027bf44314c9d1334d00840 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 25 May 2012 10:59:52 -0400 Subject: radeon/llvm: Use a custom inserter to lower FNEG --- src/gallium/drivers/radeon/AMDILInstructions.td | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/radeon/AMDILInstructions.td') diff --git a/src/gallium/drivers/radeon/AMDILInstructions.td b/src/gallium/drivers/radeon/AMDILInstructions.td index 869c2bb6af2..0197e9418f3 100644 --- a/src/gallium/drivers/radeon/AMDILInstructions.td +++ b/src/gallium/drivers/radeon/AMDILInstructions.td @@ -50,7 +50,6 @@ def INTTOANY_i16: OneInOneOut; // get rid of the addri via the tablegen instead of custom lowered instruction defm EADD : BinaryOpMCi32; def INTTOANY_i32: OneInOneOut; defm RND_Z : UnaryOpMCf32; // This opcode has custom swizzle pattern encoded in Swizzle Encoder -def NEG_f32 : OneInOneOut; def INTTOANY_f32 : OneInOneOut