File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
filetests/filetests/egraph Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ block2(v6: i32):
19
19
;; Check that the `iadd` for `v4` is subsumed by `v2`:
20
20
21
21
; check: block0(v0: i32, v1: i32):
22
- ; check : v2 = iadd v0, v1
22
+ ; nextln : v2 = iadd v0, v1
23
23
; check: block1:
24
- ; check : v5 = iadd.i32 v2, v0
24
+ ; nextln : v5 = iadd.i32 v2, v0
25
25
; nextln: return v5
26
26
; check: block2:
27
27
; nextln: return v1
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ clif instructions to vcode's `MachInst`s in Cranelift.
6
6
ISLE is a statically-typed term-rewriting language. You define rewriting rules
7
7
that map input terms (clif instructions) into output terms (` MachInst ` s). These
8
8
rules get compiled down into Rust source test that uses a tree of ` match `
9
- expressions that is as good or better than what you would have written by hand.
9
+ expressions as good as or better than what you would have written by hand.
You can’t perform that action at this time.
0 commit comments