Description[turbofan] Fix register constraint for memory barrier.
After fixing the memory barrier for maps (https://codereview.chromium.org/1714513003), we are using a temp register for the map case. The temp register should not be aliased with the stored value (otherwise we perform the mem barrier check with a wrong value). This CL makes sure it is not aliased.
BUG=chromium:590074
LOG=n
Committed: https://crrev.com/9867a8a26ecf3247fd73890ccf34fbc5776ed689
Cr-Commit-Position: refs/heads/master@{#34607}
Patch Set 1 #Patch Set 2 : Fix other platforms, too #Messages
Total messages: 17 (9 generated)
|