Re: [Mesa-dev] [PATCH 2/4] R600: Do not fold modifier/litterals in vector inst

2013-02-05 Thread Tom Stellard
On Sat, Feb 02, 2013 at 07:03:01PM +0100, Vincent Lejeune wrote: > This fixes a couple of regressions on (probably not just) cayman > --- > lib/Target/R600/AMDILISelDAGToDAG.cpp | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) Reviewed-by: Tom Stellard > > diff --git a/lib/Target

[Mesa-dev] [PATCH 2/4] R600: Do not fold modifier/litterals in vector inst

2013-02-03 Thread Vincent Lejeune
This fixes a couple of regressions on (probably not just) cayman --- lib/Target/R600/AMDILISelDAGToDAG.cpp | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Target/R600/AMDILISelDAGToDAG.cpp b/lib/Target/R600/AMDILISelDAGToDAG.cpp index 84223f6..7fc3a2f 100644 --- a/l