This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c2693db264
rust
/
compiler
/
rustc_mir
History
Download ZIP
Download TAR.GZ
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
..
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
mv compiler to compiler/
2020-08-30 18:45:07 +03:00