<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/codegen/array-codegen.rs, branch 1.79.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.79.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.79.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-04-12T01:42:35+00:00</updated>
<entry>
<title>use [N x i8] for alloca types</title>
<updated>2024-04-12T01:42:35+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2024-02-24T05:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4426c189f2587fc5e8f48bf518cc75a37d93d0f'/>
<id>urn:sha1:f4426c189f2587fc5e8f48bf518cc75a37d93d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove my `scalar_copy_backend_type` optimization attempt</title>
<updated>2024-04-09T15:51:32+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2024-03-29T07:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5376ba6017fa04a13afda6ac52587f06a6c0bd8'/>
<id>urn:sha1:b5376ba6017fa04a13afda6ac52587f06a6c0bd8</id>
<content type='text'>
I added this back in 111999, but I no longer think it's a good idea
- It had to get scaled back to only power-of-two things to not break a bunch of targets
- LLVM seems to be getting better at memcpy removal anyway
- Introducing vector instructions has seemed to sometimes (115515) make autovectorization worse

So this removes it from the codegen crates entirely, and instead just tries to use &lt;https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/traits/builder/trait.BuilderMethods.html#method.typed_place_copy&gt; instead of direct `memcpy` so things will still use load/store for immediates.
</content>
</entry>
<entry>
<title>[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives</title>
<updated>2024-02-22T16:04:04+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-22T12:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e48b96692d63a79a14563f27fe5185f122434f8'/>
<id>urn:sha1:6e48b96692d63a79a14563f27fe5185f122434f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy 1-element arrays as scalars, not vectors</title>
<updated>2023-10-07T07:10:32+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-10-06T08:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae9cec58394d7a38aac17e2873d213d5fcd85f7a'/>
<id>urn:sha1:ae9cec58394d7a38aac17e2873d213d5fcd85f7a</id>
<content type='text'>
For `[T; 1]` it's silly to copy as `&lt;1 x T&gt;` when we can just copy as `T`.
</content>
</entry>
<entry>
<title>Update the minimum external LLVM to 15</title>
<updated>2023-07-27T21:07:08+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2023-07-27T21:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=190ded84434f435b9626a07278b9ed0e7603bd11'/>
<id>urn:sha1:190ded84434f435b9626a07278b9ed0e7603bd11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always name the return place.</title>
<updated>2023-07-08T13:38:40+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2023-05-15T19:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7983a2f231a279984fc70eb428b936930eaa45c'/>
<id>urn:sha1:d7983a2f231a279984fc70eb428b936930eaa45c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `load`-`store` instead of `memcpy` for short integer arrays</title>
<updated>2023-06-04T07:51:49+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-05-26T10:32:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1b020df9f72eab7e8b3e38a5263ddda54ce18e1'/>
<id>urn:sha1:e1b020df9f72eab7e8b3e38a5263ddda54ce18e1</id>
<content type='text'>
</content>
</entry>
</feed>
