Skip to content

Commit f12c12b

Browse files
committed
maybe fix rust-html-rewriter
1 parent e2d77dc commit f12c12b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cranelift/codegen/src/opts/bitops.isle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
(rule (truthy (rotr _ x _)) x)
1414
(rule (truthy (select _ x (iconst_u _ (u64_when_non_zero)) (iconst_u _ 0))) x)
1515

16+
(rule (simplify (select ty v t f)) (if-let c (truthy v)) (select ty c t f))
17+

0 commit comments

Comments
 (0)