Re: [Mesa-dev] [PATCH 1/4] R600: Add helper function for setting instruction modifiers

2012-11-13 Thread Vincent Lejeune
Looks good to me. Reviewed-by: Vincent Lejeune - Mail original - > De : Tom Stellard > À : mesa-dev@lists.freedesktop.org > Cc : Tom Stellard > Envoyé le : Vendredi 9 novembre 2012 21h47 > Objet : [Mesa-dev] [PATCH 1/4] R600: Add helper function for setting > ins

[Mesa-dev] [PATCH 1/4] R600: Add helper function for setting instruction modifiers

2012-11-09 Thread Tom Stellard
From: Tom Stellard --- lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 11 +++ lib/Target/AMDGPU/R600InstrInfo.cpp | 11 ++- lib/Target/AMDGPU/R600InstrInfo.h | 3 +++ 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/lib/Target/AMDGPU/R600Exp