https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93634
Gaius Mulley changed:
What|Removed |Added
Attachment #54207|1 |0
is patch|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93634
Gaius Mulley changed:
What|Removed |Added
CC||gaius at gcc dot gnu.org
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93634
--- Comment #1 from Cassio Neri ---
FYI, this is what clang trunk generates:
imull $-1431655765, %edi, %eax # imm = 0xAAAB
addl $1431655764, %eax # imm = 0x5554
rorl %eax
cmpl $715827882, %eax # imm = 0x2AAA
setb %al
retq
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93634
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|n