<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/issue_73223.main.PreCodegen.64bit.diff, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-09-02T06:01:53+00:00</updated>
<entry>
<title>Simplify MIR opt tests</title>
<updated>2022-09-02T06:01:53+00:00</updated>
<author>
<name>Jakob Degen</name>
<email>jakob.e.degen@gmail.com</email>
</author>
<published>2022-08-21T04:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5d60af3c6f44be48371e32ef553416d277c92ec'/>
<id>urn:sha1:e5d60af3c6f44be48371e32ef553416d277c92ec</id>
<content type='text'>
This commit removes many cases of MIR opt tests emitting `.diff`s for more than one pass. These
tests cannot be `unit-test`s, and so they are easy to break, and they also provide little value due
to having excessively strong opinions over *how* a piece of code should be optimized.

Where reasonable, we instead add separate test files that only emit the `PreCodegen.after` MIR for
code where we want to track what the result of the net result of the optimization pipeline's output
is.
</content>
</entry>
<entry>
<title>bless mir opt tests</title>
<updated>2022-07-28T12:24:44+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-07-27T18:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11c0280798da8f4d65dec25764237d2354e65273'/>
<id>urn:sha1:11c0280798da8f4d65dec25764237d2354e65273</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweak names and output and bless</title>
<updated>2022-07-09T11:43:56+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-07-06T14:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e7aaf1f448dd9808a94e98dffe4c1176c388e0d'/>
<id>urn:sha1:4e7aaf1f448dd9808a94e98dffe4c1176c388e0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix/bless tests broken by DSE</title>
<updated>2022-05-25T02:50:21+00:00</updated>
<author>
<name>Jakob Degen</name>
<email>jakob.e.degen@gmail.com</email>
</author>
<published>2022-05-18T23:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d6d8f0426f517051926a86f41f831eff30b23a7'/>
<id>urn:sha1:8d6d8f0426f517051926a86f41f831eff30b23a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor call terminator to always hold a destination place</title>
<updated>2022-05-23T21:49:04+00:00</updated>
<author>
<name>Jakob Degen</name>
<email>jakob.e.degen@gmail.com</email>
</author>
<published>2022-04-16T13:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09b0936db2bb3be67451c6f8948e90987e764f81'/>
<id>urn:sha1:09b0936db2bb3be67451c6f8948e90987e764f81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests broken by deaggregation change</title>
<updated>2022-04-11T13:26:26+00:00</updated>
<author>
<name>Jakob Degen</name>
<email>jakob.e.degen@gmail.com</email>
</author>
<published>2022-04-05T23:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a040284a5bc3bee1e78a7bea60e15a0033ef2b5'/>
<id>urn:sha1:2a040284a5bc3bee1e78a7bea60e15a0033ef2b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change `mir::Constant` in mir dumps</title>
<updated>2022-02-22T08:38:07+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2022-02-21T07:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee0b56483faecb052c1bb0b08bdc3fc1887bb961'/>
<id>urn:sha1:ee0b56483faecb052c1bb0b08bdc3fc1887bb961</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Override rustc version in ui and mir-opt tests to get stable hashes</title>
<updated>2022-01-20T23:28:07+00:00</updated>
<author>
<name>The 8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2021-12-28T18:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8985e5ee825a2fb1e5eb2050f0b3fd8e2913d322'/>
<id>urn:sha1:8985e5ee825a2fb1e5eb2050f0b3fd8e2913d322</id>
<content type='text'>
Building a dozen separate regexps for each test in compiletest consumes significant amounts of CPU cycles.
Using `RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER` stabilizes hashes calcuated for the individual tests so
no test-dependent normalization is needed. Hashes for the standard library still change so some
normalizations are still needed.
</content>
</entry>
<entry>
<title>initial revert</title>
<updated>2022-01-15T01:16:55+00:00</updated>
<author>
<name>Ellen</name>
<email>supbscripter@gmail.com</email>
</author>
<published>2022-01-12T03:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71bbb603f4108bc1f0bc8c8395ec725bb66e7802'/>
<id>urn:sha1:71bbb603f4108bc1f0bc8c8395ec725bb66e7802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include rustc version in `rustc_span::StableCrateId`</title>
<updated>2021-12-13T16:24:05+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2021-10-20T20:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d7dfba350f13051fd7a409282fcb36094c2a8e9'/>
<id>urn:sha1:7d7dfba350f13051fd7a409282fcb36094c2a8e9</id>
<content type='text'>
Normalize symbol hashes in compiletest.

Remove DefId sorting
</content>
</entry>
</feed>
