summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-02-13 17:08:57 -0800
committerJason Ekstrand <[email protected]>2016-03-24 15:20:44 -0700
commit79dec93ead6e3b95b1240a9d843d617a88ee9179 (patch)
treeaac952fb882917da62644f5028826e8cf0ee3dca /src/mesa/x86-64
parent8d61d7252433a0470b441c70085391d3dd4c04bb (diff)
nir: Add return lowering pass
This commit adds a NIR pass for lowering away returns in functions. If the return is in a loop, it is lowered to a break. If it is not in a loop, it's lowered away by moving/deleting code as needed. Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/x86-64')
0 files changed, 0 insertions, 0 deletions