about summary refs log tree commit diff
path: root/tests/mir-opt/gvn.rs
AgeCommit message (Expand)AuthorLines
2023-12-17Avoid overflow in GVN constant indexing.Camille GILLOT-0/+18
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-6/+6
2023-10-25Verify that the alloc_id is Memory.Camille GILLOT-0/+14
2023-10-25Do not merge fn pointer casts.Camille GILLOT-0/+25
2023-10-25FileCheck gvn.Camille GILLOT-61/+352
2023-10-25Disambiguate non-deterministic constants.Camille GILLOT-1/+53
2023-10-25Transform large arrays into Repeat expressions when possible.Camille GILLOT-1/+3
2023-10-25Extract simplify_aggregate.Camille GILLOT-0/+10
2023-10-25Simplify projections in GVN.Camille GILLOT-0/+7
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-09-24Do not clone valtree and slice constants.Camille GILLOT-0/+13
2023-09-24Do not check copiability.Camille GILLOT-2/+2
2023-09-24Add global value numbering pass.Camille GILLOT-0/+240