R600/SI: Remove another VALU pattern

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2014-10-16 23:33:37 +00:00
parent 798ace2e58
commit 61bf4bf2c3

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