summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/instcombine.rs
AgeCommit message (Expand)AuthorLines
2020-11-06Disable "optimization to avoid load of address" in InstCombineTomasz Miąsko-0/+5
2020-09-21Add optimization to avoid load of addressSimon Vandel Sillesen-2/+115
2020-09-15fix a couple of stylistic clippy warningsMatthias Krüger-1/+1
2020-09-06Generalize to Eq(true, _place) and Eq(_place, true)Simon Vandel Sillesen-15/+30
2020-09-06Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int...Simon Vandel Sillesen-1/+36
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+117