mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8183390: Fix and re-enable post loop vectorization
Reviewed-by: roland, thartmann, kvn
This commit is contained in:
parent
500f9a577b
commit
741be46138
40 changed files with 4571 additions and 329 deletions
|
@ -1557,7 +1557,6 @@
|
|||
declare_c2_type(ConvL2INode, Node) \
|
||||
declare_c2_type(CastX2PNode, Node) \
|
||||
declare_c2_type(CastP2XNode, Node) \
|
||||
declare_c2_type(SetVectMaskINode, Node) \
|
||||
declare_c2_type(MemBarNode, MultiNode) \
|
||||
declare_c2_type(MemBarAcquireNode, MemBarNode) \
|
||||
declare_c2_type(MemBarReleaseNode, MemBarNode) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue