dotnet/runtime

Perform simple SIMD transformations where applicable

Open

#82.366 aberto em 19 de fev. de 2023

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)C# (5.445 forks)batch import
area-CodeGen-coreclrhelp wanted

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

Description

As part of the more general support for basic constant folding around SIMD types, we should ensure that transforms which exist for scalar code are mirrored for the SIMD scenario as well.

Consider for example vector * 2 which can be translated to vector + vector instead.

Guia do colaborador