Cleanup LowerBlockStore#27170
Conversation
|
@sandreenko Is it possible to re-run only "Run Test Pri0 Linux arm64 checked"? I would like to check that the test I added catches the bug before adding the actual fix. |
I think we don't have that precision(and probably don't need), so I have restarted all failed checks. Should not |
Sure, if that does anything. I looked at a successful build and noticed that the "Send tests to Helix" step is actually skipped in that job so I'm not sure what that job does, if anything. Thanks! |
| assert(dstAddr->gtType == TYP_BYREF || dstAddr->gtType == TYP_I_IMPL); | ||
| // TODO-Cleanup: Make sure that GT_IND lowering didn't mark the source address as contained. | ||
| // Sometimes the GT_IND type is a non-struct type and then GT_IND lowering may contain the | ||
| // address, not knowing that GT_IND is part of a block op that has containment restrictions. |
There was a problem hiding this comment.
Thanks for adding this clarifying comment!
Extracted from #27035
Fixes #27169