Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
d8597de7
Commit
d8597de7
authored
Nov 01, 2018
by
Paul
Browse files
Formatting
parent
810df4de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/opt/memory_coloring_impl.cpp
src/opt/memory_coloring_impl.cpp
+3
-3
No files found.
src/opt/memory_coloring_impl.cpp
View file @
d8597de7
...
@@ -19,7 +19,8 @@ void memory_coloring_impl::run()
...
@@ -19,7 +19,8 @@ void memory_coloring_impl::run()
alloc_queue
.
pop
();
alloc_queue
.
pop
();
}
}
rewrite
();
rewrite
();
if
(
enable_verify
)
verify
();
if
(
enable_verify
)
verify
();
}
}
}
}
...
@@ -260,7 +261,7 @@ void memory_coloring_impl::verify()
...
@@ -260,7 +261,7 @@ void memory_coloring_impl::verify()
{
{
// FIXME: We need to compute cascading operand aliases
// FIXME: We need to compute cascading operand aliases
// if(!interval.is_live_on_entry)
// if(!interval.is_live_on_entry)
// MIGRAPH_THROW("interval is not live on entry");
// MIGRAPH_THROW("interval is not live on entry");
continue
;
continue
;
}
}
...
@@ -316,7 +317,6 @@ void memory_coloring_impl::dump_intervals()
...
@@ -316,7 +317,6 @@ void memory_coloring_impl::dump_intervals()
}
}
}
}
// map liveness tracking point to instruction enum.
// map liveness tracking point to instruction enum.
static
int
get_ins_enum
(
int
x
)
static
int
get_ins_enum
(
int
x
)
{
{
...
...
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