Skip to content

Commit

Permalink
Add basic support for folding hwintrinsic trees in morph
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Jun 10, 2024
1 parent b5948bf commit 1cca48e
Show file tree
Hide file tree
Showing 18 changed files with 2,463 additions and 756 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -3646,6 +3646,10 @@ class Compiler
GenTree* gtFoldTypeCompare(GenTree* tree);
GenTree* gtFoldTypeEqualityCall(bool isEq, GenTree* op1, GenTree* op2);

#if defined(FEATURE_HW_INTRINSICS)
GenTree* gtFoldExprHWIntrinsic(GenTreeHWIntrinsic* tree);
#endif // FEATURE_HW_INTRINSICS

// Options to control behavior of gtTryRemoveBoxUpstreamEffects
enum BoxRemovalOptions
{
Expand Down
Loading

0 comments on commit 1cca48e

Please sign in to comment.