9451963493
If the intrinsic on int.op fails, then the intrinsic on _opFromInteger will also fail, since both handle the same range of values. Add intrinsic on int.% as previously only _moduloFromInteger was intrinsified. All the other ops already intrinsified the public method. Remove _bitAndFromSmi; this was once useful for handling BigInt & Smi, but this case no longer exists. TEST=ci Change-Id: Ie33b75126e56110db3caabb9bcb6e9198a3158bf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/187160 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>