Fix issues with JitDump (#50395)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 30 Mar 2021 16:42:04 +0000 (09:42 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 16:42:04 +0000 (09:42 -0700)
commit2652995b6e58d78ea9ae6d75ea4eabcf5756d557
tree768e6d76796de10aca188a51294abf87267abb7d
parent0eb48fed41043174e8cd858ff10cbdb0f1718eec
Fix issues with JitDump (#50395)

1. On 64 bit platforms, with "long" bitset types (> 64 bits), when
converting to string format for display, we were only displaying
the low 32 bits of every 64 bit chunk.
2. Add display of the `IGF_ALIGN` flag.
src/coreclr/jit/bitsetasshortlong.h
src/coreclr/jit/emit.cpp