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):
1919;; Check that the `iadd` for `v4` is subsumed by `v2`:
2020
2121; check: block0(v0: i32, v1: i32):
22- ; check : v2 = iadd v0, v1
22+ ; nextln : v2 = iadd v0, v1
2323; check: block1:
24- ; check : v5 = iadd.i32 v2, v0
24+ ; nextln : v5 = iadd.i32 v2, v0
2525; nextln: return v5
2626; check: block2:
2727; 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.
66ISLE is a statically-typed term-rewriting language. You define rewriting rules
77that map input terms (clif instructions) into output terms (` MachInst ` s). These
88rules 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