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
19af34b2
Commit
19af34b2
authored
Aug 19, 2014
by
Matthias Braun
Browse files
amd64: loop needs two_complement modes
parent
3f9156da
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_transform.c
View file @
19af34b2
...
...
@@ -855,7 +855,7 @@ static ir_node *gen_shift_binop(ir_node *node, ir_node *op1, ir_node *op2,
* 5/6 bits anyway */
while
(
is_Conv
(
op2
)
&&
get_irn_n_edges
(
op2
)
==
1
)
{
ir_node
*
const
op
=
get_Conv_op
(
op2
);
if
(
mode_
is_float
(
get_irn_mode
(
op
)))
if
(
get_
mode_
arithmetic
(
get_irn_mode
(
op
))
!=
irma_twos_complement
)
break
;
op2
=
op
;
}
...
...
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