Re: [Mesa-dev] [PATCH 1/6] radeon/llvm: interp instructions emits native outputs
On Mon, Oct 22, 2012 at 12:03:35AM +0200, Vincent Lejeune wrote: > --- > lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 30 > +++ > lib/Target/AMDGPU/R600Instructions.td | 25 +- > lib/Target/AMDGPU/R600RegisterInfo.td | 10 + >
[Mesa-dev] [PATCH 1/6] radeon/llvm: interp instructions emits native outputs
--- lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 30 +++ lib/Target/AMDGPU/R600Instructions.td | 25 +- lib/Target/AMDGPU/R600RegisterInfo.td | 10 + 3 files changed, 27 insertions(+), 38 deletions(-) diff --git a/lib/Target/A