Re: [Mesa-dev] [PATCH] R600: Factorize code handling Const Read Port limitation

2013-03-14 Thread Tom Stellard
On Wed, Mar 13, 2013 at 02:59:07PM -0700, Vincent Lejeune wrote: > I fixed the coding style issue. > The include was a debug leftover line, it shouldn't be there. > Reviewed-by: Tom Stellard > > - Mail original - > > De : Tom Stellard > > À : Vincent Lejeune > > Cc : llvm-comm...@cs

Re: [Mesa-dev] [PATCH] R600: Factorize code handling Const Read Port limitation

2013-03-13 Thread Vincent Lejeune
I fixed the coding style issue. The include was a debug leftover line, it shouldn't be there. - Mail original - > De : Tom Stellard > À : Vincent Lejeune > Cc : llvm-comm...@cs.uiuc.edu; mesa-dev@lists.freedesktop.org > Envoyé le : Mercredi 13 mars 2013 21h49 > Objet : Re: [PATCH] R600

Re: [Mesa-dev] [PATCH] R600: Factorize code handling Const Read Port limitation

2013-03-13 Thread Tom Stellard
On Wed, Mar 13, 2013 at 09:12:41PM +0100, Vincent Lejeune wrote: > --- > lib/Target/R600/AMDILISelDAGToDAG.cpp| 34 ++ > lib/Target/R600/R600InstrInfo.cpp| 54 ++ > lib/Target/R600/R600InstrInfo.h | 3 ++ > lib/Target/R600/R600MachineScheduler.

[Mesa-dev] [PATCH] R600: Factorize code handling Const Read Port limitation

2013-03-13 Thread Vincent Lejeune
--- lib/Target/R600/AMDILISelDAGToDAG.cpp| 34 ++ lib/Target/R600/R600InstrInfo.cpp| 54 ++ lib/Target/R600/R600InstrInfo.h | 3 ++ lib/Target/R600/R600MachineScheduler.cpp | 77 lib/Target/R600/R600MachineSched