NEW 196668
unaryArithShouldSpeculateInt52 and binaryArithShouldSpeculateInt52 are suspect
https://bugs.webkit.org/show_bug.cgi?id=196668
Summary unaryArithShouldSpeculateInt52 and binaryArithShouldSpeculateInt52 are suspect
Saam Barati
Reported 2019-04-05 20:00:09 PDT
E.g, they only really turn into int52 ops when the input is an int52. But like Add, perhaps we should consider converting to int52 when the input is AnyIntAsDouble.
Attachments
Saam Barati
Comment 1 2019-04-05 20:01:18 PDT
(In reply to Saam Barati from comment #0) > E.g, they only really turn into int52 ops when the input is an int52. But > like Add, perhaps we should consider converting to int52 when the input is > AnyIntAsDouble. I'm not really sure why Add is more special than Mul here.
Note You need to log in before you can comment on or make changes to this bug.