From: Tom Stellard Date: Wed, 11 Jun 2014 20:51:39 +0000 (+0000) Subject: R600: BCNT_INT is a vector only instruction X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7ae77a1b1ed1c7c766dc202b99143c587d178428;p=oota-llvm.git R600: BCNT_INT is a vector only instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/EvergreenInstructions.td b/lib/Target/R600/EvergreenInstructions.td index 0d0b9c751a4..28725ff280d 100644 --- a/lib/Target/R600/EvergreenInstructions.td +++ b/lib/Target/R600/EvergreenInstructions.td @@ -326,7 +326,7 @@ def MUL_UINT24_eg : R600_2OP <0xB5, "MUL_UINT24", def DOT4_eg : DOT4_Common<0xBE>; defm CUBE_eg : CUBE_Common<0xC0>; -def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop>; +def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop, VecALU>; let hasSideEffects = 1 in { def MOVA_INT_eg : R600_1OP <0xCC, "MOVA_INT", [], VecALU>;