about summary refs log tree commit diff
path: root/src/test/mir-opt/dataflow-const-prop
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-907/+0
2022-12-25Remove Nop in simplify_locals.Camille GILLOT-1/+0
2022-12-25Move SimplifyLocals before ConstProp.Camille GILLOT-18/+13
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-7/+7
2022-11-12Exclude locals completely, instead of individual placesJannis Christopher Köhl-0/+67
2022-11-11Add test for repr(transparent) with scalarJannis Christopher Köhl-0/+56
2022-11-09Fix struct field tracking and add tests for itJannis Christopher Köhl-0/+137
2022-11-09Completely remove tracking of references for nowJannis Christopher Köhl-576/+169
2022-11-07Remove copy of current const prop tests and add a few new testsJannis Christopher Köhl-2500/+253
2022-11-07Prevent propagation of overflow if overflow occuredJannis Christopher Köhl-1/+1
2022-11-07Improve documentation, plus some small changesJannis Christopher Köhl-4/+2
2022-11-07Make overflow flag propagation conditionalJannis Christopher Köhl-0/+53
2022-11-07Update test resultsJannis Christopher Köhl-4/+4
2022-11-07Improve example used for SB testsJannis Christopher Köhl-19/+47
2022-11-07Add tests for Stacked Borrows behaviorJannis Christopher Köhl-0/+120
2022-11-07Only assume Stacked Borrows if -Zunsound-mir-opts is givenJannis Christopher Köhl-84/+86
2022-11-07Update test results after rebaseJannis Christopher Köhl-28/+29
2022-11-07Add some more unit-test directivesJannis Christopher Köhl-112/+137
2022-11-07Update test resultsJannis Christopher Köhl-200/+122
2022-11-07Add tests from current const propJannis Christopher Köhl-0/+2297
2022-11-07Add tracking of unreachabilityJannis Christopher Köhl-3/+6
2022-11-07Reject registration of downcasts for nowJannis Christopher Köhl-85/+85
2022-11-07Change test from usize to i32 to prevent target issuesJannis Christopher Köhl-12/+12
2022-11-07Add additional flooding when assigning a value and corresponding testJannis Christopher Köhl-0/+63
2022-11-07Remove empty testJannis Christopher Köhl-18/+0
2022-11-07Update test resultsJannis Christopher Köhl-0/+44
2022-11-07Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl-0/+769