<!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 master 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/94ba9a6abfc6ff8981c3ef6c74c86f12952a1465">94ba9a6a</a></strong>
<div>
<span> by ARATA Mizuki </span> <i> at 2024-12-26T10:47:57-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>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<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="#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>
<li class="file-stats">
<a href="#495b6a813b0cf860a35e5ac8b6870f4afe5610fc">
<span class="new-file">
+
testsuite/tests/simd/should_run/int8x16_basic.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#a8e1183cc0a0f9c205d5c54dd81609acc9686943">
<span class="new-file">
+
testsuite/tests/simd/should_run/int8x16_basic_baseline.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#3459456ed3c17e7c900a1ceba963b0e768c2818f">
<span class="new-file">
+
testsuite/tests/simd/should_run/int8x16_basic_baseline.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#9737364593d002470189ca3967d7d9abe1b8de8d">
<span class="new-file">
+
testsuite/tests/simd/should_run/word16x8_basic.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#8fc2a8e760858527c423343a83da5ccd30d0e9ca">
<span class="new-file">
+
testsuite/tests/simd/should_run/word16x8_basic.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#3f1ee197f6f195cf0086a05c86ecdb1486dda21f">
<span class="new-file">
+
testsuite/tests/simd/should_run/word16x8_basic_baseline.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#16fa0d51fd87dc8d0f836104803ebd628075486d">
<span class="new-file">
+
testsuite/tests/simd/should_run/word16x8_basic_baseline.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#9d140dd72251071d9a819c0f00f615e59a63aae1">
<span class="new-file">
+
testsuite/tests/simd/should_run/word32x4_basic.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f7fa22bf4cfc00e0584859eb2ed838b98d4fd793">
<span class="new-file">
+
testsuite/tests/simd/should_run/word32x4_basic.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#7e91815218d80f45a9431463fbadd8af75ce79b7">
<span class="new-file">
+
testsuite/tests/simd/should_run/word32x4_basic_baseline.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#f88be23f1bcc687977d835c81df38585d058a7d7">
<span class="new-file">
+
testsuite/tests/simd/should_run/word32x4_basic_baseline.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#379428206f76012892d1d37899cfbae43ec1c331">
<span class="new-file">
+
testsuite/tests/simd/should_run/word64x2_basic.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c07f992355d199b75202c43ed6945169a916befc">
<span class="new-file">
+
testsuite/tests/simd/should_run/word64x2_basic.stdout
</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/-/commit/94ba9a6abfc6ff8981c3ef6c74c86f12952a1465">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>
<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/94ba9a6abfc6ff8981c3ef6c74c86f12952a1465"}}</script>
</p>
</div>
</body>
</html>