Open jacobly0 opened 4 years ago
Repro -O1
-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:
-O0
struct { int : 18, a : 15; } b; c() { return b.a; }
Repro
-O1
Since that doesn't repro anymore, here's a direct repro:
C repro
-O0
: