<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/codegen/array-map.rs, branch 1.75.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.75.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.75.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-07-10T23:19:35+00:00</updated>
<entry>
<title>update array-map test for removed alloca</title>
<updated>2023-07-10T23:19:35+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-05-14T02:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be1d4e3e0b97ac07d6a76356a8714c0eaa39610b'/>
<id>urn:sha1:be1d4e3e0b97ac07d6a76356a8714c0eaa39610b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove array_zip</title>
<updated>2023-05-30T07:40:39+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2023-05-30T07:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=472230d192b8bace6ddbe825d68ccd27d0d5ef1d'/>
<id>urn:sha1:472230d192b8bace6ddbe825d68ccd27d0d5ef1d</id>
<content type='text'>
`[T; N]::zip` is "eager" but most zips are mapped.
This causes poor optimization in generated code.
This is a fundamental design issue and "zip" is
"prime real estate" in terms of function names,
so let's free it up again.
</content>
</entry>
<entry>
<title>Permit MIR inlining without #[inline]</title>
<updated>2023-04-07T19:46:43+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2023-03-17T02:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3126b1084fe93376458933d85c131dffd6086f2'/>
<id>urn:sha1:e3126b1084fe93376458933d85c131dffd6086f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase array size in array-map.rs</title>
<updated>2023-03-22T08:30:37+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2023-03-15T16:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58ac25b453793662f92784dc94143ab19f1fd700'/>
<id>urn:sha1:58ac25b453793662f92784dc94143ab19f1fd700</id>
<content type='text'>
Make sure that the loop is not fully unrolled (which allows
eliminating the allocas) in LLVM 16 either.
</content>
</entry>
<entry>
<title>Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper"</title>
<updated>2023-03-18T22:49:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2023-03-18T22:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4192743ab7bb5339c911a541f3aad5d3ec79c43b'/>
<id>urn:sha1:4192743ab7bb5339c911a541f3aad5d3ec79c43b</id>
<content type='text'>
This reverts commit 4a04d086cac54a41517d5657b59d5fe2caca2d71, reversing
changes made to 2d0a7def330ed90f416a3429dbb44c5ee2a914e5.
</content>
</entry>
<entry>
<title>Increase array size in array-map.rs</title>
<updated>2023-03-17T08:43:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2023-03-15T16:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b238a76f652390a486e5480b791abe0cd427add5'/>
<id>urn:sha1:b238a76f652390a486e5480b791abe0cd427add5</id>
<content type='text'>
Make sure that the loop is not fully unrolled (which allows
eliminating the allocas) in LLVM 16 either.
</content>
</entry>
<entry>
<title>Allow canonicalizing the `array::map` loop in trusted cases</title>
<updated>2023-02-05T00:44:51+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-02-03T11:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5bc328fdeff50b742a8136d0633924514d4d76b8'/>
<id>urn:sha1:5bc328fdeff50b742a8136d0633924514d4d76b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop forcing `array::map` through an unnecessary `Result`</title>
<updated>2023-02-05T00:41:35+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-02-03T06:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52df0558ea349fa65036e61f0a647ea8072ec3f5'/>
<id>urn:sha1:52df0558ea349fa65036e61f0a647ea8072ec3f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using `into_iter` in `array::map`</title>
<updated>2023-02-05T00:41:35+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-02-03T04:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a7342c3dde43c96a71bc27995030896342761f6'/>
<id>urn:sha1:5a7342c3dde43c96a71bc27995030896342761f6</id>
<content type='text'>
</content>
</entry>
</feed>
