You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of our exemplar programs allocate memrefs (local or global) whose only use is to be filled with zeros and then read. These loads could be replaced with zero constants and some of these allocations could then be eliminated.