]> git.lizzy.rs Git - rust.git/commit
Added regression test for literal propagation and for scalar pair propagation
authorFélix Fischer <felix91gr@gmail.com>
Thu, 23 Apr 2020 01:39:47 +0000 (21:39 -0400)
committerFélix Fischer <felix91gr@gmail.com>
Tue, 28 Apr 2020 00:13:16 +0000 (20:13 -0400)
commit6316601ec4012b6dc25cacbe0f8d602cce37d08b
tree5e76be04ea67694aa9cae9320f88b87c4bd4a31b
parent2d03399f53d28a8be645625376c0c9fbe601a01d
Added regression test for literal propagation and for scalar pair propagation
src/test/mir-opt/const_prop/scalar_literal_propagation.rs [new file with mode: 0644]
src/test/mir-opt/const_prop/scalar_literal_propagation/rustc.main.ConstProp.diff [new file with mode: 0644]
src/test/mir-opt/const_prop/tuple_literal_propagation.rs [new file with mode: 0644]
src/test/mir-opt/const_prop/tuple_literal_propagation/rustc.main.ConstProp.diff [new file with mode: 0644]