<!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;
}
</style>
</head>
<body>
<div class="content">

<h3>
Moritz Angermann pushed to branch wip/angerman/sized
at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f42424ad9b7daacce022c5d0d46553afae45e361">f42424ad</a></strong>
<div>
<span>by Moritz Angermann</span>
<i>at 2020-11-02T13:47:24+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix T8832
</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#b2790eba050766b3c5aefa4efc5ed45ca998764b">
libraries/base/GHC/Word.hs
</a>
</li>
<li class="file-stats">
<a href="#89cf9bafb3d4bb49b9bcf930dda7b5b5dbe29750">
testsuite/tests/simplCore/should_compile/T8832.stdout
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="b2790eba050766b3c5aefa4efc5ed45ca998764b">
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f42424ad9b7daacce022c5d0d46553afae45e361#b2790eba050766b3c5aefa4efc5ed45ca998764b"><strong>libraries/base/GHC/Word.hs</strong></a>
<hr>
<table class="code white" style="font-family: monospace; font-size: 90%;" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="183" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="183" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="padding-left: 0.5em; padding-right: 0.5em; color: rgba(0,0,0,0.3);" bgcolor="#fafafa">@@ -183,8 +183,7 @@ instance Bits Word8 where</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="183" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
183
</td>
<td class="diff-line-num new_line" data-linenumber="183" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
183
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC183" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.&.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>   <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">and</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="184" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
184
</td>
<td class="diff-line-num new_line" data-linenumber="184" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
184
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC184" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.|.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>   <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">or</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span>  <span class="p">(</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="185" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
185
</td>
<td class="diff-line-num new_line" data-linenumber="185" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
185
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC185" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>   <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="186" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
186
</td>
<td class="diff-line-num new_line old" data-linenumber="186" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC186" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="187" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
187
</td>
<td class="diff-line-num new_line old" data-linenumber="186" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC187" class="line" lang="haskell">        <span class="kr" style="font-weight: 600;">where</span> <span class="o" style="font-weight: 600;">!</span><span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">=</span> <span class="n" style="color: #333;">maxBound</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="188" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="186" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
186
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC186" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">not</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="188" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
188
</td>
<td class="diff-line-num new_line" data-linenumber="187" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
187
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC187" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shift</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">I</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="189" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
189
</td>
<td class="diff-line-num new_line" data-linenumber="188" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
188
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC188" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">isTrue</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span> <span class="o" style="font-weight: 600;">>=#</span> <span class="mi" style="color: #099;">0</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shiftL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="190" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
190
</td>
<td class="diff-line-num new_line" data-linenumber="189" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
189
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC189" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">otherwise</span>           <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord8</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shiftRL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">negateInt</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="375" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="374" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="padding-left: 0.5em; padding-right: 0.5em; color: rgba(0,0,0,0.3);" bgcolor="#fafafa">@@ -375,8 +374,7 @@ instance Bits Word16 where</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="375" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
375
</td>
<td class="diff-line-num new_line" data-linenumber="374" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
374
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC374" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.&.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">and</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="376" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
376
</td>
<td class="diff-line-num new_line" data-linenumber="375" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
375
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC375" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.|.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">or</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span>  <span class="p">(</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="377" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
377
</td>
<td class="diff-line-num new_line" data-linenumber="376" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
376
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC376" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="378" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
378
</td>
<td class="diff-line-num new_line old" data-linenumber="377" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC378" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="379" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
379
</td>
<td class="diff-line-num new_line old" data-linenumber="377" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC379" class="line" lang="haskell">        <span class="kr" style="font-weight: 600;">where</span> <span class="o" style="font-weight: 600;">!</span><span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">=</span> <span class="n" style="color: #333;">maxBound</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="380" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="377" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
377
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC377" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">not</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="380" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
380
</td>
<td class="diff-line-num new_line" data-linenumber="378" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
378
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC378" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shift</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">I</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="381" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
381
</td>
<td class="diff-line-num new_line" data-linenumber="379" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
379
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC379" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">isTrue</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span> <span class="o" style="font-weight: 600;">>=#</span> <span class="mi" style="color: #099;">0</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shiftL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="382" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
382
</td>
<td class="diff-line-num new_line" data-linenumber="380" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
380
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC380" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">otherwise</span>            <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord16</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shiftRL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">negateInt</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="613" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="611" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="padding-left: 0.5em; padding-right: 0.5em; color: rgba(0,0,0,0.3);" bgcolor="#fafafa">@@ -613,8 +611,7 @@ instance Bits Word32 where</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="613" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
613
</td>
<td class="diff-line-num new_line" data-linenumber="611" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
611
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC611" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.&.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">and</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="614" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
614
</td>
<td class="diff-line-num new_line" data-linenumber="612" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
612
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC612" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.|.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">or</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span>  <span class="p">(</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="615" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
615
</td>
<td class="diff-line-num new_line" data-linenumber="613" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
613
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC613" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="616" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
616
</td>
<td class="diff-line-num new_line old" data-linenumber="614" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC616" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="617" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
617
</td>
<td class="diff-line-num new_line old" data-linenumber="614" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC617" class="line" lang="haskell">        <span class="kr" style="font-weight: 600;">where</span> <span class="o" style="font-weight: 600;">!</span><span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">=</span> <span class="n" style="color: #333;">maxBound</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="618" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="614" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
614
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC614" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">not</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="618" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
618
</td>
<td class="diff-line-num new_line" data-linenumber="615" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
615
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC615" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shift</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">I</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="619" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
619
</td>
<td class="diff-line-num new_line" data-linenumber="616" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
616
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC616" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">isTrue</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span> <span class="o" style="font-weight: 600;">>=#</span> <span class="mi" style="color: #099;">0</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shiftL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="620" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
620
</td>
<td class="diff-line-num new_line" data-linenumber="617" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
617
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC617" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">otherwise</span>            <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">narrowWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="p">((</span><span class="n" style="color: #333;">extendWord32</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shiftRL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">negateInt</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">))</span></span>
</pre>
</td>
</tr>
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="975" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="972" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="padding-left: 0.5em; padding-right: 0.5em; color: rgba(0,0,0,0.3);" bgcolor="#fafafa">@@ -975,8 +972,7 @@ instance Bits Word64 where</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="975" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
975
</td>
<td class="diff-line-num new_line" data-linenumber="972" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
972
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC972" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.&.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</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="n" style="color: #333;">and</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>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="976" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
976
</td>
<td class="diff-line-num new_line" data-linenumber="973" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
973
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC973" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">.|.</span>   <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</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="n" style="color: #333;">or</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>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="977" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
977
</td>
<td class="diff-line-num new_line" data-linenumber="974" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
974
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC974" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">xor</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">y</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</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="n" style="color: #333;">xor</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>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="978" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
978
</td>
<td class="diff-line-num new_line old" data-linenumber="975" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC978" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</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="n" style="color: #333;">xor</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="979" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
979
</td>
<td class="diff-line-num new_line old" data-linenumber="975" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC979" class="line" lang="haskell">        <span class="kr" style="font-weight: 600;">where</span> <span class="o" style="font-weight: 600;">!</span><span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">mb</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="o" style="font-weight: 600;">=</span> <span class="n" style="color: #333;">maxBound</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="980" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="975" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
975
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC975" class="line" lang="haskell">    <span class="n" style="color: #333;">complement</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>       <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">not</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="980" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
980
</td>
<td class="diff-line-num new_line" data-linenumber="976" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
976
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC976" class="line" lang="haskell">    <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">x</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span> <span class="p">`</span><span class="n" style="color: #333;">shift</span><span class="p">`</span> <span class="p">(</span><span class="kt" style="color: #458; font-weight: 600;">I</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="981" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
981
</td>
<td class="diff-line-num new_line" data-linenumber="977" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
977
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC977" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">isTrue</span><span class="o" style="font-weight: 600;">#</span> <span class="p">(</span><span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span> <span class="o" style="font-weight: 600;">>=#</span> <span class="mi" style="color: #099;">0</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span>  <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</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="n" style="color: #333;">shiftL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="982" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
982
</td>
<td class="diff-line-num new_line" data-linenumber="978" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
978
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC978" class="line" lang="haskell">        <span class="o" style="font-weight: 600;">|</span> <span class="n" style="color: #333;">otherwise</span>            <span class="o" style="font-weight: 600;">=</span> <span class="kt" style="color: #458; font-weight: 600;">W64</span><span class="o" style="font-weight: 600;">#</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="n" style="color: #333;">shiftRL</span><span class="o" style="font-weight: 600;">#</span><span class="p">`</span> <span class="n" style="color: #333;">negateInt</span><span class="o" style="font-weight: 600;">#</span> <span class="n" style="color: #333;">i</span><span class="o" style="font-weight: 600;">#</span><span class="p">)</span></span>
</pre>
</td>
</tr>

</table>
<br>
</li>
<li id="89cf9bafb3d4bb49b9bcf930dda7b5b5dbe29750">
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f42424ad9b7daacce022c5d0d46553afae45e361#89cf9bafb3d4bb49b9bcf930dda7b5b5dbe29750"><strong>testsuite/tests/simplCore/should_compile/T8832.stdout</strong></a>
<hr>
<table class="code white" style="font-family: monospace; font-size: 90%;" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="4" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="4" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="padding-left: 0.5em; padding-right: 0.5em; color: rgba(0,0,0,0.3);" bgcolor="#fafafa">@@ -4,8 +4,8 @@ i16 = GHC.Int.I16# (GHC.Prim.narrowInt16# 0#)</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="4" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
4
</td>
<td class="diff-line-num new_line" data-linenumber="4" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
4
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC4" class="line" lang="plaintext">i32 = GHC.Int.I32# (GHC.Prim.narrowInt32# 0#)</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="5" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
5
</td>
<td class="diff-line-num new_line" data-linenumber="5" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
5
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC5" class="line" lang="plaintext">i64 = GHC.Int.I64# 0#</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="6" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
6
</td>
<td class="diff-line-num new_line" data-linenumber="6" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
6
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC6" class="line" lang="plaintext">w = GHC.Types.W# 0##</span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="7" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
7
</td>
<td class="diff-line-num new_line old" data-linenumber="7" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC7" class="line" lang="plaintext">w8 = GHC.Word.W8# <span class="idiff left right">0##</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="8" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
8
</td>
<td class="diff-line-num new_line old" data-linenumber="7" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC8" class="line" lang="plaintext">w16 = GHC.Word.W16# <span class="idiff left right">0##</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="9" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
9
</td>
<td class="diff-line-num new_line old" data-linenumber="7" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC9" class="line" lang="plaintext">w32 = GHC.Word.W32# <span class="idiff left right">0##</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="10" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="7" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
7
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC7" class="line" lang="plaintext">w8 = GHC.Word.W8# <span class="idiff left right">(GHC.Prim.narrowWord8# 0##)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="10" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="8" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
8
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC8" class="line" lang="plaintext">w16 = GHC.Word.W16# <span class="idiff left right">(GHC.Prim.narrowWord16# 0##)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="10" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="9" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
9
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC9" class="line" lang="plaintext">w32 = GHC.Word.W32# <span class="idiff left right">(GHC.Prim.narrowWord32# 0##)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="10" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
10
</td>
<td class="diff-line-num new_line" data-linenumber="10" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
10
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC10" class="line" lang="plaintext">w64 = GHC.Word.W64# 0##</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="11" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
11
</td>
<td class="diff-line-num new_line" data-linenumber="11" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
11
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC11" class="line" lang="plaintext">z = 0</span></pre>
</td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f42424ad9b7daacce022c5d0d46553afae45e361">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/f42424ad9b7daacce022c5d0d46553afae45e361"}}</script>


</p>
</div>
</body>
</html>