mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8149421: Vectorized Post Loops
Add vectorised post loop for counted loops with vectors. Reviewed-by: kvn
This commit is contained in:
parent
9d5f03332e
commit
3ade110066
10 changed files with 213 additions and 50 deletions
|
@ -2253,6 +2253,9 @@ void SuperWord::output() {
|
|||
C->set_major_progress();
|
||||
}
|
||||
cl->mark_do_unroll_only();
|
||||
if (do_reserve_copy()) {
|
||||
cl->mark_loop_vectorized();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue