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

CellBounds: Consider size of integral struct fields #226

Open
jubnzv opened this issue Nov 23, 2024 · 0 comments
Open

CellBounds: Consider size of integral struct fields #226

jubnzv opened this issue Nov 23, 2024 · 0 comments
Labels
area:detectors Related to existing detectors enhancement New feature or request

Comments

@jubnzv
Copy link
Member

jubnzv commented Nov 23, 2024

We should additionally treat fields with specified sizes, e.g.:

struct S {
  a: Int; // 257 bits
  a: Int as int8;
}
@jubnzv jubnzv added enhancement New feature or request area:detectors Related to existing detectors labels Nov 23, 2024
@jubnzv jubnzv changed the title CellBounds: Consider size for integral struct fields CellBounds: Consider size of integral struct fields Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:detectors Related to existing detectors enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant