Description[wasm] I added comparison operators to the Int64Lowering.
Comparison operators are lowered using to a lexicographic ordering, e.g.
(a,b) <= (c,d) <<>> (a < c) | (a == c) & (b <= d).
R=titzer@chromium.org
Committed: https://crrev.com/fab253109d36397e020f308356ce068f61cfc241
Cr-Commit-Position: refs/heads/master@{#34287}
Patch Set 1 #
Total comments: 4
Patch Set 2 : code cleanup #Patch Set 3 : git rebase #
Messages
Total messages: 12 (3 generated)
|