-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arm64/Sve: Rewrite how ConditionalSelect wraps the embedded mask oper…
…ations (#104248) * All current embedded scenarios work * Add test coverage for _SveUnaryOpTestTemplate * wip: review comments * fix the assert for GatherPrefetch * review commetns * jit format * Add coverage for _SveBinaryOpTestTemplate.template * review comments * Add test coverage in _SveTernOpTestTemplate.template * Add for _SveUnaryOpDifferentRetTypeTestTemplate * Add _SveBinaryMaskOpTestTemplate.template * minor feedback * coverge for _SveBinaryOpDifferentTypesTestTemplate * Add for _SveBinaryOpDifferentTypesTestTemplate.template * Add for _SveImmBinaryOpTestTemplate.template * Add for _SveImmTernOpFirstArgTestTemplate.template * Add for _SveImmTernOpTestTemplate.template * Add for _SveImmUnaryOpTestTemplate.template * Add for _SveTernOpFirstArgTestTemplate.template * Add for _SveTernOpMaskedOpTestTemplate.template * Add for SveLoadNonFaultingUnOpTest.template * Add for SveGatherVectorVectorBases.template * Add for SveGatherVectorIndices.template * Add for SveGatherVectorByteOffsets.template * fix the typos * minor test feedback * jit format * revert fix for GatherPrefetch* * missed a change
- Loading branch information
1 parent
7875486
commit a91700f
Showing
20 changed files
with
1,797 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.