| commit | eccf39b29511893c72114a69961011c3d3402a71 | [log] [tgz] |
|---|---|---|
| author | Jatin Bhateja <jbhateja@openjdk.org> | Tue Jan 14 10:55:11 2020 +0530 |
| committer | Jatin Bhateja <jbhateja@openjdk.org> | Tue Jan 14 10:55:11 2020 +0530 |
| tree | cc836768de073252c8b3c314bda666e26d15ae9e | |
| parent | 1507a1fb67724237fadce2e9ca7e707bf865300a [diff] |
8236443: Issues with specializing vector register type for phi operand with generic operands Fix special handling for operand resolution of vectorshift and shiftcount nodes. Fix for crash in the resolution algorithm due to non-machine type nodes. Reviewed-by: vlivanov