RFR(XS) 8224558: x86 Fix replicateB encoding

Tobias Hartmann tobias.hartmann at oracle.com
Thu May 23 12:44:37 UTC 2019


Hi Vivek,

On 22.05.19 19:48, Deshpande, Vivek R wrote:
> I came across this issue with vector API tests.
> I tried to write a reproducer using the autovectorizer test, but it always uses the register based rule(instruct Repl32B) instead of memory based rule (instruct Repl32B_mem) and register based rule gives correct result.
> This is why it never showed up.

Okay, thanks for the explanation.

> Could you please help me with forcing to use memory based rule with autovectorizer based test.
I'm afraid I can't help, I'm not even sure what the autovectorizer is. Is that specific to the
vector API?

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list