summary refs log tree commit diff
path: root/src/test/mir-opt/simplify_try.try_identity.DestinationPropagation.diff
AgeCommit message (Collapse)AuthorLines
2020-10-01Disable the SimplifyArmIdentity mir-optWesley Wiser-34/+34
The optimization still has some bugs that need to be worked out such as #77359. We can try re-enabling this again after the known issues are resolved.
2020-10-01Bless mir-opt tests with new optAntoine Martin-4/+0
2020-09-18simplify_try: clean up testJonas Schievink-35/+35
2020-09-18simplify_try: print dest_prop diff and blessJonas Schievink-0/+72
The new diff is to convince me that this is correct and nothing funky is going on.