Skip to content
Commit 7c5d49bf authored by Steven Perron's avatar Steven Perron
Browse files

Teach ADCE about OpImageTexelPointer

Currently OpImageTexelPointer operations are treat like a use of the
pointer, but it does
not look for the memory being referenced to make sure stores are not
removed.

This change teaches it so identify the memory being accessed, and
treats it as if that memory is loaded.

Fixes to #1445.
parent c33af632
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