Re: [Mesa-dev] [PATCH 2/2] R600: Convert global store address to dword offset during isel

2012-12-08 Thread Vincent
Reviewed-By: Vincent Lejeune vljn at ovi.com Le jeudi 06 décembre 2012 à 14:09 -0800, Tom Stellard a écrit : From: Tom Stellard thomas.stell...@amd.com --- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +

[Mesa-dev] [PATCH 2/2] R600: Convert global store address to dword offset during isel

2012-12-06 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com --- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 3 +++ lib/Target/AMDGPU/AMDGPUInstructions.td | 5 lib/Target/AMDGPU/R600ISelLowering.cpp | 45