Skip to content

Commit

Permalink
8333684: C2 SuperWord: multiple smaller refactorings in preparation f…
Browse files Browse the repository at this point in the history
…or JDK-8332163

Reviewed-by: chagedorn, kvn
  • Loading branch information
eme64 committed Jun 13, 2024
1 parent 301bd70 commit 5d2a19d
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 181 deletions.
7 changes: 4 additions & 3 deletions src/hotspot/share/opto/phasetype.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
flags(AFTER_RANGE_CHECK_ELIMINATION, "After Range Check Elimination") \
flags(BEFORE_PRE_MAIN_POST, "Before Pre/Main/Post Loops") \
flags(AFTER_PRE_MAIN_POST, "After Pre/Main/Post Loops") \
flags(SUPERWORD1_BEFORE_SCHEDULE, "Superword 1, Before Schedule") \
flags(SUPERWORD2_BEFORE_OUTPUT, "Superword 2, Before Output") \
flags(SUPERWORD3_AFTER_OUTPUT, "Superword 3, After Output") \
flags(AUTO_VECTORIZATION1_BEFORE_APPLY, "AutoVectorization 1, Before Apply") \
flags(AUTO_VECTORIZATION2_AFTER_REORDER, "AutoVectorization 2, After Apply Memop Reordering") \
flags(AUTO_VECTORIZATION3_AFTER_ADJUST_LIMIT, "AutoVectorization 3, After Adjusting Pre-Loop Limit") \
flags(AUTO_VECTORIZATION4_AFTER_APPLY, "AutoVectorization 4, After Apply") \
flags(BEFORE_CLOOPS, "Before CountedLoop") \
flags(AFTER_CLOOPS, "After CountedLoop") \
flags(PHASEIDEAL_BEFORE_EA, "PhaseIdealLoop before EA") \
Expand Down
Loading

0 comments on commit 5d2a19d

Please sign in to comment.