Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f8676935
Commit
f8676935
authored
May 08, 2014
by
Tobias Rapp
Browse files
amd64: Lower mode_b
parent
df80dbec
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/bearch_amd64.c
View file @
f8676935
...
...
@@ -31,6 +31,7 @@
#include
"irprog_t.h"
#include
"lower_builtins.h"
#include
"lower_calls.h"
#include
"lower_mode_b.h"
#include
"util.h"
#include
"bearch_amd64_t.h"
...
...
@@ -474,6 +475,12 @@ static void amd64_lower_for_target(void)
be_after_transform
(
irg
,
"lower-switch"
);
}
foreach_irp_irg
(
i
,
irg
)
{
/* lower for mode_b stuff */
ir_lower_mode_b
(
irg
,
mode_Lu
);
be_after_transform
(
irg
,
"lower-modeb"
);
}
foreach_irp_irg
(
i
,
irg
)
{
/* Turn all small CopyBs into loads/stores, and turn all bigger
* CopyBs into memcpy calls, because we cannot handle CopyB nodes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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