[llvm] r219988 - R600/SI: Remove another VALU pattern
Matt Arsenault
Matthew.Arsenault at amd.com
Thu Oct 16 16:33:37 PDT 2014
Author: arsenm
Date: Thu Oct 16 18:33:37 2014
New Revision: 219988
URL: http://llvm.org/viewvc/llvm-project?rev=219988&view=rev
Log:
R600/SI: Remove another VALU pattern
Modified:
llvm/trunk/lib/Target/R600/SIInstructions.td
Modified: llvm/trunk/lib/Target/R600/SIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstructions.td?rev=219988&r1=219987&r2=219988&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstructions.td (original)
+++ llvm/trunk/lib/Target/R600/SIInstructions.td Thu Oct 16 18:33:37 2014
@@ -1993,11 +1993,6 @@ def : Pat <
(V_BCNT_U32_B32_e64 $popcnt, $val)
>;
-def : Pat <
- (addc i32:$src0, i32:$src1),
- (V_ADD_I32_e64 $src0, $src1)
->;
-
/********** ======================= **********/
/********** Image sampling patterns **********/
/********** ======================= **********/
More information about the llvm-commits
mailing list