about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop/offset_of.rs
AgeCommit message (Collapse)AuthorLines
2024-07-29Stabilize offset_of_nestedGeorge Bateman-2/+0
2024-04-28Update mir-opt tests, add proper regression testGeorge Bateman-8/+8
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)-1/+1
2024-02-04Rollup merge of #119759 - sfzhu93:master, r=cjgillotMatthias Krüger-1/+28
Add FileCheck annotations to dataflow-const-prop tests part of #116971. A few shadowing variable names are changed, so that it is easier to match the variable names in MIR using FileCheck syntax. Also, there's a FIXME in [enum.rs](https://github.com/rust-lang/rust/pull/119759/files#diff-7621f55327838e489a95ac99ae1e6126b37c57aff582594e6bee9d7e7e56fc58) because the MIR looks suspicious to me. It has been explained in the comments. r? cjgillot
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-1/+1
2024-01-11resolve code reviewssfzhu93-10/+10
2024-01-08Add FileCheck to 3 tests: large_array_index, mult_by_zero, and offset_ofsfzhu93-1/+28
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-09-06Support a few more rvalues.Camille GILLOT-0/+49