mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8264104: Eliminate unnecessary vector mask conversion during VectorUnbox for floating point VectorMask
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
64e21307a8
commit
e0151a6fb1
9 changed files with 103 additions and 1 deletions
|
@ -1878,6 +1878,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
declare_c2_type(VectorInsertNode, VectorNode) \
|
||||
declare_c2_type(VectorUnboxNode, VectorNode) \
|
||||
declare_c2_type(VectorReinterpretNode, VectorNode) \
|
||||
declare_c2_type(VectorMaskCastNode, VectorNode) \
|
||||
declare_c2_type(VectorBoxNode, Node) \
|
||||
declare_c2_type(VectorBoxAllocateNode, CallStaticJavaNode) \
|
||||
declare_c2_type(VectorTestNode, Node) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue