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.
is_branch
1 parent f9f6319 commit 8341555Copy full SHA for 8341555
1 file changed
cranelift/codegen/src/egraph/mod.rs
@@ -654,9 +654,7 @@ where
654
// cost-based ranking the other variants do. The first such
655
// candidate wins; ISLE rule ordering picks the form.
656
SkeletonInstSimplification::ReplaceBranchCond { cond } => {
657
- log::trace!(
658
- " -> simplify_skeleton: replace `brif` cond with {cond}"
659
- );
+ log::trace!(" -> simplify_skeleton: replace `brif` cond with {cond}");
660
return Some(SkeletonInstSimplification::ReplaceBranchCond { cond });
661
}
662
};
0 commit comments