[Beignet] [PATCH] GBE: should initialize useDWLabel to false by default.

Yang, Rong R rong.r.yang at intel.com
Tue Apr 14 00:15:06 PDT 2015


LGTM, thanks.

> -----Original Message-----
> From: Beignet [mailto:beignet-bounces at lists.freedesktop.org] On Behalf Of
> Zhigang Gong
> Sent: Tuesday, April 14, 2015 13:47
> To: beignet at lists.freedesktop.org
> Cc: Gong, Zhigang
> Subject: [Beignet] [PATCH] GBE: should initialize useDWLabel to false by
> default.
> 
> Signed-off-by: Zhigang Gong <zhigang.gong at intel.com>
> ---
>  backend/src/backend/context.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/backend/src/backend/context.cpp
> b/backend/src/backend/context.cpp index 59ccc79..0dc60b7 100644
> --- a/backend/src/backend/context.cpp
> +++ b/backend/src/backend/context.cpp
> @@ -319,7 +319,7 @@ namespace gbe
>    IVAR(OCL_SIMD_WIDTH, 8, 15, 16);
> 
>    Context::Context(const ir::Unit &unit, const std::string &name) :
> -    unit(unit), fn(*unit.getFunction(name)), name(name), liveness(NULL),
> dag(NULL)
> +    unit(unit), fn(*unit.getFunction(name)), name(name),
> + liveness(NULL), dag(NULL), useDWLabel(false)
>    {
>      GBE_ASSERT(unit.getPointerSize() == ir::POINTER_32_BITS);
>      this->liveness = GBE_NEW(ir::Liveness, const_cast<ir::Function&>(fn));
> --
> 1.9.1
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list