Re: [Mesa-dev] [PATCH 2/2] R600: Add a pattern for fma (fused multiply add)

2013-02-08 Thread Roland Scheidegger
Am 08.02.2013 12:12, schrieb Michel Dänzer: > On Don, 2013-02-07 at 17:23 -0500, Tom Stellard wrote: >> From: Tom Stellard >> >> NOTE: This is a candidate for the Mesa stable branches >> --- >> lib/Target/R600/R600Instructions.td |7 +++ >> 1 files changed, 7 insertions(+), 0 deletions(-

Re: [Mesa-dev] [PATCH 2/2] R600: Add a pattern for fma (fused multiply add)

2013-02-08 Thread Tom Stellard
On Fri, Feb 08, 2013 at 12:12:26PM +0100, Michel Dänzer wrote: > On Don, 2013-02-07 at 17:23 -0500, Tom Stellard wrote: > > From: Tom Stellard > > > > NOTE: This is a candidate for the Mesa stable branches > > --- > > lib/Target/R600/R600Instructions.td |7 +++ > > 1 files changed, 7 in

Re: [Mesa-dev] [PATCH 2/2] R600: Add a pattern for fma (fused multiply add)

2013-02-08 Thread Michel Dänzer
On Don, 2013-02-07 at 17:23 -0500, Tom Stellard wrote: > From: Tom Stellard > > NOTE: This is a candidate for the Mesa stable branches > --- > lib/Target/R600/R600Instructions.td |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/lib/Target/R600/R600Instruction

[Mesa-dev] [PATCH 2/2] R600: Add a pattern for fma (fused multiply add)

2013-02-07 Thread Tom Stellard
From: Tom Stellard NOTE: This is a candidate for the Mesa stable branches --- lib/Target/R600/R600Instructions.td |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td index d307ed2..07ee6f0 10064