Updating BuildDelayFreeUses to also consider contained HWIntrinsic nodes.#18120
Conversation
|
@dotnet-bot test Windows_NT x64 Checked jitincompletehwintrinsic @dotnet-bot test Windows_NT x86 Checked jitincompletehwintrinsic @dotnet-bot test Ubuntu x64 Checked jitincompletehwintrinsic |
| setDelayFree(use); | ||
| return 1; | ||
| } | ||
| else if (node->OperIsHWIntrinsic()) |
There was a problem hiding this comment.
Nit: (And this applies to the existing id below) this doesn't need to be else if, as the clause above returns.
There was a problem hiding this comment.
I'll fix up after the tests finish, that way I don't need to requeue the outer-loop jobs again 😄
This resolves https://github.com/dotnet/coreclr/issues/18119
FYI. @CarolEidt, @fiigii, @eerhardt