<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-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,.01) 0 0 1px; font-family: "GitLab Sans",-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;">
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/1f67ad21446edbc16e1c65fb993178cb21a6b38c">1f67ad21</a></strong>
<div>
<span> by Andrei Borzenkov </span> <i> at 2024-12-25T01:42:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Flip the order of arguments of setField (#24668)

GHC Proposal 583 "HasField redesign" specifies the
following order of a setField function arguments as this:

  setField :: forall fld a b. SetField fld a b. b -> a -> a

This patch flips the application order to match the spec.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/3e0c948d86a720806378974d5c6ce78832e2500d">3e0c948d</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2024-12-25T01:43:08-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>rel-eng/upload: Add set_symlink mode

This slightly eases updating of the `latest` symlinks.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/63d63f9d3e074c3bcf5b526ee14e50cb2b6b9d70">63d63f9d</a></strong>
<div>
<span> by Simon Peyton Jones </span> <i> at 2024-12-25T01:43:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Preserve orientation when unifying kinds

This MR fixes yet another manifestation of the trickiness caused
by Note [Fundeps with instances, and equality orientation].

I wish there was a more robust way to do this, but this fix is
a definite improvement.

Fixes #25597
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/042333714c704456ef80d50d1a6bbb11bf24d195">04233371</a></strong>
<div>
<span> by ARATA Mizuki </span> <i> at 2024-12-26T07:27:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>x86 NCG SIMD: Support pack/insert/broadcast/unpack of 128-bit integer vectors
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/dd448c9a76ea39d667dd1ded7b76dd15a6013c12">dd448c9a</a></strong>
<div>
<span> by Andrew Lelechenko </span> <i> at 2024-12-26T07:27:45-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","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: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>docs: fix haddock formatting in Control.Monad.Fix
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#24f053fa8cdd89ee129f5ca2d1ededd1e401312c">
.gitlab/rel_eng/upload.sh
</a>
</li>
<li class="file-stats">
<a href="#2bae5947e9412f6deebf4db7dcb89d780913130f">
compiler/GHC/CmmToAsm/X86/CodeGen.hs
</a>
</li>
<li class="file-stats">
<a href="#7b360ca84c1b9aaecc0f9de207a7698dc36514fe">
compiler/GHC/CmmToAsm/X86/Instr.hs
</a>
</li>
<li class="file-stats">
<a href="#335d279236d65dcf13f2bab3891e515cb803203c">
compiler/GHC/CmmToAsm/X86/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#b47ece2bbb8303a5792c2fdc52394c8ed336e8a2">
compiler/GHC/Rename/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#03ec4f8741105271af29a61fdb47c8feba9bbcfa">
compiler/GHC/Tc/Solver/Equality.hs
</a>
</li>
<li class="file-stats">
<a href="#74295edeac870ee7f2f3484ebaffab5c948b735a">
compiler/GHC/Tc/Utils/Unify.hs
</a>
</li>
<li class="file-stats">
<a href="#3000f72e31f633a1742a9c76be14862281166b11">
docs/users_guide/9.14.1-notes.rst
</a>
</li>
<li class="file-stats">
<a href="#84b7307ee9d4ef0b38cbf6ae4f29546dc55a3ffc">
docs/users_guide/exts/overloaded_record_update.rst
</a>
</li>
<li class="file-stats">
<a href="#e0e6ffa079d89373b015d9af2df6262f96dec903">
libraries/base/src/Control/Monad/Fix.hs
</a>
</li>
<li class="file-stats">
<a href="#7b758927828df76d00f2240e71df1e680e87e45b">
testsuite/tests/parser/should_fail/RecordDotSyntaxFail10.hs
</a>
</li>
<li class="file-stats">
<a href="#62131641b97e863a1740587e121e10cf132e8168">
testsuite/tests/parser/should_fail/RecordDotSyntaxFail13.hs
</a>
</li>
<li class="file-stats">
<a href="#7825e5390e422412517a2565c917f779a5b206ea">
testsuite/tests/parser/should_run/RecordDotSyntax1.hs
</a>
</li>
<li class="file-stats">
<a href="#839f55e86c8d80bd07ec62ac99716bcf765e2a9e">
testsuite/tests/rep-poly/RepPolyMcGuard.stderr
</a>
</li>
<li class="file-stats">
<a href="#66a929ee110049b9593b65ba86e0b7aabe859771">
testsuite/tests/rep-poly/RepPolyRecordUpdate.stderr
</a>
</li>
<li class="file-stats">
<a href="#22f44dae098d66ceb9158883d0fd6f8dec7f3a47">
testsuite/tests/rep-poly/T12709.stderr
</a>
</li>
<li class="file-stats">
<a href="#fd801fcabae1cc85a0f5fc4a8e26afd216869d15">
testsuite/tests/simd/should_run/all.T
</a>
</li>
<li class="file-stats">
<a href="#bb6375acb38319a37de4d893a708677519aa9db5">
<span class="new-file">
+
testsuite/tests/simd/should_run/int16x8_basic.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#b5a4d1b3c0fe0233f43c6a6a727eab852753dd3a">
<span class="new-file">
+
testsuite/tests/simd/should_run/int16x8_basic.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#09fe2b91fd808a2edd2942e2f146ee20bde7d11f">
<span class="new-file">
+
testsuite/tests/simd/should_run/int16x8_basic_baseline.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#b4074a9141a2f53611a2d9f3f3a6d40600c34528">
<span class="new-file">
+
testsuite/tests/simd/should_run/int16x8_basic_baseline.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#0452965387cae9d0657601e5726cdeb5568cf617">
<span class="new-file">
+
testsuite/tests/simd/should_run/int32x4_basic.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#5304aeea796b78bfa4eaa09d036580ec51279364">
<span class="new-file">
+
testsuite/tests/simd/should_run/int32x4_basic.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#e97be937d86549d15135f8512666e91b183aeeca">
<span class="new-file">
+
testsuite/tests/simd/should_run/int32x4_basic_baseline.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#b1ce9957c7df2d01ce17fc1cd3d6876e25feab2e">
<span class="new-file">
+
testsuite/tests/simd/should_run/int32x4_basic_baseline.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#6ca286241b749771e42809e1f3af999e53f0f665">
<span class="new-file">
+
testsuite/tests/simd/should_run/int64x2_basic.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0048e5d75346d2751886bed905f2824c2903eaa2">
<span class="new-file">
+
testsuite/tests/simd/should_run/int64x2_basic.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#65fa10b7b6bff7394cdef0de94d2a523315d7d77">
<span class="new-file">
+
testsuite/tests/simd/should_run/int64x2_basic_baseline.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a7731d41c7e29f506d53dd507dbf5b4f4e5a9ce3">
<span class="new-file">
+
testsuite/tests/simd/should_run/int64x2_basic_baseline.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#ce0dfa34d1d837341a691e9a1bfd8026e2edbf80">
<span class="new-file">
+
testsuite/tests/simd/should_run/int8x16_basic.hs
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>

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

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/compare/0fd5b66c0e734198f6b008d7f86ca30f175598c8...dd448c9a76ea39d667dd1ded7b76dd15a6013c12">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.haskell.org">gitlab.haskell.org</a>. <a href="https://gitlab.haskell.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.haskell.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



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