about summary refs log tree commit diff
path: root/src/test/mir-opt/not_equal_false.opt.InstCombine.diff
AgeCommit message (Expand)AuthorLines
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-1/+1
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-32/+16
2021-02-21Make MatchBranchSimplification clean up after itselfSimon Vandel Sillesen-15/+7
2020-10-21Introduce a temporary for discriminant value in MatchBranchSimplificationTomasz Miąsko-33/+24
2020-10-20Disable MatchBranchSimplificationTomasz Miąsko-12/+33
2020-10-01Bless mir-opt tests with new optAntoine Martin-33/+8
2020-09-06Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int...Simon Vandel Sillesen-0/+72