-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for vector constants via GenTreeVecCon (#68874)
* Adding support for vector constants via GenTreeVecCon * Responding to PR feedback * Support tracking the underlying simdBaseJitType for GenTreeVecCon * Applying formatting patch * Handle the scenario where TYP_SIMD8 is retyped to TYP_LONG or TYP_DOUBLE * Ensure GenTreeVecCon tracks the simdSize so that TYP_SIMD8 ABI retyping still works * Ensure the create call and not the cloned local is lowered * Resolving PR feedback * Ensure morph and rationalize check `OBJ(ADDR(CNS_VEC))` * Update src/coreclr/jit/gentree.cpp Co-authored-by: SingleAccretion <[email protected]> Co-authored-by: SingleAccretion <[email protected]>
- Loading branch information
1 parent
2631413
commit 187bb1f
Showing
45 changed files
with
2,495 additions
and
1,487 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
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.