Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
fba7027d
Commit
fba7027d
authored
Sep 12, 2007
by
Michael Beck
Browse files
add test for n*n=2n bits multiplication
[r15764]
parent
897c7801
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/mul2n.c
0 → 100644
View file @
fba7027d
/* should produce only ONE mul, no conv's */
#include <stdio.h>
int
a
=
0x80000000
;
int
main
(
void
)
{
long
long
x
=
(
long
long
)
a
*
a
;
printf
(
"%lld
\n
"
,
x
);
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment