Re: [Mesa-dev] [PATCH] radeon/llvm: Specify the DataLayout when running optimizations

2013-10-30 Thread Tom Stellard
On Mon, Oct 28, 2013 at 11:59:51AM -0500, Aaron Watry wrote: I just ran a quick.tests run on evergreen without any regressions. Patch looks good to me, and doesn't seem to cause any regressions on the hardware I have available to test with. I have pushed this patch, thanks for testing.

Re: [Mesa-dev] [PATCH] radeon/llvm: Specify the DataLayout when running optimizations

2013-10-28 Thread Aaron Watry
I ran this through a piglit CL test run on my 7850, no test fixes or regressions. --Aaron On Tue, Oct 22, 2013 at 11:28 AM, Tom Stellard t...@stellard.net wrote: From: Tom Stellard thomas.stell...@amd.com Without DataLayout, a lot of optimization passes aren't run and the ones that are don't

Re: [Mesa-dev] [PATCH] radeon/llvm: Specify the DataLayout when running optimizations

2013-10-28 Thread Aaron Watry
I just ran a quick.tests run on evergreen without any regressions. Patch looks good to me, and doesn't seem to cause any regressions on the hardware I have available to test with. --Aaron On Tue, Oct 22, 2013 at 11:28 AM, Tom Stellard t...@stellard.net wrote: From: Tom Stellard