Description[turbofan] Elide fp32 convert for const compares
Reduce operations of the form f64cmp(fp32to64(x), k) to f32cmp(x, k) when k
can be encoded as a 32-bit float.
Committed: https://crrev.com/809f6b15be82e3b85425b5d9a45fe981d487bf43
Cr-Commit-Position: refs/heads/master@{#30909}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address pointer->reference nit #
Messages
Total messages: 8 (3 generated)
|