Open
Description
#66551 adds intrinsic for DivRem
and we should start consuming it from Math.DivRem
. However, currently there are some code gen optimizations that we should do to generate a better code using DivRem
intrinsic compared to what we generate today for current implementation.
Also remove [RequiresPreviewFeatures]
attribute from DivRem
APIs.
See discussion: #66551 (comment)