radeon/llvm: Specify the DataLayout when running optimizations
authorTom Stellard <thomas.stellard@amd.com>
Tue, 22 Oct 2013 16:26:12 +0000 (09:26 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 30 Oct 2013 23:40:06 +0000 (16:40 -0700)
commit6f3465f340b5e2b1419330f2c1fcb61fbe087af7
treee7f22bcb70ab594e31f14a04aabe3b7ff6929584
parent20dbeadd83ffca2345c4ba1f1ac27c19bade0d4a
radeon/llvm: Specify the DataLayout when running optimizations

Without DataLayout, a lot of optimization passes aren't run and the ones
that are don't work as well.
src/gallium/drivers/radeon/radeon_llvm_util.c