Simon Vandel Sillesen
|
2bb3844820
|
Add optimization to avoid load of address
|
2020-09-21 22:08:27 +02:00 |
|
Matthias Krüger
|
73d4171ea6
|
fix a couple of stylistic clippy warnings
namely:
clippy::redundant_pattern_matching
clippy::redundant_pattern
clippy::search_is_some
clippy::filter_next
clippy::into_iter_on_ref
clippy::clone_on_copy
clippy::needless_return
|
2020-09-15 22:44:54 +02:00 |
|
Simon Vandel Sillesen
|
9b0fc6202b
|
Generalize to Eq(true, _place) and Eq(_place, true)
|
2020-09-06 11:51:44 +02:00 |
|
Simon Vandel Sillesen
|
c2693db264
|
Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) into _1
This was observed emitted from the MatchBranchSimplification pass.
|
2020-09-06 11:51:44 +02:00 |
|
LeSeulArtichaut
|
3e14b684dd
|
Change ty.kind to a method
|
2020-09-04 17:47:51 +02:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|