From 61bf4bf2c379dd73ddeafe5600707c9c79368cdf Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 16 Oct 2014 23:33:37 +0000 Subject: [PATCH] R600/SI: Remove another VALU pattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219988 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/SIInstructions.td | 5 ----- 1 file changed, 5 deletions(-) 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 **********/ /********** ======================= **********/ -- 2.34.1