R600/SI: Remove another VALU pattern
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 16 Oct 2014 23:33:37 +0000 (23:33 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 16 Oct 2014 23:33:37 +0000 (23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219988 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstructions.td

index a2c3454920fb3efa5982ee0af261ef7a393a0e10..1b94c2b9c5a62a9757667f0bbbbad782e0fd02f6 100644 (file)
@@ -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 **********/
 /********** ======================= **********/