Skip to content

Commit

Permalink
8272493: Suboptimal code generation around Preconditions.checkIndex i…
Browse files Browse the repository at this point in the history
…ntrinsic with AVX2

Backport-of: 88f0938c943bfacf748ddb0588a301c2cf7e941e
  • Loading branch information
TheRealMDoerr committed Mar 31, 2022
1 parent 9c3124a commit 079119a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/opto/library_call.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,6 @@ bool LibraryCallKit::inline_preconditions_checkIndex(BasicType bt) {
result = _gvn.transform(result);
set_result(result);
replace_in_map(index, result);
clear_upper_avx();
return true;
}

Expand Down

1 comment on commit 079119a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.