Skip to content

Commit 19ec4b6

Browse files
committed
wip
1 parent bc6e58d commit 19ec4b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/coreclr/jit/lowerarmarch.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,12 @@ GenTree* Lowering::LowerHWIntrinsic(GenTreeHWIntrinsic* node)
12531253
return result;
12541254
}
12551255
}
1256+
1257+
JITDUMP("after\n");
1258+
if (comp->verbose)
1259+
{
1260+
comp->fgDumpBlock(m_block);
1261+
}
12561262
break;
12571263
}
12581264

0 commit comments

Comments
 (0)