Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@benvanik
Copy link
Collaborator

Verification passes are read-only and don't modify the IR so they should preserve all analyses to avoid unnecessary recomputation in the pass pipeline. We don't use too many analyses today we expect to survive across them but will start to in the future and it's good hygiene.

Part of #16168 PR sequence (1/6).

Verification passes are read-only and don't modify the IR so they should
preserve all analyses to avoid unnecessary recomputation in the pass
pipeline. We don't use too many analyses today we expect to survive
across them but will start to in the future and it's good hygiene.

Part of #16168 PR sequence (1/6).
@benvanik benvanik added the compiler/dialects Relating to the IREE compiler dialects (flow, hal, vm) label Oct 22, 2025
Copy link
Contributor

@hanhanW hanhanW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not know markAllAnalysesPreserved, and it looks good.

@benvanik benvanik merged commit 13ed3c3 into main Oct 24, 2025
67 of 69 checks passed
@benvanik benvanik deleted the users/benvanik/16168-1 branch October 24, 2025 03:08
bangtianliu pushed a commit to bangtianliu/iree that referenced this pull request Oct 30, 2025
Verification passes are read-only and don't modify the IR so they should
preserve all analyses to avoid unnecessary recomputation in the pass
pipeline. We don't use too many analyses today we expect to survive
across them but will start to in the future and it's good hygiene.

Part of iree-org#16168 PR sequence (1/6).
bangtianliu pushed a commit to bangtianliu/iree that referenced this pull request Nov 19, 2025
Verification passes are read-only and don't modify the IR so they should
preserve all analyses to avoid unnecessary recomputation in the pass
pipeline. We don't use too many analyses today we expect to survive
across them but will start to in the future and it's good hygiene.

Part of iree-org#16168 PR sequence (1/6).
pstarkcdpr pushed a commit to pstarkcdpr/iree that referenced this pull request Nov 28, 2025
Verification passes are read-only and don't modify the IR so they should
preserve all analyses to avoid unnecessary recomputation in the pass
pipeline. We don't use too many analyses today we expect to survive
across them but will start to in the future and it's good hygiene.

Part of iree-org#16168 PR sequence (1/6).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

compiler/dialects Relating to the IREE compiler dialects (flow, hal, vm)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants