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