Re: [Beignet] [PATCH] add basic function to dump Selection IR

2015-09-06 Thread Guo, Yejun
Please ignore this patch, I did some minor changes and will re-send together with other patches. -Original Message- From: Guo, Yejun Sent: Monday, August 31, 2015 8:41 AM To: beignet@lists.freedesktop.org Cc: Guo, Yejun Subject: [PATCH] add basic function to dump Selection IR Selection

[Beignet] [PATCH] add basic function to dump Selection IR

2015-08-31 Thread Guo Yejun
Selection IR is a representation between Gen IR and Gen ASM, it is almost a Gen instruction but *before* the register allocation. only basic dump supported, not fully completed yet. Signed-off-by: Guo Yejun --- backend/src/CMakeLists.txt| 2 + backend/src/backend/gen_c