Skip to content
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

Better errmsg upon getScalarTypeForType failure #3734

Merged

Conversation

renxida
Copy link
Collaborator

@renxida renxida commented Sep 25, 2024

Instead of
Unhandled type in getScalarTypeForType

You now get

Unhandled type in getScalarTypeForType: (type name)
Type properties:
Is integer: yes
Bit width:
...

The root cause is #3720, at least for unsigned integer issues.

@renxida renxida force-pushed the better-errmsg-upon-getScalarTypeForType-failure branch from d3a0ec8 to f45ef2f Compare September 25, 2024 16:20
@renxida renxida enabled auto-merge (squash) September 25, 2024 16:29
@renxida renxida merged commit aa7e77e into llvm:main Sep 25, 2024
3 checks passed
@renxida renxida deleted the better-errmsg-upon-getScalarTypeForType-failure branch September 25, 2024 16:59
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.

2 participants