about summary refs log tree commit diff
path: root/src/test/codegen/issue-73338-effecient-cmp.rs
AgeCommit message (Collapse)AuthorLines
2021-04-04Optimize PartialOrd leAngelicosPhosphoros-0/+39
Closes https://github.com/rust-lang/rust/issues/73338 This change stops default implementation of `le()` method from generating jumps.