about summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop_miscompile
AgeCommit message (Collapse)AuthorLines
2020-07-29Move mir-opt tests to toplevelXavier Denis-138/+0
2020-07-29add crate name to mir dumpsXavier Denis-0/+0
2020-06-26Show the values and computation that would overflow a const evaluation or ↵Oliver Scherer-8/+8
propagation
2020-06-23The const propagator cannot trace references.Oliver Scherer-0/+138
Thus we avoid propagation of a local the moment we encounter references to it.