about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop/enum.rs
AgeCommit message (Expand)AuthorLines
2024-08-18Update mir-opt filechecksScott McMurray-5/+5
2024-06-26Use `-Zdump-mir-exclude-alloc-bytes` in some mir-opt testsJosh Stone-0/+1
2024-06-03rustfmt `tests/mir-opt`.Nicholas Nethercote-6/+21
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-2/+2
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-1/+1
2024-03-10MIR printing: print the path of uneval'd const; refer to promoteds in a consi...Ralf Jung-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-1/+1
2024-02-12Start blocks eagerlyNadrieril-3/+3
2024-01-22update enum.rssfzhu93-2/+0
2024-01-20finish a pattern in `enum.rs`sfzhu93-1/+1
2024-01-12update enum.rs for code reviewsfzhu93-1/+10
2024-01-11resolve code reviewssfzhu93-11/+12
2024-01-07Add FileCheck for enum.rssfzhu93-10/+62
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-09-11Duplicate output for test.Camille GILLOT-0/+1
2023-09-11Handle reading statics.Camille GILLOT-0/+13
2023-09-11Support non-scalar constants.Camille GILLOT-0/+8
2023-02-18Add mir-opt test.Camille GILLOT-0/+16
2023-02-06Handle discriminants in dataflow-const-prop.Camille GILLOT-3/+42
2023-01-11Move /src/test to /testsAlbert Larsan-0/+13