dotnet/runtime
在 GitHub 查看Remaining non-generated HWIntrinsic tests should be moved to be generated
Open
#10,815 建立於 2018年8月2日
area-CodeGen-coreclrhelp wantedtest-enhancement
倉庫指標
- Star
- (17,886 star)
- PR 合併指標
- (平均合併 12天 11小時) (30 天內合併 661 個 PR)
描述
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