Skip to content
Commit c33af632 authored by Steven Perron's avatar Steven Perron Committed by Steven Perron
Browse files

Teach array copy propagation about OpImageTexelPointer.

OpImageTexelPointer acts like a special kind of load.  It is not an
array load, but it also cannot be removed the same way a regular
load can.  The type of propagation that needs to be done is similar
to what we do for arrays, so I want to merge that code into that
optmization.

Contributers to #1445.
parent e64a4656
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment