Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Cleanup some HWIntrinsic logic to ensure the right gtType and simdSiz…
…e are being set (#83516) * Cleanup some HWIntrinsic logic to ensure the right gtType and simdSize are being set * Apply formatting patch * Add a missing GetLower call * Fix an assert for lowering TYP_SIMD12 where its handled as TYP_SIMD16 * Ensure GetLower is used in Dot for TYP_SIMD32 * Apply formatting patch * Insert after, not before, for the _GetLower to avoid a codegen regression * Put the _GetLower in the right place to avoid the codegen regression * Don't change the simd size of TYP_SIMD8/12 DotProduct unnecessarily
- Loading branch information
1 parent
beab6cd
commit 12e9711
Showing
5 changed files
with
89 additions
and
110 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
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.