Re: [Mesa-dev] [PATCH 1/4] R600: Use MULADD_IEEE instruction for mad pattern

2013-02-05 Thread Tom Stellard
On Sat, Feb 02, 2013 at 07:03:00PM +0100, Vincent Lejeune wrote: > --- Hi Vincent, Could you add a test case for this. Also, if the AMDGPUISD::MAD node isn't being used anymore, it should be removed. -Tom > lib/Target/R600/AMDGPUISelLowering.cpp | 6 +++--- > lib/Target/R600/AMDILISelLowering.

[Mesa-dev] [PATCH 1/4] R600: Use MULADD_IEEE instruction for mad pattern

2013-02-03 Thread Vincent Lejeune
--- lib/Target/R600/AMDGPUISelLowering.cpp | 6 +++--- lib/Target/R600/AMDILISelLowering.cpp | 3 ++- lib/Target/R600/R600Instructions.td| 8 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/lib/Target/R600/AMDGPUISelLowering.cpp b/lib/Target/R600/AMDGPUISelLowering.c