Integrated: 8255565: [Vector API] Add missing format strings for extract instructs in x86.ad

Jie Fu jiefu at openjdk.java.net
Fri Oct 30 08:53:47 UTC 2020


On Thu, 29 Oct 2020 02:07:03 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> Extract instructs in x86.ad like extractI/vextractI/extractL missed the format strings (format %{ ... %}).
> When analyzing or debugging with PrintOptoAssembly, it's hard to map the generated assembly code to the MachNode instructs without the format strings.
> So it would be better to fix it.
> 
> Thanks a lot.
> Best regards,
> Jie

This pull request has now been integrated.

Changeset: e48016b1
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e48016b1
Stats:     8 lines in 1 file changed: 8 ins; 0 del; 0 mod

8255565: [Vector API] Add missing format strings for extract instructs in x86.ad

Reviewed-by: vlivanov, jbhateja

-------------

PR: https://git.openjdk.java.net/jdk/pull/920


More information about the hotspot-compiler-dev mailing list