rust/compiler/rustc_middle
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
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) into _1 2020-09-06 11:51:44 +02:00
Cargo.toml Refactor byteorder to std in rustc_middle 2020-09-04 21:51:17 -07:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.