Skip to content

Commit ee0b8ff

Browse files
committed
Add basic support for folding hwintrinsic trees in morph
1 parent c6cebc7 commit ee0b8ff

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)