about summary refs log tree commit diff
path: root/tests/mir-opt/jump_threading.rs
AgeCommit message (Expand)AuthorLines
2025-04-13JumpThreading: Re-enable and fix Not ops on non-booleansclubby789-3/+11
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-1/+0
2024-10-03Failing diff testMichael Goulet-0/+11
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-1/+0
2024-08-18Update mir-opt filechecksScott McMurray-12/+12
2024-07-29Set up false edges in `lower_match_tree`Nadrieril-3/+3
2024-07-27Disable jump threading of float equalityNilstrieb-0/+12
2024-07-13Propagate places through assignments.Camille GILLOT-1/+1
2024-07-13Add test for copying aggregates.Camille GILLOT-0/+16
2024-06-03rustfmt `tests/mir-opt`.Nicholas Nethercote-10/+2
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-12/+12
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-02-12Start blocks eagerlyNadrieril-10/+10
2024-01-23Add test for jump-threading assume.Camille GILLOT-0/+48
2024-01-18Use an interpreter in jump threading.Camille GILLOT-0/+18
2024-01-07Merge dead bb pruning and unreachable bb deduplication.Camille GILLOT-5/+3
2023-11-20Fix insertion of statements to be executed along return edge in inliningTomasz Miąsko-9/+9
2023-10-21FileCheck annotations.Camille GILLOT-20/+209
2023-10-21Rebase fallout.Camille GILLOT-1/+1
2023-10-21Implement JumpThreading pass.Camille GILLOT-0/+291