Re: [Mesa-dev] [PATCH 1/3] radeon/llvm: Add a fdiv pattern.

2012-09-18 Thread Tom Stellard
On Tue, Sep 18, 2012 at 03:59:26PM +0200, Vincent Lejeune wrote: > --- > src/gallium/drivers/radeon/R600Instructions.td | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > This looks good to me. I have a patch locally that remove the int_AMDGPU_div intrinsic altogether, so I

[Mesa-dev] [PATCH 1/3] radeon/llvm: Add a fdiv pattern.

2012-09-18 Thread Vincent Lejeune
--- src/gallium/drivers/radeon/R600Instructions.td | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/radeon/R600Instructions.td b/src/gallium/drivers/radeon/R600Instructions.td index 7e2deac..75c6825 100644 --- a/src/gallium/drivers/radeon/R600