Files
wasmtime/cranelift/tests/parser
Jakob Stoklund Olesen f054d32f50 Implement jump tables.
- Add a ir::jumptable module with a JumpTableData struct representing the vector
  of destinations.
- Add an entity map of jump tables to the Function.
- Parse and write jump tables in the function preamble.
- Rewrite EBB references in jumptables after parsing.
2016-07-22 14:48:53 -07:00
..
2016-07-22 14:48:53 -07:00
2016-07-22 14:48:53 -07:00
2016-07-07 14:01:00 -07:00
2016-07-07 14:01:00 -07:00

Parser tests
============

This directory contains test cases for the Cretonne IL parser.

Each test case consists of a `foo.cton` input file and a `foo.ref` reference
output file. Each input file is run through the `cton-util cat` command, and the
output is compared against the reference file. If the two are identical, the
test passes.