This repository was archived by the owner on Sep 2, 2022. It is now read-only.
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5345,12 +5345,11 @@ bool LibraryCallKit::inline_vectorizedMismatch() {
5345
5345
if (do_partial_inline) {
5346
5346
assert (elem_bt != T_ILLEGAL, " sanity" );
5347
5347
5348
- const TypeVect* vt = TypeVect::make (elem_bt, inline_limit);
5349
-
5350
5348
if (Matcher::match_rule_supported_vector (Op_VectorMaskGen, inline_limit, elem_bt) &&
5351
5349
Matcher::match_rule_supported_vector (Op_LoadVectorMasked, inline_limit, elem_bt) &&
5352
5350
Matcher::match_rule_supported_vector (Op_VectorCmpMasked, inline_limit, elem_bt)) {
5353
5351
5352
+ const TypeVect* vt = TypeVect::make (elem_bt, inline_limit);
5354
5353
Node* cmp_length = _gvn.transform (new CmpINode (length, intcon (inline_limit)));
5355
5354
Node* bol_gt = _gvn.transform (new BoolNode (cmp_length, BoolTest::gt));
5356
5355
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ compiler/whitebox/MakeMethodNotCompilableTest.java 8265360 macosx-aarch64
70
70
71
71
compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-x64
72
72
73
- compiler/intrinsics/VectorizedMismatchTest.java 8268482 windows-x64
74
73
75
74
#############################################################################
76
75
You can’t perform that action at this time.
0 commit comments