[Beignet] [PATCH] GBE: Implement liveness dump.

2015-09-23 Thread Ruiling Song
Signed-off-by: Ruiling Song --- backend/src/ir/liveness.cpp | 20 1 file changed, 20 insertions(+) diff --git a/backend/src/ir/liveness.cpp b/backend/src/ir/liveness.cpp index c5a6374..62a95ea 100644 --- a/backend/src/ir/liveness.cpp +++ b/backend/src/ir/liveness.cpp @@ -273

Re: [Beignet] [PATCH] GBE: Implement liveness dump.

2015-09-23 Thread Zhigang Gong
LGTM, and you can remove those useless printf code now. On Thu, Sep 24, 2015 at 10:05:07AM +0800, Ruiling Song wrote: > Signed-off-by: Ruiling Song > --- > backend/src/ir/liveness.cpp | 20 > 1 file changed, 20 insertions(+) > > diff --git a/backend/src/ir/liveness.cpp b/ba

Re: [Beignet] [PATCH] GBE: Implement liveness dump.

2015-09-24 Thread Song, Ruiling
g Gong [mailto:zhigang.g...@linux.intel.com] > Sent: Thursday, September 24, 2015 12:40 PM > To: Song, Ruiling > Cc: beignet@lists.freedesktop.org > Subject: Re: [Beignet] [PATCH] GBE: Implement liveness dump. > > LGTM, and you can remove those useless printf code now. > >