We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf68d0 commit 31ba6e9Copy full SHA for 31ba6e9
compiler/rustc_mir_transform/src/jump_threading.rs
@@ -146,6 +146,8 @@ struct TOFinder<'tcx, 'a> {
146
opportunities: Vec<ThreadingOpportunity>,
147
}
148
149
+/// Represent the following statement. If we can prove that the current local is equal/not-equal
150
+/// to `value`, jump to `target`.
151
#[derive(Copy, Clone, Debug)]
152
struct Condition {
153
value: ScalarInt,
0 commit comments