Re: [Mesa-dev] [PATCH] R600: Lower clamp constant to constant

2013-03-13 Thread Tom Stellard
On Wed, Mar 13, 2013 at 10:26:38PM +0100, Vincent Lejeune wrote: > --- > lib/Target/R600/R600ISelLowering.cpp | 23 +++ > test/CodeGen/R600/clamp-constants.ll | 20 > 2 files changed, 43 insertions(+) > create mode 100644 test/CodeGen/R600/clamp-constants.

[Mesa-dev] [PATCH] R600: Lower clamp constant to constant

2013-03-13 Thread Vincent Lejeune
--- lib/Target/R600/R600ISelLowering.cpp | 23 +++ test/CodeGen/R600/clamp-constants.ll | 20 2 files changed, 43 insertions(+) create mode 100644 test/CodeGen/R600/clamp-constants.ll diff --git a/lib/Target/R600/R600ISelLowering.cpp b/lib/Target/R600/R6