Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/coreclr/jit/assertionprop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ static Range GetRange(Compiler* comp, GenTree* tree, BasicBlock* block, ASSERT_V
case NI_AVX_MoveMask:
case NI_AVX2_MoveMask:
case NI_AVX512_MoveMask:
#elif defined(TARGET_WASM)
case NI_PackedSimd_Bitmask:
#endif
case NI_Vector_ExtractMostSignificantBits:
{
Expand Down
Loading
Loading