Re: [Beignet] [PATCH] Backend: Refine replace src for write instruction

2016-09-13 Thread Song, Ruiling
t; > Subject: [Beignet] [PATCH] Backend: Refine replace src for write instruction > > From: Pan Xiuli <xiuli@intel.com> > > For write instruction src regs, they may be some header and need to be > replaced with nomask mov. Why should we set nomask for write operation? C

[Beignet] [PATCH] Backend: Refine replace src for write instruction

2016-09-08 Thread Xiuli Pan
From: Pan Xiuli For write instruction src regs, they may be some header and need to be replaced with nomask mov. Signed-off-by: Pan Xiuli --- backend/src/backend/gen_insn_selection.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git