Re: [Beignet] [PATCH 1/7] GBE: Fix type mismatch bug.

2016-04-01 Thread Song, Ruiling
Please help review this version, I just rebased to latest ocl2.0 branch. You can skip previous version of these patches. Thanks! Ruiling > -Original Message- > From: Song, Ruiling > Sent: Friday, April 1, 2016 2:53 PM > To: beignet@lists.freedesktop.org > Cc: Song, Ruiling

[Beignet] [PATCH 1/7] GBE: Fix type mismatch bug.

2016-04-01 Thread Ruiling Song
the move instruction should have same type src & dst. Signed-off-by: Ruiling Song --- backend/src/llvm/llvm_gen_backend.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/llvm/llvm_gen_backend.cpp