Description[turbofan] Use an IntPtrConstant in WordEqual comparisons.
ZeroConstant is a NumberConstant, so does not get matched
in IntMatchers, which results in missing some opportunities
in instruction selection. Use IntPtrConstant instead, which
generates an Int32Constant or an Int64Constant depending on
the word size.
BUG=
Committed: https://crrev.com/70dfb5a0d648ade2936b3203b53cde5a9abf660a
Cr-Commit-Position: refs/heads/master@{#40669}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|