Skip to content

[region-isolation]fix crash due to missing VectorBaseAddrInst case #81591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stzn
Copy link
Contributor

@stzn stzn commented May 18, 2025

Resolves #81534

It seems we are missing the case for VectorBaseAddrInst.

VectorBaseAddrInst is statically defined as LookThrough.

CONSTANT_TRANSLATION(VectorBaseAddrInst, LookThrough)

Regarding tests, similar problems could arise when new LookThrough instructions are added in the future. To prevent this, we should consider finding a way to ensure all LookThrough instructions are properly handled in isStaticallyLookThroughInst. What do you think?

@stzn stzn requested review from ktoso and eeckstein as code owners May 18, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The main-snapshot-2025-05-14 compiler can't compile InlineArray
1 participant