Skip to content

Commit 7d71366

Browse files
committed
Add basic support for folding hwintrinsic trees in morph
1 parent b5948bf commit 7d71366

18 files changed

+2454
-755
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)