From eff1ad8d8e044a5859afcd604f06f353359aa739 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 18 Nov 2016 04:42:59 +0000 Subject: [PATCH] AMDGPU: Move redundant setting of inst properties llvm-svn: 287311 --- llvm/lib/Target/AMDGPU/VOPInstructions.td | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/llvm/lib/Target/AMDGPU/VOPInstructions.td b/llvm/lib/Target/AMDGPU/VOPInstructions.td index d538c785781c..322617955519 100644 --- a/llvm/lib/Target/AMDGPU/VOPInstructions.td +++ b/llvm/lib/Target/AMDGPU/VOPInstructions.td @@ -35,6 +35,7 @@ class VOPAnyCommon pattern> : let hasSideEffects = 0; let UseNamedOperandTable = 1; let VALU = 1; + let Uses = [EXEC]; } class VOP3Common pattern=[], bit VOP3Only = 0> : InstSI , VOP ,