R600/SI: Remove another VALU pattern

llvm-svn: 219988
This commit is contained in:
Matt Arsenault 2014-10-16 23:33:37 +00:00
parent 04c1b74cb8
commit 661a031af6
1 changed files with 0 additions and 5 deletions

View 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 **********/
/********** ======================= **********/