From: Matt Arsenault Date: Thu, 16 Oct 2014 23:33:37 +0000 (+0000) Subject: R600/SI: Remove another VALU pattern X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=61bf4bf2c379dd73ddeafe5600707c9c79368cdf R600/SI: Remove another VALU pattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index a2c3454920f..1b94c2b9c5a 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -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 **********/ /********** ======================= **********/