dotnet/runtime

Remaining non-generated HWIntrinsic tests should be moved to be generated

Open

#10,815 opened on 2018年8月2日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)C# (5,445 forks)batch import
area-CodeGen-coreclrhelp wantedtest-enhancement

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

Currently, there are a number of HWIntrinsic tests that are hand written which leads to maintainability issues and gaps in coverage as compared to the other HWIntrinsic tests (templates have been updated a few times, in order to fix bugs, or add new scenarios, which impacts the vast majority of other HWIntrinsic tests).

It would be beneficial to move them to the same code generation templates as the other HWIntrinsic tests.

category:testing theme:vector-codegen skill-level:intermediate cost:medium impact:medium

コントリビューターガイド