mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
7199654: Remove LoadUI2LNode
Removed LoadUI2L node from Ideal nodes, use match rule in .ad files instead. Reviewed-by: kvn
This commit is contained in:
parent
61eb5a0549
commit
6674423523
10 changed files with 7 additions and 40 deletions
|
@ -179,7 +179,6 @@ void SuperWord::find_adjacent_refs() {
|
|||
for (int i = 0; i < _block.length(); i++) {
|
||||
Node* n = _block.at(i);
|
||||
if (n->is_Mem() && !n->is_LoadStore() && in_bb(n) &&
|
||||
n->Opcode() != Op_LoadUI2L &&
|
||||
is_java_primitive(n->as_Mem()->memory_type())) {
|
||||
int align = memory_alignment(n->as_Mem(), 0);
|
||||
if (align != bottom_align) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue