[Feature Request][compiler-v2] Dead store elimination optimization algorithm should be enhanced to eliminate cycles #12400
Labels
compiler-v2
enhancement
New feature or request
stale-exempt
Prevents issues from being automatically marked and closed as stale
🚀 Feature Request
When there are cycles in the dead store elimination graph, (like between
a = b
andb = a
in the loop below), we should be able to eliminate it.This test case is tracked as
variable-coalescing/cyclic_dead_store.move
.The text was updated successfully, but these errors were encountered: