On 09/10/2014 09:32 AM, Francisco Jerez wrote:
Tapani Pälli writes:
Patch modifies is_loop_constant() to take advantage of 'read_only' bit
in ir_variable to detect a loop constant. Variables marked read-only
are loop constant like mentioned by a comment in the function.
Signed-off-by: Tapani
Tapani Pälli writes:
> Patch modifies is_loop_constant() to take advantage of 'read_only' bit
> in ir_variable to detect a loop constant. Variables marked read-only
> are loop constant like mentioned by a comment in the function.
>
> Signed-off-by: Tapani Pälli
> Bugzilla: https://bugs.freedeskt
On Tue, Sep 9, 2014 at 4:56 AM, Tapani Pälli wrote:
> Patch modifies is_loop_constant() to take advantage of 'read_only' bit
> in ir_variable to detect a loop constant. Variables marked read-only
> are loop constant like mentioned by a comment in the function.
>
> Signed-off-by: Tapani Pälli
> Bu
Patch modifies is_loop_constant() to take advantage of 'read_only' bit
in ir_variable to detect a loop constant. Variables marked read-only
are loop constant like mentioned by a comment in the function.
Signed-off-by: Tapani Pälli
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82537
---