Re: [Mesa-dev] [PATCH] nv50/ir: copy over value's register id when resolving merge of a phi

2016-10-12 Thread Samuel Pitoiset
Sounds reasonable. Reviewed-by: Samuel Pitoiset On 10/12/2016 02:51 AM, Ilia Mirkin wrote: The offset needs to be properly copied over to the phi value, otherwise it will get assigned to the base of the merge instead of the proper location. Signed-off-by: Ilia

[Mesa-dev] [PATCH] nv50/ir: copy over value's register id when resolving merge of a phi

2016-10-11 Thread Ilia Mirkin
The offset needs to be properly copied over to the phi value, otherwise it will get assigned to the base of the merge instead of the proper location. Signed-off-by: Ilia Mirkin Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp | 4