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
Implement basic dead store elimination that identifies stores that are
immediately overwritten within the same basic block before any loads occur.
The optimization scans store and global_store instructions and tracks:
- Whether a load occurs before another store to the same location
- If another store overwrites the value before it is used
0 commit comments