[SCCP] Check that load/store and global type match
SCCP requires that the load/store type and global type are the same (it does not support bitcasts of tracked globals). With typed pointers this was implicitly enforced.
Loading
Please sign in to comment