Skip to content

Probable bug while lowering stack arguments #13

@RougherO

Description

@RougherO

unsigned OpSize = VA.getValVT().getSizeInBits();

It seems that the OpSize here is unused, since the value is "ceiled" to the next multiple of 8 right after this, I assume that the byte aligned size was meant to be passed somewhere but cannot figure out where. If not then should this line be removed to avoid confusion?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions