Support InstructionSet_VectorT in HWIntrinsic importer#125226
Support InstructionSet_VectorT in HWIntrinsic importer#125226dhartglassMSFT merged 10 commits intodotnet:mainfrom
Conversation
Add an empty intrinsic table for SVE-backed Vector<T> and implement some of the plumbing required to recognize these intrinsics on import.
|
@dotnet/arm64-contrib Please could I have a review on this patch? |
* Use compExactlyDependsOn * Improve Vector class name string matching * Remove unused sizes from assertion * Do not change Vector class name * Revert change to tryLookupSimdSize
|
@dhartglassMSFT are you happy with my responses to the review comments? Let me know if anything else is required for merge |
|
Formatting errors have appeared on a few of my PRs after merging with main, are there formatting issues on main at the moment? |
Yes, but a fix was merged already: #126296 |
Yeah - sorry, I missed the "@". I'll merge the change after the latest round of testing completes |
|
Linux x64 tests are failures in "NameResolution*" that has a bug elsewhere. |
|
/ba-g known unrelated failures |
Add an empty intrinsic table for SVE-backed
Vector<T>and implement some of the plumbing required to recognize these intrinsics on import.