Skip to content

[JIT] Add embedded broadcast support to AVX512BW_BroadcastScalarToVector512 #86986

Open
@Ruihan-Yin

Description

@Ruihan-Yin

This issue is the follow-up for the embedded broadcast enabling PR,

Try to make AVX512BW_BroadcastScalarToVector512 node can be contained by embedded broadcast compatible node to handle the possible use cases like:

Avx512F.Add(vector1, Avx512BW.BroadcastScalarToVector512(Vector128.CreateScalarUnsafe((byte)5)).AsInt32())

Metadata

Metadata

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIavx512Related to the AVX-512 architecture

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions