We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe5de4 commit 87ffaa3Copy full SHA for 87ffaa3
1 file changed
cranelift/codegen/src/opts/icmp.isle
@@ -84,9 +84,6 @@
84
(rule (simplify
85
(select ty (uextend _ c @ (icmp _ _ _ _)) x y))
86
(select ty c x y))
87
-(rule (simplify
88
- (select ty (uextend _ c @ (icmp _ _ _ _)) x y))
89
- (select ty c x y))
90
91
;; Masking the result of a comparison with 1 always results in the comparison
92
;; itself. Note that comparisons in wasm may sometimes be hidden behind
0 commit comments