Remove =x uses from ISLE, and remove support from the DSL compiler. (#4078)

This is a follow-up on #4074: now that we have the simplified syntax, we
can remove the old, redundant syntax.
This commit is contained in:
Chris Fallin
2022-04-28 11:17:08 -07:00
committed by GitHub
parent 477d394288
commit eceb433b28
8 changed files with 78 additions and 89 deletions

View File

@@ -20,7 +20,7 @@
(and
a
(Ext1 x)
(Ext2 =x)))
(Ext2 x)))
(C #t))
(type Opcode (enum A B C))
@@ -39,4 +39,4 @@
(decl F (Opcode) u32)
(rule
(F _)
$B)
$B)