Re: [Beignet] [PATCH] Fix getting bitwidth of PointerType of LLVM.

2016-11-30 Thread Yang, Rong R
> > Subject: [Beignet] [PATCH] Fix getting bitwidth of PointerType of LLVM. > > From: Yan Wang <yan.w...@linux.intel.com> > > PointerType could not be forced to IntegerTyoe for getting bitwidth. > With Rong's comments, use getTypeBitSize() instead of > Ty

[Beignet] [PATCH] Fix getting bitwidth of PointerType of LLVM.

2016-11-17 Thread yan . wang
From: Yan Wang PointerType could not be forced to IntegerTyoe for getting bitwidth. With Rong's comments, use getTypeBitSize() instead of Type::getIntegerBitWidth(). --- backend/src/llvm/llvm_gen_backend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff