about summary refs log tree commit diff
path: root/src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
AgeCommit message (Collapse)AuthorLines
2022-09-01Simplify MIR opt testsJakob Degen-10/+0
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.
2022-07-28bless mir opt testsNilstrieb-3/+3
2021-03-13bless testsErik Desjardins-12/+1
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-0/+21
Fixes #77355