https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045
Andrew Pinski changed:
What|Removed |Added
CC||eggert at cs dot ucla.edu
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045
Andrew Pinski changed:
What|Removed |Added
CC||fent at in dot tum.de
--- Comment #5 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045
--- Comment #3 from Uroš Bizjak ---
(In reply to Uroš Bizjak from comment #2)
> Also note that for f1 reload fails to figure out that both regs die in (insn
> 10):
-> PR79048.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045
--- Comment #2 from Uroš Bizjak ---
Same situation with:
extern void g();
void f1(char a,char b){ if(a|b)g(); }
void f2(bool a,bool b){ if(a|b)g(); }
f1:
movl%esi, %eax
orb %dil, %al
jne .L4
f2:
test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79045
Uroš Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|