Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4792>
/* We only work on pure SSA */
- if (to >= SSA_FIXED_MINIMUM) continue;
- if (from >= SSA_FIXED_MINIMUM) continue;
if (to & PAN_IS_REG) continue;
if (from & PAN_IS_REG) continue;
static bool
mir_strip_inverted(compiler_context *ctx, unsigned node)
{
- if (node >= SSA_FIXED_MINIMUM)
+ if (node == SSA_FIXED_REGISTER(26))
return false;
/* Strips and returns the invert off a node */