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
09cb3e48
Commit
09cb3e48
authored
Apr 07, 2022
by
umangyadav
Browse files
mod_passes
parent
e137db54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pass_manager.cpp
src/pass_manager.cpp
+1
-1
No files found.
src/pass_manager.cpp
View file @
09cb3e48
...
...
@@ -101,7 +101,7 @@ void run_passes(program& prog, const std::vector<pass>& passes, tracer trace)
auto
mods
=
prog
.
get_modules
();
for
(
const
auto
&
mod
:
reverse
(
mods
))
{
if
(
module_tracer_map
.
find
(
mod
->
name
())
!
=
module_tracer_map
.
end
())
if
(
module_tracer_map
.
find
(
mod
->
name
())
=
=
module_tracer_map
.
end
())
{
module_tracer_map
[
mod
->
name
()]
=
module_trace
;
module_tracer_map
[
mod
->
name
()].
dump_dir
+=
"/"
+
mod
->
name
();
...
...
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