Uh oh!
There was an error while loading. Please reload this page.
Replace use of target dependent TestZ intrinsic - #104488
Conversation
d58b185 to
05211adCompareTestZ intrinsicTestZ intrinsicTagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xtqqczze
commented
Jul 10, 2024
Depends on #102705. |
xtqqczze
commented
Jul 10, 2024
@tannergooding There are unexpected regressions, see MihuBot/runtime-utils#501
|
tannergooding
commented
Jul 11, 2024
That particular case should be mostly resolved with #104517, There's more improvements that could be had as well, but its a step in the right direction overall |
|
tannergooding
commented
Jul 13, 2024
It's not really a regression per say and in other cases could be an optimization. Either way, it shouldn't be impactful to this PR, I'll just finish the remaining work here and not fold in the case the |
|
tannergooding
commented
Jul 17, 2024
I wouldn't say this depends on #10944, I think it's fine to take as is. If you could mark it |
xtqqczze
commented
Jul 17, 2024
@tannergooding I've suggested we make the suggested changes in a follow-up PR. |
* Replace uses of `TestZ` intrinsic * remove pragma warning disable IntrinsicsInSystemPrivateCoreLibConditionParsing * refactor control flow --------- Co-authored-by: Tanner Gooding <tagoo@outlook.com>
Contributes to #101251.