Re: [Mesa-dev] [PATCH 1/2] R600/SI: Add isDS helper function to SIInstrInfo

2013-09-06 Thread Michel Dänzer
On Don, 2013-09-05 at 14:36 -0400, Tom Stellard wrote: > > diff --git a/lib/Target/R600/SILowerControlFlow.cpp > b/lib/Target/R600/SILowerControlFlow.cpp > index a6c43bb..5a8836c 100644 > --- a/lib/Target/R600/SILowerControlFlow.cpp > +++ b/lib/Target/R600/SILowerControlFlow.cpp [...] > @@ -487

[Mesa-dev] [PATCH 1/2] R600/SI: Add isDS helper function to SIInstrInfo

2013-09-05 Thread Tom Stellard
From: Tom Stellard --- lib/Target/R600/SIDefines.h| 3 ++- lib/Target/R600/SIInstrFormats.td | 3 +++ lib/Target/R600/SIInstrInfo.cpp| 4 lib/Target/R600/SIInstrInfo.h | 1 + lib/Target/R600/SILowerControlFlow.cpp | 12 +++- 5 files changed, 17