about summary refs log tree commit diff
path: root/src/test/mir-opt/not_equal_false.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2022-08-09Add more `// unit-test`s to MIR opt testsJakob Degen-0/+1
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-3/+3
Fixes #77355
2020-09-06Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) ↵Simon Vandel Sillesen-0/+9
into _1 This was observed emitted from the MatchBranchSimplification pass.