From 1ece6f910724d53b6cf81649d336c861ffa64c9a Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 8 Nov 1989 12:44:33 +0000 Subject: [PATCH] Added a few more patterns --- util/opt/patterns | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/opt/patterns b/util/opt/patterns index 019d95e43..a5a02abb5 100644 --- a/util/opt/patterns +++ b/util/opt/patterns @@ -440,6 +440,8 @@ cmp teq : cms p teq cmp tne : cms p tne cmp zeq : cms p zeq $2 cmp zne : cms p zne $2 +cmi teq defined($1): cms $1 teq +cmi tne defined($1): cms $1 tne cmu teq defined($1): cms $1 teq cmu tne defined($1): cms $1 tne cms zeq $1==w: beq $2 -- 2.34.1