Skip to content

Commit 8343086

Browse files
e1iupull[bot]
authored andcommitted
8309893: Integrate ReplicateB/S/I/L/F/D nodes to Replicate node
Reviewed-by: jbhateja, epeter, fgao
1 parent 2e6e3a9 commit 8343086

File tree

20 files changed

+554
-785
lines changed

20 files changed

+554
-785
lines changed

src/hotspot/cpu/aarch64/aarch64.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2587,7 +2587,7 @@ bool is_valid_sve_arith_imm_pattern(Node* n, Node* m) {
25872587
return false;
25882588
}
25892589

2590-
if (UseSVE == 0 || !VectorNode::is_invariant_vector(m)) {
2590+
if (UseSVE == 0 || m->Opcode() != Op_Replicate) {
25912591
return false;
25922592
}
25932593

src/hotspot/cpu/aarch64/aarch64_vector.ad

Lines changed: 89 additions & 185 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)