Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 938d968

Browse files
committedJun 8, 2024·
Add basic support for folding hwintrinsic trees in morph
1 parent c6cebc7 commit 938d968

9 files changed

+1799
-789
lines changed
 

‎src/coreclr/jit/compiler.h

+4
Original file line numberDiff line numberDiff line change
@@ -3646,6 +3646,10 @@ class Compiler
36463646
GenTree* gtFoldTypeCompare(GenTree* tree);
36473647
GenTree* gtFoldTypeEqualityCall(bool isEq, GenTree* op1, GenTree* op2);
36483648

3649+
#if defined(FEATURE_HW_INTRINSICS)
3650+
GenTree* gtFoldExprHWIntrinsic(GenTreeHWIntrinsic* tree);
3651+
#endif // FEATURE_HW_INTRINSICS
3652+
36493653
// Options to control behavior of gtTryRemoveBoxUpstreamEffects
36503654
enum BoxRemovalOptions
36513655
{

0 commit comments

Comments
 (0)