Skip to content

Commit

Permalink
Update clrjit.natvis to cover GT_SIMD and GT_HWINTRINSIC (#53470)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed May 30, 2021
1 parent 11dc7d4 commit ed92fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/jit/clrjit.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The .NET Foundation licenses this file to you under the MIT license.
<Type Name="GenTreeOp">
<DisplayString Condition="this->gtOper==GT_ASG">[{this-&gt;gtOp1,na}={this-&gt;gtOp2,na}]</DisplayString>
<DisplayString Condition="this->gtOper==GT_CAST">[{((GenTreeCast*)this)-&gt;gtCastType,en} &lt;- {((GenTreeUnOp*)this)-&gt;gtOp1-&gt;gtType,en}]</DisplayString>
<DisplayString Condition="this->gtOper==GT_SIMD">[{((GenTreeSIMD*)this)-&gt;gtSIMDIntrinsicID,en}, {gtType,en}]</DisplayString>
<DisplayString Condition="this->gtOper==GT_HWINTRINSIC">[{((GenTreeHWIntrinsic*)this)-&gt;gtHWIntrinsicId,en}, {gtType,en}]</DisplayString>
<DisplayString>[{gtOper,en}, {gtType,en}]</DisplayString>
</Type>

Expand Down

0 comments on commit ed92fa5

Please sign in to comment.