commit | 6f20643b471a851c936fc8b569cf05dcd6e6e7fe | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Tue Jun 04 11:40:14 2019 +0200 |
committer | Connor Abbott <cwabbott0@gmail.com> | Wed Jun 19 14:08:27 2019 +0200 |
tree | a0d4fcc881aa853a6d9473155608de5d17ff94a1 | |
parent | 3bf8981c511527403de8b585d7a61af178d6bdd0 [diff] |
nir: Allow qualifiers on copy_deref and image instructions In the next commit, we'll properly handle access qualifiers on struct members by propagating them to load/store instructions, but these instructions had no way to specify the qualifier. Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>