Fix ReplaySelf to reuse transforms for loop and allocation.#4585
Fix ReplaySelf to reuse transforms for loop and allocation.#4585
Conversation
|
!test |
Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
| // way. | ||
| // | ||
| // We use `self_loop` as the target domain because loop post-dominates | ||
| // allocation. |
There was a problem hiding this comment.
Even though this felt a bit artificially restrictive, I think it simplifies our analysis and is the de facto protocol in code base.
BTW, @wolfcomos
There was a problem hiding this comment.
Thanks! This helps a lot with writing test for allocation domain transformation.
No description provided.