<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Sylvain Henry pushed to branch wip/js-staging
at <a href="https://gitlab.haskell.org/ghc/ghc" style="color: #1068bf; text-decoration: none;">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9f0d5c4e9e4b01508e32ea7660744b36e4f90e56" style="color: #1068bf; text-decoration: none;">9f0d5c4e</a></strong>
<div>
<span>by Sylvain Henry</span>
<i>at 2022-08-26T16:57:21+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Primop: fix Int8/18 quot/rem
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#e09f1e9480e87656c84c1bbb39c1441b7884819d" style="color: #1068bf; text-decoration: none;">
compiler/GHC/StgToJS/Prim.hs
</a>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">Changes:</h4>
<li id="e09f1e9480e87656c84c1bbb39c1441b7884819d">
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9f0d5c4e9e4b01508e32ea7660744b36e4f90e56#e09f1e9480e87656c84c1bbb39c1441b7884819d" style="color: #1068bf; text-decoration: none;"><strong style="font-weight: bold;">compiler/GHC/StgToJS/Prim.hs</strong></a>
<hr style="overflow: hidden; border: 1px solid #e1e1e1;">
<table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="113" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="113" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match" style="color: rgba(0,0,0,0.3); padding: inherit;" bgcolor="#fafafa">@@ -113,11 +113,11 @@ genPrim prof ty op = case op of</td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="113" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
113
</td>
<td class="new_line diff-line-num" data-linenumber="113" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
113
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC113" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8AddOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">signExtend8</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Add</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="114" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
114
</td>
<td class="new_line diff-line-num" data-linenumber="114" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
114
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC114" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8SubOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">signExtend8</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Sub</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="115" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
115
</td>
<td class="new_line diff-line-num" data-linenumber="115" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
115
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC115" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8MulOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">signExtend8</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Mul</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="116" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
116
</td>
<td class="new_line diff-line-num old" data-linenumber="116" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC116" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8QuotOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="117" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
117
</td>
<td class="new_line diff-line-num old" data-linenumber="116" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC117" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8RemOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="118" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="116" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
116
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC116" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8QuotOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend8</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="118" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="117" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
117
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC117" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8RemOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend8</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="118" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
118
</td>
<td class="new_line diff-line-num" data-linenumber="118" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
118
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC118" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8QuotRemOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r1</span><span class="p">,</span><span class="n" style="color: #333;">r2</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">mconcat</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="119" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
119
</td>
<td class="new_line diff-line-num old" data-linenumber="119" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC119" class="line" lang="haskell"> <span class="p">[</span> <span class="n" style="color: #333;">r1</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="120" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
120
</td>
<td class="new_line diff-line-num old" data-linenumber="119" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC120" class="line" lang="haskell"> <span class="p">,</span> <span class="n" style="color: #333;">r2</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="121" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="119" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
119
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC119" class="line" lang="haskell"> <span class="p">[</span> <span class="n" style="color: #333;">r1</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend8</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="121" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="120" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
120
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC120" class="line" lang="haskell"> <span class="p">,</span> <span class="n" style="color: #333;">r2</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend8</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">8</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="121" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
121
</td>
<td class="new_line diff-line-num" data-linenumber="121" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
121
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC121" class="line" lang="haskell"> <span class="p">]</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="122" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
122
</td>
<td class="new_line diff-line-num" data-linenumber="122" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
122
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC122" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8EqOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">if10</span> <span class="p">(</span><span class="n" style="color: #333;">x</span> <span class="o" style="font-weight: 600;">.===.</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="123" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
123
</td>
<td class="new_line diff-line-num" data-linenumber="123" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
123
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC123" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int8GeOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">if10</span> <span class="p">((</span><span class="n" style="color: #333;">x</span> <span class="o" style="font-weight: 600;">.<<.</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Int</span> <span class="mi" style="color: #099;">24</span><span class="p">))</span> <span class="o" style="font-weight: 600;">.>=.</span> <span class="p">(</span><span class="n" style="color: #333;">y</span> <span class="o" style="font-weight: 600;">.<<.</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Int</span> <span class="mi" style="color: #099;">24</span><span class="p">)))</span></span>
</pre></td>
</tr>
<tr class="line_holder match" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="168" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="168" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match" style="color: rgba(0,0,0,0.3); padding: inherit;" bgcolor="#fafafa">@@ -168,11 +168,11 @@ genPrim prof ty op = case op of</td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="168" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
168
</td>
<td class="new_line diff-line-num" data-linenumber="168" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
168
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC168" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16AddOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">signExtend16</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Add</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="169" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
169
</td>
<td class="new_line diff-line-num" data-linenumber="169" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
169
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC169" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16SubOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">signExtend16</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Sub</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="170" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
170
</td>
<td class="new_line diff-line-num" data-linenumber="170" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
170
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC170" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16MulOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">signExtend16</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Mul</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="171" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
171
</td>
<td class="new_line diff-line-num old" data-linenumber="171" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC171" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16QuotOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="172" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
172
</td>
<td class="new_line diff-line-num old" data-linenumber="171" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC172" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16RemOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="173" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="171" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
171
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC171" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16QuotOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend16</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="173" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="172" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
172
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC172" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16RemOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend16</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="173" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
173
</td>
<td class="new_line diff-line-num" data-linenumber="173" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
173
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC173" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16QuotRemOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r1</span><span class="p">,</span><span class="n" style="color: #333;">r2</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">mconcat</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="174" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
174
</td>
<td class="new_line diff-line-num old" data-linenumber="174" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC174" class="line" lang="haskell"> <span class="p">[</span> <span class="n" style="color: #333;">r1</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="175" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
175
</td>
<td class="new_line diff-line-num old" data-linenumber="174" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>-<span id="LC175" class="line" lang="haskell"> <span class="p">,</span> <span class="n" style="color: #333;">r2</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="176" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="174" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
174
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC174" class="line" lang="haskell"> <span class="p">[</span> <span class="n" style="color: #333;">r1</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend16</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">quotShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="176" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
</td>
<td class="new_line diff-line-num new" data-linenumber="175" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
175
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'>+<span id="LC175" class="line" lang="haskell"> <span class="p">,</span> <span class="n" style="color: #333;">r2</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;"><span class="idiff left addition" style="background-color: #c7f0d2;">signExtend16</span></span><span class="idiff addition" style="background-color: #c7f0d2;"> </span><span class="p"><span class="idiff addition" style="background-color: #c7f0d2;">(</span></span><span class="n" style="color: #333;">remShortInt</span> <span class="mi" style="color: #099;">16</span> <span class="n" style="color: #333;">x</span> <span class="n" style="color: #333;">y</span><span class="p"><span class="idiff right addition" style="background-color: #c7f0d2;">)</span></span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="176" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
176
</td>
<td class="new_line diff-line-num" data-linenumber="176" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
176
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC176" class="line" lang="haskell"> <span class="p">]</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="177" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
177
</td>
<td class="new_line diff-line-num" data-linenumber="177" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
177
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC177" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16EqOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">if10</span> <span class="p">(</span><span class="n" style="color: #333;">x</span> <span class="o" style="font-weight: 600;">.===.</span> <span class="n" style="color: #333;">y</span><span class="p">)</span></span>
</pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="178" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
178
</td>
<td class="new_line diff-line-num" data-linenumber="178" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fafafa">
178
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dbdbdb;'> <span id="LC178" class="line" lang="haskell"> <span class="kt" style="color: #458; font-weight: 600;">Int16GeOp</span> <span class="o" style="font-weight: 600;">-></span> <span class="nf" style="color: #900; font-weight: 600;">\</span><span class="p">[</span><span class="n" style="color: #333;">r</span><span class="p">]</span> <span class="p">[</span><span class="n" style="color: #333;">x</span><span class="p">,</span><span class="n" style="color: #333;">y</span><span class="p">]</span> <span class="o" style="font-weight: 600;">-></span> <span class="kt" style="color: #458; font-weight: 600;">PrimInline</span> <span class="o" style="font-weight: 600;">$</span> <span class="n" style="color: #333;">r</span> <span class="o" style="font-weight: 600;">|=</span> <span class="n" style="color: #333;">if10</span> <span class="p">((</span><span class="n" style="color: #333;">x</span> <span class="o" style="font-weight: 600;">.<<.</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Int</span> <span class="mi" style="color: #099;">16</span><span class="p">))</span> <span class="o" style="font-weight: 600;">.>=.</span> <span class="p">(</span><span class="n" style="color: #333;">y</span> <span class="o" style="font-weight: 600;">.<<.</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">Int</span> <span class="mi" style="color: #099;">16</span><span class="p">)))</span></span>
</pre></td>
</tr>
</table>
<br>
</li>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">
—
<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9f0d5c4e9e4b01508e32ea7660744b36e4f90e56" style="color: #1068bf; text-decoration: none;">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.haskell.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.haskell.org/ghc/ghc/-/commit/9f0d5c4e9e4b01508e32ea7660744b36e4f90e56"}}</script>
</p>
</div>
</body>
</html>