Skip to content
Snippets Groups Projects
Commit 7d1d1208 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

nir: Add a small pass to rematerialize derefs per-block


This pass re-materializes deref instructions on a per-block basis to
ensure that every use of a deref occurs in the same block as the
instruction which uses it.

Reviewed-by: default avatarIago Toral Quiroga <itoral@igalia.com>
Cc: "18.2" <mesa-stable@lists.freedesktop.org>
parent 4490fce1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment