Skip to content

Commit

Permalink
Revert "Handle casts done via helpers and fold overflow operations in…
Browse files Browse the repository at this point in the history
… value numbering (dotnet#50450)"

This reverts commit 730abc9.
  • Loading branch information
SingleAccretion committed Apr 16, 2021
1 parent dd63ea2 commit 40a75d2
Show file tree
Hide file tree
Showing 26 changed files with 719 additions and 49,589 deletions.
1 change: 0 additions & 1 deletion src/coreclr/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ if (CLR_CMAKE_TARGET_WIN32)
valuenumtype.h
varset.h
vartype.h
vartypesdef.h
)

if (CLR_CMAKE_TARGET_ARCH_ARM64 OR CLR_CMAKE_TARGET_ARCH_ARM)
Expand Down
3 changes: 0 additions & 3 deletions src/coreclr/jit/assertionprop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4986,9 +4986,6 @@ GenTree* Compiler::optExtractSideEffListFromConst(GenTree* tree)
bool ignoreRoot = true;

gtExtractSideEffList(tree, &sideEffList, GTF_SIDE_EFFECT, ignoreRoot);

JITDUMP("Extracted side effects from a constant tree [%06u]:\n", tree->gtTreeID);
DISPTREE(sideEffList);
}

return sideEffList;
Expand Down
Loading

0 comments on commit 40a75d2

Please sign in to comment.