Re: [Beignet] [PATCH] Fix a indirect argument load bug.

2015-05-28 Thread Zhigang Gong
LGTM, pushed, thanks. On Thu, May 21, 2015 at 11:31:21AM +0800, Yang Rong wrote: > If use arg as non add instruction's source directly, for example phi and > selection, there is no add, just skip it. > > Signed-off-by: Yang Rong > --- > backend/src/ir/lowering.cpp | 1 + > 1 file changed, 1 in

[Beignet] [PATCH] Fix a indirect argument load bug.

2015-05-20 Thread Yang Rong
If use arg as non add instruction's source directly, for example phi and selection, there is no add, just skip it. Signed-off-by: Yang Rong --- backend/src/ir/lowering.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/ir/lowering.cpp b/backend/src/ir/lowering.cpp index e17248a