mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8280510: AArch64: Vectorize operations with loop induction variable
Reviewed-by: adinn, thartmann
This commit is contained in:
parent
36bf6fbe08
commit
ea83b4455b
12 changed files with 177 additions and 6 deletions
|
@ -1811,6 +1811,7 @@
|
|||
declare_c2_type(ReplicateLNode, VectorNode) \
|
||||
declare_c2_type(ReplicateFNode, VectorNode) \
|
||||
declare_c2_type(ReplicateDNode, VectorNode) \
|
||||
declare_c2_type(PopulateIndexNode, VectorNode) \
|
||||
declare_c2_type(PackNode, VectorNode) \
|
||||
declare_c2_type(PackBNode, PackNode) \
|
||||
declare_c2_type(PackSNode, PackNode) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue