<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/lower_array_len_e2e.rs, branch 1.66.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.66.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.66.1'/>
<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>
</feed>
