From 661a031af6e1fe307d8d85ea3ca354db3e2560c9 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 llvm-svn: 219988 --- llvm/lib/Target/R600/SIInstructions.td | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/lib/Target/R600/SIInstructions.td b/llvm/lib/Target/R600/SIInstructions.td index a2c3454920fb..1b94c2b9c5a6 100644 --- a/llvm/lib/Target/R600/SIInstructions.td +++ b/llvm/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 **********/ /********** ======================= **********/