Skip to content

Can't legalize widths between legal widths. #12

Open
@jacobly0

Description

@jacobly0

Repro -O1

long a;char b;void c(void){a=0;for(;a!=4;++a){a||(b=0);}}

Since that doesn't repro anymore, here's a direct repro:

target triple = "ez80"
define i9 @test() {
  ret i9 0
}

C repro -O0:

struct { int : 18, a : 15; } b; c() { return b.a; }

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcrashSomething crashedenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions