Description[turbofan] Handle word32 truncation in word32->tagged representation change.
Similarly to the word32->float64 case, we interpret word32 as uint32 if
the value is word32 truncated. This is fine because the users declared
they only care about mod 2^32 of the value (that's what word32
truncation means).
This CL also removes the ad-hoc handling of this situation
(https://codereview.chromium.org/2311903002).
BUG=chromium:644048
Committed: https://crrev.com/01cc19fa6f76511f3cc88e0af795620c913b8304
Cr-Commit-Position: refs/heads/master@{#39224}
Patch Set 1 #
Messages
Total messages: 17 (12 generated)
|