Skip to content

Commit 87ffaa3

Browse files
authored
[Cranelift] deduplicate rule (#13056)
1 parent dfe5de4 commit 87ffaa3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cranelift/codegen/src/opts/icmp.isle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484
(rule (simplify
8585
(select ty (uextend _ c @ (icmp _ _ _ _)) x y))
8686
(select ty c x y))
87-
(rule (simplify
88-
(select ty (uextend _ c @ (icmp _ _ _ _)) x y))
89-
(select ty c x y))
9087

9188
;; Masking the result of a comparison with 1 always results in the comparison
9289
;; itself. Note that comparisons in wasm may sometimes be hidden behind

0 commit comments

Comments
 (0)